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

svn commit: r1465928 - /santuario/xml-security-java/trunk/pom.xml

Author: coheigea
Date: Tue Apr  9 08:49:29 2013
New Revision: 1465928

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

Modified:
    santuario/xml-security-java/trunk/pom.xml

Modified: santuario/xml-security-java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/pom.xml?rev=1465928&r1=1465927&r2=1465928&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/pom.xml (original)
+++ santuario/xml-security-java/trunk/pom.xml Tue Apr  9 08:49:29 2013
@@ -140,7 +140,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>