[maven-scm-plugin] prepare release MAVEN_JAVADOC_1_7

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115755 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2004-07-09 21:27:43 +00:00
parent f6f81e0be4
commit 9fec08d848
2 changed files with 11 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -16,12 +17,13 @@
* limitations under the License.
*/
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-javadoc-plugin</id>
<name>Maven Javadoc Plug-in</name>
<currentVersion>1.5.1-SNAPSHOT</currentVersion>
<currentVersion>MAVEN_JAVADOC_1_7</currentVersion>
<description/>
<shortDescription>Produce Javadocs and report</shortDescription>
<url>http://maven.apache.org/reference/plugins/javadoc/</url>
@@ -48,6 +50,11 @@
<name>1.5</name>
<tag>MAVEN_JAVADOC_1_5</tag>
</version>
<version>
<id>MAVEN_JAVADOC_1_7</id>
<name>MAVEN_JAVADOC_1_7</name>
<tag>MAVEN_JAVADOC_1_6</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -16,6 +17,7 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
@@ -23,7 +25,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.5.1-SNAPSHOT" date="In CVS">
<release version="MAVEN_JAVADOC_1_7" date="2004-07-09">
<action dev="aheritier" type="fix" issue="MPJAVADOC-33">Javadoc plugin ignores the package specified in the pom.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-32" due-to="Guillaume Nodet">The maven-javadoc-plugin:register failed in javadoc plugin 1.5.1-SNAPSHOT.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-31" due-to="Takayoshi Kimura">Use the property 'maven.compile.encoding' to set the encoding used when reading sources in javadoc task.</action>