[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:
parent
1c8cc0eba9
commit
9d8f185916
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-war-plugin</id>
|
||||
<name>Maven WAR Plugin</name>
|
||||
<currentVersion>1.6-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.6</currentVersion>
|
||||
<description>War Plugin for Maven</description>
|
||||
<shortDescription>War Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/war/</url>
|
||||
@ -40,6 +40,11 @@
|
||||
<name>1.5</name>
|
||||
<tag>MAVEN_WAR_1_5</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.6</id>
|
||||
<name>1.6</name>
|
||||
<tag>MAVEN_WAR_1_6</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<branches/>
|
||||
<mailingLists/>
|
||||
|
||||
@ -24,14 +24,13 @@
|
||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||
</properties>
|
||||
<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-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="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>
|
||||
</release>
|
||||
|
||||
<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="vmassol" type="add">Use the new
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user