[maven-scm-plugin] prepare release 1.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115802 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse 2004-07-12 13:02:50 +00:00
parent aaf6a56a53
commit 83791b5b87
2 changed files with 8 additions and 3 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-jnlp-plugin</id>
<name>Maven JNLP Plug-in</name>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<currentVersion>1.4</currentVersion>
<shortDescription>JNLP Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/jnlp/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPJNLP</issueTrackingUrl>
@ -60,5 +60,10 @@
<name>1.3</name>
<tag>MAVEN_JNLP_1_3</tag>
</version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_JNLP_1_4</tag>
</version>
</versions>
</project>

View File

@ -25,7 +25,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.4" date="In CVS">
<release version="1.4" date="2004-07-12">
<action dev="dion" type="add">Add initial attempt at test project</action>
<action dev="evenisse" type="fix" issue="MPJNLP-9">Initialize correctly jnlp:generate-keystore goal.</action>
<action dev="evenisse" type="add" due-to="Pelle Braendgaard" issue="MPJNLP-8">Added Support for JarDiff.</action>
@ -36,7 +36,7 @@
<release version="1.3" date="2004-03-10">
<action dev="evenisse" type="add" issue="MPJNLP-7">Added extra property maven.jnlp.cert.version to support certificate renewals.</action>
<action dev="evenisse" type="fix" issue="MPJNLP-6">Updated jarversions support to take SNAPSHOT jars into account.</action>
<action dev="evenisse" type="fix" issue="MPJNLP-1"></action>
<action dev="evenisse" type="fix" issue="MPJNLP-1"/>
<action dev="evenisse" type="fix" issue="MPJNLP-4">Add support for jar versions.</action>
<action dev="jvanzyl" type="update">Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property.</action>
</release>