[maven-scm-plugin] prepare release 1.7

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@180184 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
felipeal
2005-06-06 01:16:28 +00:00
parent 421690761d
commit 871314b933
2 changed files with 13 additions and 8 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-ear-plugin</id>
<name>Maven EAR Plugin</name>
<currentVersion>1.7-SNAPSHOT</currentVersion>
<currentVersion>1.7</currentVersion>
<description>Ear Plugin for Maven</description>
<shortDescription>Ear Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/ear/</url>
@@ -60,6 +60,11 @@
<name>1.6.1</name>
<tag>MAVEN_EAR_1_6_1</tag>
</version>
<version>
<id>1.7</id>
<name>1.7</name>
<tag>MAVEN_EAR_1_7</tag>
</version>
</versions>
<branches/>
<developers>

View File

@@ -24,14 +24,14 @@
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
</properties>
<body>
<release version="1.7-SNAPSHOT" date="on CVS">
<action dev="felipeal" type="fix" issue="MPEAR-39">Improved how dependencies are copied into the EAR file.
<release version="1.7" date="2005-06-05">
<action dev="felipeal" type="fix" issue="MPEAR-39">Improved how dependencies are copied into the EAR file.</action>
<action dev="felipeal" type="add" issue="MPEAR-25">Added property
<code>maven.ear.final.name</code>.
</action>
<action dev="felipeal" type="add" issue="MPEAR-25">Added property <code>maven.ear.final.name</code>.
</action>
<action dev="felipeal" type="remove" issue="MPEAR-37">Removed checking introduced by MPEAR-9, as the fix introduced more bugs than it solved.
</action>
<action dev="dion" type="fix" issue="MPEAR-32">Re-added property <code>maven.ear.appxml</code>.
<action dev="felipeal" type="remove" issue="MPEAR-37">Removed checking introduced by MPEAR-9, as the fix introduced more bugs than it solved.</action>
<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">