I made an error using scm:prepare-release to prepare 1.6 release

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

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-javadoc-plugin</id>
<name>Maven Javadoc Plug-in</name>
<currentVersion>MAVEN_JAVADOC_1_7</currentVersion>
<currentVersion>1.6</currentVersion>
<description/>
<shortDescription>Produce Javadocs and report</shortDescription>
<url>http://maven.apache.org/reference/plugins/javadoc/</url>
@ -51,8 +51,8 @@
<tag>MAVEN_JAVADOC_1_5</tag>
</version>
<version>
<id>MAVEN_JAVADOC_1_7</id>
<name>MAVEN_JAVADOC_1_7</name>
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_JAVADOC_1_6</tag>
</version>
</versions>

View File

@ -25,7 +25,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="MAVEN_JAVADOC_1_7" date="2004-07-09">
<release version="1.6" 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>