[maven-scm-plugin] prepare release 1.3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115506 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-06-19 03:31:25 +00:00
parent b051ee7421
commit 7e1c55a841
2 changed files with 10 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
<extend>../plugin-parent/project.xml</extend>
<id>maven-cruisecontrol-plugin</id>
<name>Maven Cruise Control Plugin</name>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<currentVersion>1.3</currentVersion>
<description>A plugin to handle the generating and maintaining of Cruise Control configuration. Requires Maven 1.0 RC2.</description>
<shortDescription>Cruise Control Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/cruisecontrol/</url>
@@ -43,6 +43,11 @@
<name>1.2</name>
<tag>MAVEN_CRUISECONTROL_1_2</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>MAVEN_CRUISECONTROL_1_3</tag>
</version>
</versions>
<developers>
<developer>
@@ -63,7 +68,7 @@
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developer>
</developers>
<dependencies>
<dependency>

View File

@@ -24,12 +24,12 @@
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<release version="1.3-SNAPSHOT" date="in cvs">
<release version="1.3" date="2004-06-18">
<action dev="brett" type="add" issue="MPCRUISECONTROL-3" due-to="Carsten Ziegeler">implementation of run goal</action>
<action dev="epugh" type="add">Allow SVN repositories to by used by cruisecontrol.</action>
<action dev="epugh" type="add">Allow SVN repositories to by used by cruisecontrol.</action>
<action dev="epugh" type="fix">allow the maven.cruisecontrol.home property to be overrided by other plugins via preGoal calls.</action>
<action dev="epugh" type="add">allow user to specify different cc template to use</action>
</release>
</release>
<release version="1.2" date="2004-05-15">
<action dev="brett" type="fix">fix problem if target does not exist</action>
</release>