You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/25 02:55:20 UTC

svn commit: r328209 - /maven/components/trunk/maven-plugins/maven-repository-plugin/pom.xml

Author: jvanzyl
Date: Mon Oct 24 17:55:15 2005
New Revision: 328209

URL: http://svn.apache.org/viewcvs?rev=328209&view=rev
Log:
o needs to be 2.0 as there already exists a 1.0 plugin in m1

Modified:
    maven/components/trunk/maven-plugins/maven-repository-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-repository-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-repository-plugin/pom.xml?rev=328209&r1=328208&r2=328209&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-repository-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-repository-plugin/pom.xml Mon Oct 24 17:55:15 2005
@@ -9,7 +9,7 @@
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-repository-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
   <name>Maven Repository Plugin</name>
   <url>http://maven.apache.org</url>
   <dependencies>