You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2015/04/07 15:11:01 UTC

cxf-fediz git commit: Updating compiler plugin

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 8dc7975fa -> 84e4a020f


Updating compiler plugin


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

Branch: refs/heads/master
Commit: 84e4a020f690c3bcbadf0b281b924fb57d8b848b
Parents: 8dc7975
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Apr 7 14:10:43 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Apr 7 14:10:43 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/84e4a020/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 79a2b06..f4c9429 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.2</version>
+                    <version>3.3</version>
                     <configuration>
                         <source>${jdk.version}</source>
                         <target>${jdk.version}</target>
@@ -650,7 +650,7 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-compiler-plugin</artifactId>
-                            <version>3.1</version>
+                            <version>3.3</version>
                             <configuration>
                                 <source>${jdk.version}</source>
                                 <target>${jdk.version}</target>
@@ -759,7 +759,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-compiler-plugin</artifactId>
-                        <version>3.1</version>
+                        <version>3.3</version>
                         <configuration>
                             <showDeprecation>${fediz.compile.show.deprecation}</showDeprecation>
                             <showWarnings>true</showWarnings>
@@ -795,7 +795,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-compiler-plugin</artifactId>
-                        <version>3.1</version>
+                        <version>3.3</version>
                         <configuration>
                             <showDeprecation>true</showDeprecation>
                             <showWarnings>true</showWarnings>