You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2013/04/09 10:54:21 UTC

svn commit: r1465933 - /webservices/wss4j/branches/1_6_x-fixes/pom.xml

Author: coheigea
Date: Tue Apr  9 08:54:20 2013
New Revision: 1465933

URL: http://svn.apache.org/r1465933
Log:
Upgrading compiler plugin version

Modified:
    webservices/wss4j/branches/1_6_x-fixes/pom.xml

Modified: webservices/wss4j/branches/1_6_x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_6_x-fixes/pom.xml?rev=1465933&r1=1465932&r2=1465933&view=diff
==============================================================================
--- webservices/wss4j/branches/1_6_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/1_6_x-fixes/pom.xml Tue Apr  9 08:54:20 2013
@@ -240,7 +240,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.5</source>
                         <target>1.5</target>