[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
This commit is contained in:
brett
2004-03-07 01:02:10 +00:00
parent 4b01d93c5e
commit fd28103de6
2 changed files with 10 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-javadoc-plugin</id>
<name>Maven Javadoc Plug-in</name>
<currentVersion>1.3</currentVersion>
<currentVersion>1.4</currentVersion>
<description/>
<shortDescription>Produce Javadocs and report</shortDescription>
<url>http://maven.apache.org/reference/plugins/javadoc/</url>
@@ -105,5 +105,10 @@
<name>1.3</name>
<tag>MAVEN_JAVADOC_1_3</tag>
</version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_JAVADOC_1_4</tag>
</version>
</versions>
</project>

View File

@@ -25,16 +25,16 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.4" date="in CVS">
<release version="1.4" date="2004-03-07">
<action dev="evenisse" type="fix" issue="MPJAVADOC-19">Prevent the plugin from failing when a sourceDirectory exists, but it does not contain Java files.</action>
<action dev="dion" type="fix" issue="MPJAVADOC-6"></action>
<action dev="dion" type="fix" issue="MPJAVADOC-17"></action>
<action dev="dion" type="fix" issue="MPJAVADOC-6"/>
<action dev="dion" type="fix" issue="MPJAVADOC-17"/>
<action dev="jvanzyl" type="update">Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property.</action>
<action dev="dion" type="update">default useexternalfile to yes</action>
<action dev="dion" type="fix" issue="MAVEN-1007">Fix typo in offline link generation.</action>
<action dev="dion" type="add" issue="MAVEN-894">Allow custom taglets.</action>
</release>
<release version="1.3" date="2004-03-07">
<release version="1.4" date="2004-03-07">
<action dev="evenisse" type="add" issue="MAVEN-639">Add maven.javadoc.overview property.</action>
<action dev="evenisse" type="add" issue="MAVEN-805">Add maven.javadoc.useexternalfile property.</action>
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>