found a minor bug in the 1.5 release, so resetting and publishing 1.5.1 instead

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@180067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2005-06-05 05:26:16 +00:00
parent 8073f711cd
commit e72c8822e5
2 changed files with 2 additions and 7 deletions

View File

@@ -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</currentVersion>
<currentVersion>1.5.1-SNAPSHOT</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>
@@ -62,11 +62,6 @@
<name>1.4.1</name>
<tag>MAVEN_ARTIFACT_1_4_1</tag>
</version>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>maven-artifact-plugin-1.5</tag>
</version>
</versions>
<dependencies>
<dependency>

View File

@@ -25,7 +25,7 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.5" date="2005-06-05">
<release version="1.5.1-SNAPSHOT" date="in SVN">
<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>