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 2017/10/26 11:02:01 UTC

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

Author: coheigea
Date: Thu Oct 26 11:02:01 2017
New Revision: 1813382

URL: http://svn.apache.org/viewvc?rev=1813382&view=rev
Log:
Updating compiler plugin

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=1813382&r1=1813381&r2=1813382&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/pom.xml (original)
+++ santuario/xml-security-java/trunk/pom.xml Thu Oct 26 11:02:01 2017
@@ -153,7 +153,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.6.0</version>
+                <version>3.6.2</version>
                 <configuration>
                     <source>${targetJdk}</source>
                     <target>${targetJdk}</target>