diff --git a/announcement/xdocs/changes.xml b/announcement/xdocs/changes.xml index ed63555e..9883ecbc 100644 --- a/announcement/xdocs/changes.xml +++ b/announcement/xdocs/changes.xml @@ -8,6 +8,11 @@ + + + Remove the need for ${pom} interpolation in properties. The + use of the maven:property tag is now used to glean a default property. + Initial creation. diff --git a/javadoc/xdocs/changes.xml b/javadoc/xdocs/changes.xml index 8b473b5a..cf955cfb 100644 --- a/javadoc/xdocs/changes.xml +++ b/javadoc/xdocs/changes.xml @@ -9,6 +9,10 @@ + + Remove the need for ${pom} interpolation in properties. The + use of the maven:property tag is now used to glean a default property. + default useexternalfile to yes Applied MAVEN-1007. Fix typo in offline link generation. diff --git a/jnlp/xdocs/changes.xml b/jnlp/xdocs/changes.xml index dd94619a..c4db0836 100644 --- a/jnlp/xdocs/changes.xml +++ b/jnlp/xdocs/changes.xml @@ -8,6 +8,10 @@ + + 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 diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index 347bdb86..b2b4e856 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -7,8 +7,12 @@ + + Remove the need for ${pom} interpolation in properties. The use of the + maven:property tag is now used to glean a default property. + - Removed unneeded ant and grant dependencies + Removed unneeded ant and grant dependencies. Fix MAVEN-965. Document maven.xdoc.jsl. @@ -30,7 +34,7 @@ Fixed empty scm repository and issue tracking URL still being added - to the project nav + to the project navigation.