set version 1.7-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@122671 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
felipeal 2004-12-17 19:36:38 +00:00
parent 1541d81b61
commit 3b178bcc4e
2 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-ear-plugin</id>
<name>Maven EAR Plugin</name>
<currentVersion>1.6.1</currentVersion>
<currentVersion>1.7-SNAPSHOT</currentVersion>
<description>Ear Plugin for Maven</description>
<shortDescription>Ear Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/ear/</url>

View File

@ -24,6 +24,10 @@
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
</properties>
<body>
<release version="1.7-SNAPSHOT" date="on CVS">
<action dev="dion" type="fix" issue="MPEAR-32">Re-added property <code>maven.ear.appxml</code>.
</action>
</release>
<release version="1.6.1" date="2004-12-10">
<action dev="felipeal" type="fix" issue="MPEAR-31">Fixed path of bundled dependency on generated
<code>application.xml</code>.