get ready to release 1.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115958 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh
2004-08-14 19:44:44 +00:00
parent 651bb37a8f
commit 4d4c71051b
2 changed files with 7 additions and 2 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.5-SNAPSHOT</currentVersion>
<currentVersion>1.5</currentVersion>
<description>A plugin to handle the generating and maintaining of Cruise Control configuration. Requires Maven 1.0.</description>
<shortDescription>Cruise Control Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/cruisecontrol/</url>
@@ -54,6 +54,11 @@
<name>1.4</name>
<tag>MAVEN_CRUISECONTROL_1_4</tag>
</version>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_CRUISECONTROL_1_5</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -24,7 +24,7 @@
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<release version="1.5" date="IN CVS">
<release version="1.5" date="2004-08-14">
<action dev="epugh" type="add" issue="MPCRUISECONTROL-11" due-to="Alexandre Vivien">Add new properties to the maven cruisecontrol plugin.</action>
<action dev="epugh" type="add" issue="MPCRUISECONTROL-8">External link for report should not include artifactId.</action>
<action dev="epugh" type="add" issue="MPCRUISECONTROL-7">Add support for projects building when dependent projects are built.</action>