You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/05 07:50:19 UTC

svn commit: r180070 - in /maven/maven-1/plugins/trunk/artifact: project.xml xdocs/changes.xml

Author: brett
Date: Sat Jun  4 22:50:19 2005
New Revision: 180070

URL: http://svn.apache.org/viewcvs?rev=180070&view=rev
Log:
[maven-scm-plugin] prepare release 1.5.1

Modified:
    maven/maven-1/plugins/trunk/artifact/project.xml
    maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/artifact/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/project.xml?rev=180070&r1=180069&r2=180070&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/project.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/project.xml Sat Jun  4 22:50:19 2005
@@ -25,7 +25,7 @@
   <name>Maven Artifact Plugin</name>
   <!-- WARNING: some dependency checks will break if we get to 1.10, need to go to 2.0 from there -->
 
-  <currentVersion>1.5.1-SNAPSHOT</currentVersion>
+  <currentVersion>1.5.1</currentVersion>
   <description>Tools to manage artifacts and deployment.</description>
   <shortDescription>Tools to manage artifacts and deployment</shortDescription>
   <url>http://maven.apache.org/reference/plugins/artifact/</url>
@@ -61,6 +61,11 @@
       <id>1.4.1</id>
       <name>1.4.1</name>
       <tag>MAVEN_ARTIFACT_1_4_1</tag>
+    </version>
+    <version>
+      <id>1.5.1</id>
+      <name>1.5.1</name>
+      <tag>maven-artifact-plugin-1.5.1</tag>
     </version>
   </versions>
   <dependencies>

Modified: maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml?rev=180070&r1=180069&r2=180070&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/xdocs/changes.xml Sat Jun  4 22:50:19 2005
@@ -25,7 +25,7 @@
     <author email="vmassol@apache.org">Vincent Massol</author>
   </properties>
   <body>
-    <release version="1.5.1-SNAPSHOT" date="in SVN">
+    <release version="1.5.1" date="2005-06-05">
       <action dev="brett" type="update" issue="MPARTIFACT-49">Wholly resolve the POM before deploying</action>
       <action dev="brett" type="update" issue="MPARTIFACT-19">Deploy anything with SNAPSHOT in the version as a snapshot</action>
       <action dev="brett" type="update">Deprecated install-snapshot and deploy-snapshot goals</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org