[maven-scm-plugin] prepare release 1.7

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@180114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2005-06-05 17:18:46 +00:00
parent 8b2c06168c
commit 19d5100fc9
2 changed files with 10 additions and 5 deletions

View File

@@ -17,13 +17,12 @@
* limitations under the License.
*/
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-jar-plugin</id>
<name>Maven Jar Plug-in</name>
<currentVersion>1.7-SNAPSHOT</currentVersion>
<currentVersion>1.7</currentVersion>
<description>Plugin for creating JAR files.</description>
<shortDescription>Create jar files</shortDescription>
<url>http://maven.apache.org/reference/plugins/jar/</url>
@@ -55,6 +54,11 @@
<name>1.6.1</name>
<tag>MAVEN_JAR_1_6_1</tag>
</version>
<version>
<id>1.7</id>
<name>1.7</name>
<tag>MAVEN_JAR_1_7</tag>
</version>
</versions>
<developers/>
<dependencies>

View File

@@ -17,7 +17,6 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
@@ -25,10 +24,12 @@
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="1.7-SNAPSHOT" date="in SVN">
<release version="1.7" date="2005-06-05">
<action dev="felipeal" type="fix" issue="MPJAR-42" due-to="Joseph Benavidez">Fix typo on documentation.</action>
<action dev="felipeal" type="fix" issue="MPJAR-40" due-to="Shinobu Kawai">Fix typo on documentation.</action>
<action dev="felipeal" type="add" issue="MPJAR-38">Added new property <code>maven.jar.final.name</code>.</action>
<action dev="felipeal" type="add" issue="MPJAR-38">Added new property
<code>maven.jar.final.name</code>.
</action>
</release>
<release version="1.6.1" date="2004-11-10">
<action dev="brett" type="fix">Remove deploy warnings</action>