[maven-scm-plugin] prepare release 1.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@356480 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42dcd8b6c9
commit
a552d08d23
@ -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>
|
||||
@ -54,6 +54,11 @@
|
||||
<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>
|
||||
<developer>
|
||||
|
||||
@ -17,37 +17,36 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Announcement plugin changes</title>
|
||||
<author email="vmassol@apache.org">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 :
|
||||
<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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user