You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2015/09/24 22:35:13 UTC

svn commit: r1705140 - /maven/plugins/trunk/maven-plugins/pom.xml

Author: rfscholte
Date: Thu Sep 24 20:35:13 2015
New Revision: 1705140

URL: http://svn.apache.org/viewvc?rev=1705140&view=rev
Log:
Upgrade to maven-parent 27
Lock maven-invoker-plugin to 2.0.0

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

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1705140&r1=1705139&r2=1705140&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Thu Sep 24 20:35:13 2015
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>27-SNAPSHOT</version>
+    <version>27</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -114,6 +114,12 @@ under the License.
           </dependencies>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>2.0.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase>
@@ -152,6 +158,7 @@ under the License.
         </configuration>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
         <executions>
           <execution>