Fix for MPJNLP-13

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115963 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2004-08-15 11:34:26 +00:00
parent d709d52a64
commit 680f3b061a
3 changed files with 5 additions and 2 deletions

View File

@@ -347,7 +347,7 @@
<j:set var="lib.file.signedname" value="${dep.artifactId}__V${dep.version}.jar"/>
</j:when>
<j:otherwise>
<j:set var="lib.file.signedname" value="${lib.final.name}.jar"/>
<j:set var="lib.file.signedname" value="${dep.artifact}"/>
</j:otherwise>
</j:choose>
<ant:signjar

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-jnlp-plugin</id>
<name>Maven JNLP Plug-in</name>
<currentVersion>1.4</currentVersion>
<currentVersion>1.4.1-SNAPSHOT</currentVersion>
<shortDescription>JNLP Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/jnlp/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPJNLP</issueTrackingUrl>

View File

@@ -25,6 +25,9 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.4.1-SNAPSHOT" date="in CVS">
<action dev="dion" type="fix" issue="MPJNLP-13">Fix bad signed jar name</action>
</release>
<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>