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 2011/01/31 12:37:22 UTC

svn commit: r1065567 - /maven/pom/trunk/asf/pom.xml

Author: olamy
Date: Mon Jan 31 11:37:21 2011
New Revision: 1065567

URL: http://svn.apache.org/viewvc?rev=1065567&view=rev
Log:
upgrade plugins versions :
* scm -> 1.4
* source -> 2.1.2

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

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1065567&r1=1065566&r2=1065567&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Mon Jan 31 11:37:21 2011
@@ -210,7 +210,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-plugin</artifactId>
-          <version>1.2</version>
+          <version>1.4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -220,7 +220,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>2.1.1</version>
+          <version>2.1.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>