Author: coheigea
Date: Tue Apr 9 09:12:16 2013
New Revision: 1465938
URL: http://svn.apache.org/r1465938
Log:
Upgrading compiler plugin version
Modified:
webservices/wss4j/trunk/pom.xml
Modified: webservices/wss4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1465938&r1=1465937&r2=1465938&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Tue Apr 9 09:12:16 2013
@@ -190,7 +190,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.5.1</version>
+ <version>3.1</version>
<configuration>
<source>${targetJdk}</source>
<target>${targetJdk}</target>