Author: dkulp Date: Fri May 4 18:00:00 2012 New Revision: 1334099 URL: http://svn.apache.org/viewvc?rev=1334099&view=rev Log: Merged revisions 1334089 via svn merge from https://svn.us.apache.org/repos/asf/cxf/branches/2.4.x-fixes
........ r1334089 | dkulp | 2012-05-04 13:50:51 -0400 (Fri, 04 May 2012) | 17 lines 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.3.x-fixes/ (props changed) cxf/branches/2.3.x-fixes/pom.xml Propchange: cxf/branches/2.3.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.3.x-fixes/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/pom.xml?rev=1334099&r1=1334098&r2=1334099&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/pom.xml (original) +++ cxf/branches/2.3.x-fixes/pom.xml Fri May 4 18:00:00 2012 @@ -225,7 +225,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> @@ -520,7 +520,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>
