You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/12/18 00:07:19 UTC

svn commit: r1774828 - /maven/pom/trunk/maven/pom.xml

Author: schulte
Date: Sun Dec 18 00:07:19 2016
New Revision: 1774828

URL: http://svn.apache.org/viewvc?rev=1774828&view=rev
Log:
[MPOM-150] Upgrade plexus to 1.7.1.

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1774828&r1=1774827&r2=1774828&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Dec 18 00:07:19 2016
@@ -902,7 +902,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.8.1</version>
+          <version>1.8.2</version>
           <configuration>
             <useJava5>true</useJava5>
           </configuration>
@@ -934,7 +934,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>
-          <version>1.7</version>
+          <version>1.7.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>