Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 417b13b07 -> b283ae8cd


update maven-compiler-plugin


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

Branch: refs/heads/3.1.x-fixes
Commit: ece77ee0513156c67969bd2a65f17c0ecefee42f
Parents: 417b13b
Author: Dennis Kieselhorst <d...@apache.org>
Authored: Mon Aug 7 14:47:14 2017 +0200
Committer: Dennis Kieselhorst <m...@dekies.de>
Committed: Tue Aug 22 09:51:59 2017 +0200

----------------------------------------------------------------------
 distribution/src/main/release/samples/pom.xml        | 2 +-
 pom.xml                                              | 4 ++--
 systests/wsdl_maven/codegen/src/it/it-parent/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/ece77ee0/distribution/src/main/release/samples/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/pom.xml 
b/distribution/src/main/release/samples/pom.xml
index 7a4da47..13bcf38 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -155,7 +155,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.6.1</version>
+                    <version>3.6.2</version>
                     <configuration>
                         <source>1.7</source>
                         <target>1.7</target>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ece77ee0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 58e6727..21e6e9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,7 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-compiler-plugin</artifactId>
-                            <version>3.6.1</version>
+                            <version>3.6.2</version>
                             <configuration>
                                 <source>${cxf.jdk.version}</source>
                                 <target>${cxf.jdk.version}</target>
@@ -483,7 +483,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.6.1</version>
+                    <version>3.6.2</version>
                     <configuration>
                         <source>1.7</source>
                         <target>1.7</target>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ece77ee0/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml
----------------------------------------------------------------------
diff --git a/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml 
b/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml
index 3184606..b027cfa 100644
--- a/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml
+++ b/systests/wsdl_maven/codegen/src/it/it-parent/pom.xml
@@ -38,7 +38,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.6.1</version>
+                    <version>3.6.2</version>
                     <configuration>
                         <source>1.7</source>
                         <target>1.7</target>

Reply via email to