brett 2004/04/13 17:55:56
Modified: release plugin.jelly project.xml
release/xdocs changes.xml
Log:
PR: MPRELEASE-3
change invalid goal
Revision Changes Path
1.22 +1 -1 maven-plugins/release/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/release/plugin.jelly,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- plugin.jelly 4 Mar 2004 18:38:43 -0000 1.21
+++ plugin.jelly 14 Apr 2004 00:55:56 -0000 1.22
@@ -253,7 +253,7 @@
<goal name="release">
<attainGoal name="validate-pom-for-release"/>
- <attainGoal name="deploy:pom"/>
+ <attainGoal name="pom:deploy"/>
<!--
|
1.28 +1 -1 maven-plugins/release/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/release/project.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- project.xml 10 Apr 2004 00:59:24 -0000 1.27
+++ project.xml 14 Apr 2004 00:55:56 -0000 1.28
@@ -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>
1.8 +2 -1 maven-plugins/release/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/release/xdocs/changes.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- changes.xml 7 Mar 2004 00:31:28 -0000 1.7
+++ changes.xml 14 Apr 2004 00:55:56 -0000 1.8
@@ -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 <versions/> 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 <versions/> 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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]