Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes c26f841ae -> 46617e66b


Update compiler plugin version

Conflicts:
        pom.xml


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

Branch: refs/heads/3.0.x-fixes
Commit: 7d74ef5cc9ab500d7bb35495af2928ccb5a6e9bb
Parents: 864161a
Author: Daniel Kulp <[email protected]>
Authored: Wed Apr 1 16:09:27 2015 -0400
Committer: Daniel Kulp <[email protected]>
Committed: Mon Apr 13 15:28:11 2015 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/7d74ef5c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c9a41df..5bf1669 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,7 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-compiler-plugin</artifactId>
-                            <version>3.1</version>
+                            <version>3.3</version>
                             <configuration>
                                 <source>${cxf.jdk.version}</source>
                                 <target>${cxf.jdk.version}</target>
@@ -507,7 +507,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.1</version>
+                    <version>3.3</version>
                     <configuration>
                         <source>1.6</source>
                         <target>1.6</target>

Reply via email to