You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/11/14 01:09:17 UTC

svn commit: r836070 - /maven/mercury/trunk/pom.xml

Author: olamy
Date: Sat Nov 14 00:09:15 2009
New Revision: 836070

URL: http://svn.apache.org/viewvc?rev=836070&view=rev
Log:
upgrade plugins version :
- release plugin
- modello plugin

Modified:
    maven/mercury/trunk/pom.xml

Modified: maven/mercury/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/pom.xml?rev=836070&r1=836069&r2=836070&view=diff
==============================================================================
--- maven/mercury/trunk/pom.xml (original)
+++ maven/mercury/trunk/pom.xml Sat Nov 14 00:09:15 2009
@@ -377,8 +377,9 @@
 
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.0-beta-8</version>
+          <version>2.0-beta-9</version>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/mercury/tags</tagBase>
             <autoVersionSubmodules>true</autoVersionSubmodules>
@@ -402,7 +403,7 @@
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.0.1</version>
+          <version>1.1</version>
           <configuration>
             <useJava5>true</useJava5>
           </configuration>
@@ -419,11 +420,6 @@
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <executions>
           <execution>