From a552d08d239b3d659e25f3a2af7237fa24b1a035 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Tue, 13 Dec 2005 05:43:50 +0000 Subject: [PATCH] [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 --- announcement/project.xml | 11 ++++++++--- announcement/xdocs/changes.xml | 35 +++++++++++++++++----------------- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/announcement/project.xml b/announcement/project.xml index b1ca3fc6..f1482853 100644 --- a/announcement/project.xml +++ b/announcement/project.xml @@ -1,4 +1,5 @@ + - + ../plugin-parent/project.xml 3 maven-announcement-plugin Maven Announcement Plugin - 1.4-SNAPSHOT + 1.4 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. Produce release announcement http://maven.apache.org/maven-1.x/reference/plugins/announcement/ @@ -54,6 +54,11 @@ 1.3 MAVEN_ANNOUNCEMENT_1_3 + + 1.4 + 1.4 + MAVEN_ANNOUNCEMENT_1_4 + diff --git a/announcement/xdocs/changes.xml b/announcement/xdocs/changes.xml index 19f75966..e35af310 100644 --- a/announcement/xdocs/changes.xml +++ b/announcement/xdocs/changes.xml @@ -17,37 +17,36 @@ * limitations under the License. */ --> - Announcement plugin changes Vincent Massol - - Added property maven.announcement.lenient. + + Added property + maven.announcement.lenient. - Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
    -
  • commons-net v1.2.1 -> v1.4.0
  • -
  • commons-jelly-tags-xml v1.0 -> v1.1
  • +
  • commons-net v1.2.1 -> v1.4.0
  • +
  • commons-jelly-tags-xml v1.0 -> v1.1
- Support new format of <action> element in changes.xml. + Support new format of + <action>element in + changes.xml. + CR-LF generated do not match the platform. Xml entities transformed in wrong direction. - - Modified the announcement text - "The ${pom.groupId} team is pleased..." in favor of - "We are pleased..." and changed the signature from - "The ${pom.groupId} team" to - "The ${pom.name} development team". + Modified the announcement text " + The ${pom.groupId} team is pleased..." in favor of " + We are pleased..." and changed the signature from " + The ${pom.groupId} team" to " + The ${pom.name} development team". - - Add information about the Maven remote repo to use in the generated download - instructions. Added a maven.announcement.repo.remote property - that can be used to specify from which Maven remote repository the artifact - for this project can be found. + Add information about the Maven remote repo to use in the generated download instructions. Added a + maven.announcement.repo.remoteproperty that can be used to specify from which Maven remote repository the artifact for this project can be found.