[maven-scm-plugin] prepare release 1.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-announcement-plugin</id>
|
||||
<name>Maven Announcement Plugin</name>
|
||||
<currentVersion>1.3-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/reference/plugins/announcement/</url>
|
||||
@@ -50,6 +50,11 @@
|
||||
<name>1.2</name>
|
||||
<tag>MAVEN_ANNOUNCEMENT_1_2</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.4</id>
|
||||
<name>1.4</name>
|
||||
<tag>MAVEN_ANNOUNCEMENT_1_3</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@@ -24,26 +24,20 @@
|
||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.3-SNAPSHOT" date="in CVS">
|
||||
<action dev="vmassol" type="add" issue="MPANNOUNCEMENT-14" due-to="Felipe Leme">
|
||||
Added check to verify that the POM has a <code>version</code> element for the
|
||||
announcement to be generated.
|
||||
<release version="1.4" date="2004-08-10">
|
||||
<action dev="vmassol" type="add" issue="MPANNOUNCEMENT-14" due-to="Felipe Leme">Added check to verify that the POM has a
|
||||
<code>version</code>element for the announcement to be generated.
|
||||
</action>
|
||||
<action dev="vmassol" type="add" issue="MPANNOUNCEMENT-13" due-to="Felipe Leme">
|
||||
Added new optional <code>maven.announcement.encoding</code> property
|
||||
that defines which charset encoding to use to generate the text announcement
|
||||
(defaults to UTF-8).
|
||||
<action dev="vmassol" type="add" issue="MPANNOUNCEMENT-13" due-to="Felipe Leme">Added new optional
|
||||
<code>maven.announcement.encoding</code>property that defines which charset encoding to use to generate the text announcement (defaults to UTF-8).
|
||||
</action>
|
||||
<action dev="vmassol" type="add" issue="MPANNOUNCEMENT-9" due-to="Felipe Leme">
|
||||
Added new <code>announcement:mail</code> goal to automatically
|
||||
send the generated announcement by email.
|
||||
<action dev="vmassol" type="add" issue="MPANNOUNCEMENT-9" due-to="Felipe Leme">Added new
|
||||
<code>announcement:mail</code>goal to automatically send the generated announcement by email.
|
||||
</action>
|
||||
<action dev="vmassol" type="add" issue="MPANNOUNCEMENT-11" due-to="Felipe Leme">
|
||||
Added new optional <code>maven.announcement.stylesheet.path</code>property
|
||||
that defines what stylesheet to use to generate the text announcement.
|
||||
<action dev="vmassol" type="add" issue="MPANNOUNCEMENT-11" due-to="Felipe Leme">Added new optional
|
||||
<code>maven.announcement.stylesheet.path</code>property that defines what stylesheet to use to generate the text announcement.
|
||||
</action>
|
||||
<action dev="vmassol" type="fix" issue="MPANNOUNCEMENT-12" due-to="Felipe Leme">
|
||||
Fixed error message when current version is not available at
|
||||
<action dev="vmassol" type="fix" issue="MPANNOUNCEMENT-12" due-to="Felipe Leme">Fixed error message when current version is not available at
|
||||
<code>xdocs/changes.xml</code>.
|
||||
</action>
|
||||
</release>
|
||||
|
||||
Reference in New Issue
Block a user