Author: dkulp
Date: Tue Nov 20 20:50:14 2012
New Revision: 1411854
URL: http://svn.apache.org/viewvc?rev=1411854&view=rev
Log:
Merged revisions 1411799 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1411799 | dkulp | 2012-11-20 14:03:22 -0500 (Tue, 20 Nov 2012) | 2 lines
Revert to 2.5.1 compiler plugin as 3.0 is always detecting changes causing
re-compiles all the time
........
Modified:
cxf/branches/2.6.x-fixes/pom.xml
Modified: cxf/branches/2.6.x-fixes/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/pom.xml?rev=1411854&r1=1411853&r2=1411854&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/pom.xml Tue Nov 20 20:50:14 2012
@@ -228,7 +228,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.0</version>
+ <version>2.5.1</version>
<configuration>
<source>${cxf.jdk.version}</source>
<target>${cxf.jdk.version}</target>
@@ -538,7 +538,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.0</version>
+ <version>2.5.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
@@ -583,7 +583,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>