ready to start work on 1.6!

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh
2004-08-14 19:47:29 +00:00
parent 1b7b143a14
commit dfe846f62b
2 changed files with 3 additions and 1 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</currentVersion>
<currentVersion>1.6-SNAPSHOT</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>

View File

@@ -24,6 +24,8 @@
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<release version="1.6" date="in cvs">
</release>
<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>