From dbdcdc946993d74da7d7a2e0a92bd14c17b5f426 Mon Sep 17 00:00:00 2001 From: evenisse Date: Wed, 7 Jan 2004 12:10:10 +0000 Subject: [PATCH] Jason's changes are for a new plugin version git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114568 13f79535-47bb-0310-9956-ffa450edef68 --- jnlp/project.xml | 2 +- jnlp/xdocs/changes.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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