Author: ltheussl Date: Mon Dec 12 21:43:50 2005 New Revision: 356480 URL: http://svn.apache.org/viewcvs?rev=356480&view=rev Log: [maven-scm-plugin] prepare release 1.4
Modified: maven/maven-1/plugins/trunk/announcement/project.xml maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/announcement/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/announcement/project.xml?rev=356480&r1=356479&r2=356480&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/announcement/project.xml (original) +++ maven/maven-1/plugins/trunk/announcement/project.xml Mon Dec 12 21:43:50 2005 @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> + <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -16,13 +17,12 @@ * limitations under the License. */ --> -<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> <id>maven-announcement-plugin</id> <name>Maven Announcement Plugin</name> - <currentVersion>1.4-SNAPSHOT</currentVersion> + <currentVersion>1.4</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> <shortDescription>Produce release announcement</shortDescription> <url>http://maven.apache.org/maven-1.x/reference/plugins/announcement/</url> @@ -53,6 +53,11 @@ <id>1.3</id> <name>1.3</name> <tag>MAVEN_ANNOUNCEMENT_1_3</tag> + </version> + <version> + <id>1.4</id> + <name>1.4</name> + <tag>MAVEN_ANNOUNCEMENT_1_4</tag> </version> </versions> <developers> Modified: maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml?rev=356480&r1=356479&r2=356480&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml Mon Dec 12 21:43:50 2005 @@ -17,37 +17,36 @@ * limitations under the License. */ --> - <document> <properties> <title>Announcement plugin changes</title> <author email="[EMAIL PROTECTED]">Vincent Massol</author> </properties> <body> - <release version="1.4-SNAPSHOT" date="in SVN"> - <action dev="felipeal" type="add" issue="MPANNOUNCEMENT-19">Added property <code>maven.announcement.lenient</code>. + <release version="1.4" date="2005-12-12"> + <action dev="felipeal" type="add" issue="MPANNOUNCEMENT-19">Added property + <code>maven.announcement.lenient</code>. </action> - <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : + <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : <ul> - <li>commons-net v1.2.1 -> v1.4.0</li> - <li>commons-jelly-tags-xml v1.0 -> v1.1</li> + <li>commons-net v1.2.1 -> v1.4.0</li> + <li>commons-jelly-tags-xml v1.0 -> v1.1</li> </ul> </action> - <action dev="ltheussl" type="add" issue="MPANNOUNCEMENT-18">Support new format of <code><action></code> element in <code>changes.xml</code>.</action> + <action dev="ltheussl" type="add" issue="MPANNOUNCEMENT-18">Support new format of + <code><action></code>element in + <code>changes.xml</code>. + </action> <action dev="ltheussl" type="fix" issue="MPANNOUNCEMENT-3">CR-LF generated do not match the platform.</action> <action dev="ltheussl" type="fix" issue="MPANNOUNCEMENT-10">Xml entities transformed in wrong direction.</action> - <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-15"> - Modified the announcement text - "<code>The ${pom.groupId} team is pleased...</code>" in favor of - "<code>We are pleased...</code>" and changed the signature from - "<code>The ${pom.groupId} team</code>" to - "<code>The ${pom.name} development team</code>". + <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-15">Modified the announcement text " + <code>The ${pom.groupId} team is pleased...</code>" in favor of " + <code>We are pleased...</code>" and changed the signature from " + <code>The ${pom.groupId} team</code>" to " + <code>The ${pom.name} development team</code>". </action> - <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-16"> - Add information about the Maven remote repo to use in the generated download - instructions. Added a <code>maven.announcement.repo.remote</code> property - that can be used to specify from which Maven remote repository the artifact - for this project can be found. + <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-16">Add information about the Maven remote repo to use in the generated download instructions. Added a + <code>maven.announcement.repo.remote</code>property that can be used to specify from which Maven remote repository the artifact for this project can be found. </action> </release> <release version="1.3" date="2004-08-10">