You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/05/03 18:42:44 UTC

svn commit: r1333535 - /cxf/branches/2.5.x-fixes/pom.xml

Author: dkulp
Date: Thu May  3 16:42:44 2012
New Revision: 1333535

URL: http://svn.apache.org/viewvc?rev=1333535&view=rev
Log:
Merged revisions 1332772 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1332772 | dkulp | 2012-05-01 14:41:52 -0400 (Tue, 01 May 2012) | 2 lines

  Update to newer (and much faster) compiler plugin

........

Modified:
    cxf/branches/2.5.x-fixes/pom.xml

Modified: cxf/branches/2.5.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/pom.xml?rev=1333535&r1=1333534&r2=1333535&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/pom.xml Thu May  3 16:42:44 2012
@@ -228,7 +228,7 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-compiler-plugin</artifactId>
-                            <version>2.3.2</version>
+                            <version>2.4</version>
                             <configuration>
                                 <source>${cxf.jdk.version}</source>
                                 <target>${cxf.jdk.version}</target>
@@ -549,7 +549,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>2.3.2</version>
+                    <version>2.4</version>
                     <configuration>
                         <source>1.5</source>
                         <target>1.5</target>