[maven-scm-plugin] prepare release 1.4.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@530169 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-18 21:46:07 +00:00
parent 9403432827
commit 2b65f3c529
2 changed files with 61 additions and 56 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- <!--
/* /*
@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-announcement-plugin</id> <id>maven-announcement-plugin</id>
<name>Maven Announcement Plugin</name> <name>Maven Announcement Plugin</name>
<currentVersion>1.4.1-SNAPSHOT</currentVersion> <currentVersion>1.4.1</currentVersion>
<description>The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the announcement text.</description> <description>The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the announcement text.</description>
<shortDescription>Produce release announcement</shortDescription> <shortDescription>Produce release announcement</shortDescription>
<versions> <versions>
@ -52,6 +52,11 @@
<name>1.4</name> <name>1.4</name>
<tag>MAVEN_ANNOUNCEMENT_1_4</tag> <tag>MAVEN_ANNOUNCEMENT_1_4</tag>
</version> </version>
<version>
<id>1.4.1</id>
<name>1.4.1</name>
<tag>maven-announcement-plugin-1.4.1</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -24,7 +24,7 @@
<author email="vmassol@apache.org">Vincent Massol</author> <author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.4.1-SNAPSHOT" date="In SVN"> <release version="1.4.1" date="2007-04-18">
<action dev="aheritier" type="add">Add a link to the issue tracking system (if defined).</action> <action dev="aheritier" type="add">Add a link to the issue tracking system (if defined).</action>
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1</action> <action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1</action>
</release> </release>