Author: dkulp
Date: Mon Apr 8 18:29:47 2013
New Revision: 1465711
URL: http://svn.apache.org/r1465711
Log:
Merged revisions 1465706 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1465706 | dkulp | 2013-04-08 14:26:41 -0400 (Mon, 08 Apr 2013) | 2 lines
UPdate compiler plugin version
........
Modified:
cxf/branches/2.7.x-fixes/pom.xml
Modified: cxf/branches/2.7.x-fixes/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/pom.xml?rev=1465711&r1=1465710&r2=1465711&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/pom.xml Mon Apr 8 18:29:47 2013
@@ -228,7 +228,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.5.1</version>
+ <version>3.1</version>
<configuration>
<source>${cxf.jdk.version}</source>
<target>${cxf.jdk.version}</target>
@@ -534,7 +534,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.5.1</version>
+ <version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>