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:46 UTC

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

Author: schulte
Date: Sun Dec 18 00:07:46 2016
New Revision: 1774829

URL: http://svn.apache.org/viewvc?rev=1774829&view=rev
Log:
[MPOM-151] Upgrade modello-maven-plugin to 1.8.3.

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=1774829&r1=1774828&r2=1774829&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Dec 18 00:07:46 2016
@@ -902,7 +902,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.8.2</version>
+          <version>1.8.3</version>
           <configuration>
             <useJava5>true</useJava5>
           </configuration>