From fd28103de6798d4a44cebb03723f152ee69c3141 Mon Sep 17 00:00:00 2001 From: brett Date: Sun, 7 Mar 2004 01:02:10 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.4 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114826 13f79535-47bb-0310-9956-ffa450edef68 --- javadoc/project.xml | 7 ++++++- javadoc/xdocs/changes.xml | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/javadoc/project.xml b/javadoc/project.xml index 4836a618..4b8c8583 100644 --- a/javadoc/project.xml +++ b/javadoc/project.xml @@ -23,7 +23,7 @@ 3 maven-javadoc-plugin Maven Javadoc Plug-in - 1.3 + 1.4 Produce Javadocs and report http://maven.apache.org/reference/plugins/javadoc/ @@ -105,5 +105,10 @@ 1.3 MAVEN_JAVADOC_1_3 + + 1.4 + 1.4 + MAVEN_JAVADOC_1_4 + diff --git a/javadoc/xdocs/changes.xml b/javadoc/xdocs/changes.xml index a50b9b03..cc5b1e0e 100644 --- a/javadoc/xdocs/changes.xml +++ b/javadoc/xdocs/changes.xml @@ -25,16 +25,16 @@ Emmanuel Venisse - + Prevent the plugin from failing when a sourceDirectory exists, but it does not contain Java files. - - + + 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 Fix typo in offline link generation. Allow custom taglets. - + Add maven.javadoc.overview property. Add maven.javadoc.useexternalfile property. update to use maven.docs.*/maven.gen.docs