[java-parent-projects COMMIT] /java-parent-project-v2/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Feb 26 18:35:24 EST 2015


Author: tzeller
Date: Thu Feb 26 18:35:23 2015
New Revision: 324

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=324&view=rev
Log:
JPAR-65 Update Maven plugins for compatibility with Maven 3.2+.

Modified:
    java-parent-project-v2/trunk/pom.xml

Modified: java-parent-project-v2/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v2/trunk/pom.xml?rev=324&r1=323&r2=324&view=diff
==============================================================================
--- java-parent-project-v2/trunk/pom.xml (original)
+++ java-parent-project-v2/trunk/pom.xml Thu Feb 26 18:35:23 2015
@@ -388,7 +388,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.1</version>
+                    <version>3.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -493,7 +493,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.5.1</version>
+                <version>2.8</version>
                 <reportSets>
                     <reportSet>
                         <reports>



More information about the commits mailing list