Docs on 1.3 and 1.4 (current) release

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-04-13 02:32:15 +00:00
parent f290e9b743
commit 4ea683702c
2 changed files with 8 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-war-plugin</id>
<name>Maven WAR Plugin</name>
<currentVersion>1.3</currentVersion>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<description>War Plugin for Maven</description>
<shortDescription>War Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/war/</url>

View File

@@ -6,8 +6,14 @@
</properties>
<body>
<release version="1.4" date="2002-04-13">
<action dev="dion" type="fix" due-to="Ben Hogan">
Allow war file to be updated
</action>
</release>
<release>
<release version="1.3" date="2002-04-08">
<action dev="dion" type="fix" due-to="Florin Vancea">
Fixed the broken war goal
</action>