Author: dkulp Date: Wed Jun 6 20:17:24 2012 New Revision: 1347093 URL: http://svn.apache.org/viewvc?rev=1347093&view=rev Log: Merged revisions 1347042 via svn merge from https://svn.apache.org/repos/asf/cxf/branches/2.5.x-fixes
........ r1347042 | dkulp | 2012-06-06 14:33:08 -0400 (Wed, 06 Jun 2012) | 9 lines Merged revisions 1347025 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1347025 | dkulp | 2012-06-06 14:19:16 -0400 (Wed, 06 Jun 2012) | 2 lines Latest 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/ ------------------------------------------------------------------------------ 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=1347093&r1=1347092&r2=1347093&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/pom.xml (original) +++ cxf/branches/2.4.x-fixes/pom.xml Wed Jun 6 20:17:24 2012 @@ -226,7 +226,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.5</version> + <version>2.5.1</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.5</version> + <version>2.5.1</version> <configuration> <source>1.5</source> <target>1.5</target>
