[maven-scm-plugin] prepare release 1.3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114812 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-03-07 00:32:19 +00:00
parent 228f748655
commit d9a9e980f0
2 changed files with 29 additions and 41 deletions

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -17,19 +18,19 @@
*/
-->
<project>
<extend>../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-changes-plugin</id>
<name>Maven Changes Plug-in</name>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<currentVersion>1.3</currentVersion>
<shortDescription>Produce changes report</shortDescription>
<url>http://maven.apache.org/reference/plugins/changes/</url>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10312</issueTrackingUrl>
<siteDirectory>/www/maven.apache.org/reference/plugins/changes/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/changes/</connection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/changes/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/changes/</url>
</repository>
<versions>
@@ -38,6 +39,11 @@
<name>1.3</name>
<tag>HEAD</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>MAVEN_CHANGES_1_3</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -22,48 +23,29 @@
<title>Changes plugin changes</title>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.3" date="in CVS">
<action dev="vmassol" type="add">
Added new <code>due-to</code> and <code>due-to-email</code>
attributes to the <code>&lt;action&gt;</code> element so that
proper acknowledgments can be given.
<release version="1.3" date="2004-03-07">
<action dev="vmassol" type="add">Added new
<code>due-to</code>and
<code>due-to-email</code>attributes to the
<code>&lt;action&gt;</code>element so that proper acknowledgments can be given.
</action>
<action dev="vmassol" type="fix" issue="MPCHANGES-1">
Added new <code>issue</code> attribute to <code>&lt;action&gt;</code>
elements in <code>changes.xml</code> file.
</action>
<action dev="vmassol" type="fix" issue="MPCHANGES-3">
HTML tags entered inside <code>&lt;action&gt;</code> tags now show up
in the generated report.
</action>
<action dev="brett" type="add">
Add the ability to transform a changes source file to resolve the current
version and set the release date.
</action>
<action dev="vmassol" type="fix" issue="MPCHANGES-1">Added new
<code>issue</code>attribute to
<code>&lt;action&gt;</code>elements in
<code>changes.xml</code>file.
</action>
<action dev="vmassol" type="fix" issue="MPCHANGES-3">HTML tags entered inside
<code>&lt;action&gt;</code>tags now show up in the generated report.
</action>
<action dev="brett" type="add">Add the ability to transform a changes source file to resolve the current version and set the release date.</action>
</release>
<release version="1.2" date="2003-09-29">
<action dev="dion" type="update">
Add test project
</action>
<action dev="dion" type="update">
Update to use maven.docs.*/maven.gen.docs
</action>
<action dev="evenisse" type="add" issue="MPCHANGES-4">
Add index table of release.
</action>
<action dev="evenisse" type="fix">
Add xml declaration to generated report. Fixed for character encoding.
</action>
<action dev="vmassol" type="fix">
Fixed the xdocs which were simply a copy of the changelog plugin
docs.
</action>
<action dev="dion" type="update">Add test project</action>
<action dev="dion" type="update">Update to use maven.docs.*/maven.gen.docs</action>
<action dev="evenisse" type="add" issue="MPCHANGES-4">Add index table of release.</action>
<action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
<action dev="vmassol" type="fix">Fixed the xdocs which were simply a copy of the changelog plugin docs.</action>
</release>
</body>
</document>