Repository: incubator-juneau
Updated Branches:
  refs/heads/master df969fa84 -> ea286a9a0


JUNEAU-43 - Removed superfluous property encoding

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/ea286a9a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/ea286a9a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/ea286a9a

Branch: refs/heads/master
Commit: ea286a9a0f496e82c12469917fb73918002fbc1f
Parents: df969fa
Author: JamesBognar <[email protected]>
Authored: Thu Apr 13 16:59:03 2017 -0400
Committer: JamesBognar <[email protected]>
Committed: Thu Apr 13 16:59:03 2017 -0400

----------------------------------------------------------------------
 juneau-microservice-template/pom.xml | 3 +--
 juneau-rest-test/pom.xml             | 1 -
 pom.xml                              | 1 -
 3 files changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/ea286a9a/juneau-microservice-template/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-microservice-template/pom.xml 
b/juneau-microservice-template/pom.xml
index d49a44c..a9e4623 100644
--- a/juneau-microservice-template/pom.xml
+++ b/juneau-microservice-template/pom.xml
@@ -30,7 +30,6 @@
        <properties>
                <juneau.version>6.1.0-incubating-SNAPSHOT</juneau.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <encoding>UTF-8</encoding>
        </properties>
        <dependencies>
                <dependency>
@@ -50,4 +49,4 @@
                        </plugin>
                </plugins>
        </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/ea286a9a/juneau-rest-test/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-rest-test/pom.xml b/juneau-rest-test/pom.xml
index cd766d6..70ab81a 100644
--- a/juneau-rest-test/pom.xml
+++ b/juneau-rest-test/pom.xml
@@ -27,7 +27,6 @@
        </parent>
        
        <properties>
-               <encoding>UTF-8</encoding>
                <maven.javadoc.skip>true</maven.javadoc.skip>
        </properties>
        

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/ea286a9a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 39ec376..262deaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,6 @@
 
        <properties>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <encoding>UTF-8</encoding>
        </properties>
 
        <dependencyManagement>

Reply via email to