PR: MPRELEASE-3

change invalid goal


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-04-14 00:55:56 +00:00
parent 5bc3b2545f
commit 6984603127
3 changed files with 4 additions and 3 deletions

View File

@ -253,7 +253,7 @@
<goal name="release">
<attainGoal name="validate-pom-for-release"/>
<attainGoal name="deploy:pom"/>
<attainGoal name="pom:deploy"/>
<!--
|

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-release-plugin</id>
<name>Maven Release Plug-in</name>
<currentVersion>1.2</currentVersion>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<description/>
<shortDescription>Produce project release</shortDescription>
<url>http://maven.apache.org/reference/plugins/release/</url>

View File

@ -26,9 +26,10 @@
</properties>
<body>
<release version="1.3-SNAPSHOT" date="in CVS">
<action dev="bporter" type="add">Add POM transformer that updates currentVersion and the &lt;versions/&gt; element with a specified version and tag.</action>
<action dev="brett" type="fix" issue="MPRELEASE-3">Change deploy:pom goal to pom:deploy goal</action>
</release>
<release version="1.2" date="2004-03-07">
<action dev="brett" type="add">Add POM transformer that updates currentVersion and the &lt;versions/&gt; element with a specified version and tag.</action>
<action dev="jvanzyl" type="fix">Applied patch for
<a href="http://jira.codehaus.org/secure/ViewIssue.jspa?id=11157">MAVEN-542</a>.
</action>