diff --git a/jnlp/project.xml b/jnlp/project.xml index bc3c69e6..6ea834ae 100644 --- a/jnlp/project.xml +++ b/jnlp/project.xml @@ -5,7 +5,7 @@ 3 maven-jnlp-plugin Maven JNLP Plug-in - 1.2 + 1.3-SNAPSHOT JNLP Plugin for Maven http://maven.apache.org/reference/plugins/jnlp/ /www/maven.apache.org/reference/plugins/jnlp/ diff --git a/jnlp/xdocs/changes.xml b/jnlp/xdocs/changes.xml index c4db0836..b886f119 100644 --- a/jnlp/xdocs/changes.xml +++ b/jnlp/xdocs/changes.xml @@ -7,11 +7,13 @@ - + Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property. + + Fixes for MAVEN-518. Artifact processing in the plugin