Repository: incubator-juneau
Updated Branches:
  refs/heads/master a18ab74e8 -> a80dadc39


Fix Jenkins build.

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

Branch: refs/heads/master
Commit: a80dadc393ffe7f0c0b51200dc2378b7b910821a
Parents: a18ab74
Author: JamesBognar <[email protected]>
Authored: Sat Sep 2 10:43:33 2017 -0400
Committer: JamesBognar <[email protected]>
Committed: Sat Sep 2 10:43:33 2017 -0400

----------------------------------------------------------------------
 .../juneau-microservice-template/dependency-reduced-pom.xml        | 2 --
 juneau-rest/juneau-microservice-template/pom.xml                   | 2 --
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/a80dadc3/juneau-rest/juneau-microservice-template/dependency-reduced-pom.xml
----------------------------------------------------------------------
diff --git 
a/juneau-rest/juneau-microservice-template/dependency-reduced-pom.xml 
b/juneau-rest/juneau-microservice-template/dependency-reduced-pom.xml
index ffefa16..1338a71 100644
--- a/juneau-rest/juneau-microservice-template/dependency-reduced-pom.xml
+++ b/juneau-rest/juneau-microservice-template/dependency-reduced-pom.xml
@@ -14,7 +14,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.6.1</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>
@@ -22,7 +21,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.4</version>
         <configuration>
           <archive>
             <manifest>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/a80dadc3/juneau-rest/juneau-microservice-template/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-rest/juneau-microservice-template/pom.xml 
b/juneau-rest/juneau-microservice-template/pom.xml
index 99e0265..80bd15f 100644
--- a/juneau-rest/juneau-microservice-template/pom.xml
+++ b/juneau-rest/juneau-microservice-template/pom.xml
@@ -56,7 +56,6 @@
                <plugins>
                        <plugin>
                                <artifactId>maven-compiler-plugin</artifactId>
-                               <version>3.6.1</version>
                                <configuration>
                                        <source>1.6</source>
                                        <target>1.6</target>
@@ -65,7 +64,6 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>
-                               <version>2.4</version>
                                <configuration>
                                        <archive>
                                                <manifest>

Reply via email to