Author: dkulp Date: Fri May 4 17:50:51 2012 New Revision: 1334089 URL: http://svn.apache.org/viewvc?rev=1334089&view=rev Log: Merged revisions 1333535 via svn merge from https://svn.apache.org/repos/asf/cxf/branches/2.5.x-fixes
........ r1333535 | dkulp | 2012-05-03 12:42:44 -0400 (Thu, 03 May 2012) | 9 lines 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.4.x-fixes/ (props changed) cxf/branches/2.4.x-fixes/pom.xml Propchange: cxf/branches/2.4.x-fixes/ ('svn:mergeinfo' removed) Propchange: cxf/branches/2.4.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.4.x-fixes/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/pom.xml?rev=1334089&r1=1334088&r2=1334089&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/pom.xml (original) +++ cxf/branches/2.4.x-fixes/pom.xml Fri May 4 17:50:51 2012 @@ -226,7 +226,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> @@ -521,7 +521,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>
