[maven-scm-plugin] prepare release 1.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115269 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-05-16 01:45:38 +00:00
parent e143ac7c44
commit 15fd2aa38b
2 changed files with 13 additions and 19 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-changelog-plugin</id>
<name>Maven Changelog Plugin</name>
<currentVersion>1.5-SNAPSHOT</currentVersion>
<currentVersion>1.5</currentVersion>
<description/>
<shortDescription>Produce SCM changelog reports</shortDescription>
<url>http://maven.apache.org/reference/plugins/changelog/</url>
@@ -40,6 +40,11 @@
<name>1.4</name>
<tag>MAVEN_CHANGELOG_1_4</tag>
</version>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_CHANGELOG_1_5</tag>
</version>
</versions>
<developers>
<developer>
@@ -135,8 +140,8 @@
<artifactId>maven</artifactId>
<version>1.0-rc2</version>
</dependency>
<!-- Required to build under for JDK 1.3 because we fork junit -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>

View File

@@ -25,24 +25,13 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.5" date="in CVS">
<action dev="dion" type="fix" due-to="Tim Shadel" issue="MPCHANGELOG-22">
Parsing of windows user names (domain\user) was broken.
</action>
<release version="1.5" date="2004-05-16">
<action dev="dion" type="fix" due-to="Tim Shadel" issue="MPCHANGELOG-22">Parsing of windows user names (domain\user) was broken.</action>
<action dev="dion" type="fix" due-to="Archimedes Trajano">Bad documentation for goals</action>
<action dev="dion" type="update">
Add changelog:create-cvspass goal for creating the required .cvspass file
Add documentation on .cvspass file for CVSNT users.
</action>
<action dev="brett" type="update" issue="MPCHANGELOG-31">
Use Netbean 3.6 version of cvslib to fix cvs 1.11.2 bug.
</action>
<action dev="dion" type="update">
Increase password read failure from debug to warning and provide more
information
</action>
<action dev="dion" type="update">Add changelog:create-cvspass goal for creating the required .cvspass file Add documentation on .cvspass file for CVSNT users.</action>
<action dev="brett" type="update" issue="MPCHANGELOG-31">Use Netbean 3.6 version of cvslib to fix cvs 1.11.2 bug.</action>
<action dev="dion" type="update">Increase password read failure from debug to warning and provide more information</action>
</release>
<release version="1.4" date="2004-03-07">
<action dev="dion" type="fix" issue="MPCHANGELOG-28">Fix bad HTML</action>
<action dev="evenisse" type="update">Add maven.changelog.basedir property.</action>
@@ -66,7 +55,7 @@
<action dev="dion" type="add">Reworked CVS changelog plugin to use the project repository connection string, rather than relying on CVS/Entries</action>
</release>
<release version="1.1" date="2002-08-01">
<action dev="smor" type="fix" issue="MPCHANGELOG-11"></action>
<action dev="smor" type="fix" issue="MPCHANGELOG-11"/>
</release>
</body>
</document>