diff --git a/jnlp/plugin.jelly b/jnlp/plugin.jelly index e76528e8..8b3e0c50 100644 --- a/jnlp/plugin.jelly +++ b/jnlp/plugin.jelly @@ -33,15 +33,17 @@ + + + + + + + + - - - - - - - + + + + + + + + - + + + + + + + + @@ -112,10 +128,24 @@ - + + + + + + + + - + + + + + + + + @@ -153,6 +183,40 @@ + + + Creating ${maven.jnlp.dir}/version.xml ... + + + + + + + + + + + + ${lib.file.name} + ${dep.version} + + ${lib.file.name} + + + + + + ${final.jar.name} + ${pom.currentVersion} + + ${final.jar.name} + + + + + + diff --git a/jnlp/xdocs/changes.xml b/jnlp/xdocs/changes.xml index b886f119..9b0e9cdd 100644 --- a/jnlp/xdocs/changes.xml +++ b/jnlp/xdocs/changes.xml @@ -8,6 +8,9 @@ + + MPJNLP-4. Add support for jar versions + Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property.