From b0dbddfb0cc57269cd22ef87bc32f9e8dea32f1a Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 23 Oct 2004 12:50:53 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.6.1 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116182 13f79535-47bb-0310-9956-ffa450edef68 --- war/project.xml | 7 ++++++- war/xdocs/changes.xml | 19 +++++++++---------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/war/project.xml b/war/project.xml index ee1763b1..b50b76b2 100644 --- a/war/project.xml +++ b/war/project.xml @@ -23,7 +23,7 @@ 3 maven-war-plugin Maven WAR Plugin - 1.7-SNAPSHOT + 1.6.1 War Plugin for Maven War Plugin for Maven http://maven.apache.org/reference/plugins/war/ @@ -45,6 +45,11 @@ 1.6 MAVEN_WAR_1_6 + + 1.6.1 + 1.6.1 + MAVEN_WAR_1_6_1 + diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index 0e5ef034..6cd336a4 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -24,19 +24,18 @@ Vincent Massol - - Removed attribute update=true from ant:jar call, so now a fresh WAR is created on each run. - - Made the maven.war.final.name property public as it is - required by several other plugins and before this change the only - way is for these plugins was to call the non-public - war:init goal. + + Removed attribute + update=truefrom + ant:jarcall, so now a fresh WAR is created on each run. + + Made the + maven.war.final.nameproperty public as it is required by several other plugins and before this change the only way is for these plugins was to call the non-public + war:initgoal. Splitted war:webapp in war:war-resources and war:webapp. Deprecated war:load hook goal - - Allow use of maven.war.manifest to specify the manifest file location. - + Allow use of maven.war.manifest to specify the manifest file location. Make docs more readable.