[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
This commit is contained in:
brett 2004-10-23 12:50:53 +00:00
parent 42e78d00ca
commit b0dbddfb0c
2 changed files with 15 additions and 11 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-war-plugin</id> <id>maven-war-plugin</id>
<name>Maven WAR Plugin</name> <name>Maven WAR Plugin</name>
<currentVersion>1.7-SNAPSHOT</currentVersion> <currentVersion>1.6.1</currentVersion>
<description>War Plugin for Maven</description> <description>War Plugin for Maven</description>
<shortDescription>War Plugin for Maven</shortDescription> <shortDescription>War Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/war/</url> <url>http://maven.apache.org/reference/plugins/war/</url>
@ -45,6 +45,11 @@
<name>1.6</name> <name>1.6</name>
<tag>MAVEN_WAR_1_6</tag> <tag>MAVEN_WAR_1_6</tag>
</version> </version>
<version>
<id>1.6.1</id>
<name>1.6.1</name>
<tag>MAVEN_WAR_1_6_1</tag>
</version>
</versions> </versions>
<branches/> <branches/>
<mailingLists/> <mailingLists/>

View File

@ -24,19 +24,18 @@
<author email="vmassol@apache.org">Vincent Massol</author> <author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.7-SNAPSHOT" date="in CVS"> <release version="1.6.1" date="2004-10-23">
<action dev="felipeal" type="fix" issue="MPWAR-33">Removed attribute <code>update=true</code> from <code>ant:jar</code> call, so now a fresh WAR is created on each run.</action> <action dev="felipeal" type="fix" issue="MPWAR-33">Removed attribute
<action dev="vmassol" type="update"> <code>update=true</code>from
Made the <code>maven.war.final.name</code> property public as it is <code>ant:jar</code>call, so now a fresh WAR is created on each run.
required by several other plugins and before this change the only </action>
way is for these plugins was to call the non-public <action dev="vmassol" type="update">Made the
<code>maven.war.final.name</code>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
<code>war:init</code>goal. <code>war:init</code>goal.
</action> </action>
<action dev="carlos" type="update">Splitted war:webapp in war:war-resources and war:webapp.</action> <action dev="carlos" type="update">Splitted war:webapp in war:war-resources and war:webapp.</action>
<action dev="brett" type="update">Deprecated war:load hook goal</action> <action dev="brett" type="update">Deprecated war:load hook goal</action>
<action dev="dion" type="fix" issue="MPWAR-22"> <action dev="dion" type="fix" issue="MPWAR-22">Allow use of maven.war.manifest to specify the manifest file location.</action>
Allow use of maven.war.manifest to specify the manifest file location.
</action>
<action dev="dion" type="update">Make docs more readable.</action> <action dev="dion" type="update">Make docs more readable.</action>
</release> </release>
<release version="1.6" date="2004-05-12"> <release version="1.6" date="2004-05-12">