[maven-scm-plugin] prepare release 1.6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115240 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-05-12 13:59:00 +00:00
parent 1c8cc0eba9
commit 9d8f185916
2 changed files with 7 additions and 3 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.6-SNAPSHOT</currentVersion> <currentVersion>1.6</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>
@ -40,6 +40,11 @@
<name>1.5</name> <name>1.5</name>
<tag>MAVEN_WAR_1_5</tag> <tag>MAVEN_WAR_1_5</tag>
</version> </version>
<version>
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_WAR_1_6</tag>
</version>
</versions> </versions>
<branches/> <branches/>
<mailingLists/> <mailingLists/>

View File

@ -24,14 +24,13 @@
<author email="vmassol@apache.org">Vincent Massol</author> <author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.6" date="in CVS"> <release version="1.6" date="2004-05-12">
<action dev="brett" type="fix" issue="MPWAR-25">preserve last modified time of source files in the exploded webapp</action> <action dev="brett" type="fix" issue="MPWAR-25">preserve last modified time of source files in the exploded webapp</action>
<action dev="brett" type="fix" issue="MPWAR-1">Call test:test regardless of whether sources are present as it contains build logic</action> <action dev="brett" type="fix" issue="MPWAR-1">Call test:test regardless of whether sources are present as it contains build logic</action>
<action dev="dion" type="fix" issue="MPWAR-24">Remove extra call to java:compile</action> <action dev="dion" type="fix" issue="MPWAR-24">Remove extra call to java:compile</action>
<action dev="dion" type="update" issue="MPWAR-21">Allow automated generation of manifest Class-Path</action> <action dev="dion" type="update" issue="MPWAR-21">Allow automated generation of manifest Class-Path</action>
<action dev="dion" type="update" issue="MPWAR-22">Allow customizing of MANIFEST.MF</action> <action dev="dion" type="update" issue="MPWAR-22">Allow customizing of MANIFEST.MF</action>
</release> </release>
<release version="1.5" date="2004-03-07"> <release version="1.5" date="2004-03-07">
<action dev="dion" type="fix" issue="MAVEN-986">Fix for MAVEN-986. Allow resources to be copied when no sources present</action> <action dev="dion" type="fix" issue="MAVEN-986">Fix for MAVEN-986. Allow resources to be copied when no sources present</action>
<action dev="vmassol" type="add">Use the new <action dev="vmassol" type="add">Use the new