[maven-scm-plugin] prepare release 1.4.3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@230854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2005-08-08 18:46:00 +00:00
parent 44e1245351
commit 9b5700419b
2 changed files with 7 additions and 4 deletions

View File

@ -17,13 +17,12 @@
* limitations under the License.
*/
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-jxr-plugin</id>
<name>Maven JXR Plug-in</name>
<currentVersion>1.4.3-SNAPSHOT</currentVersion>
<currentVersion>1.4.3</currentVersion>
<description>Create cross reference.</description>
<shortDescription>Create cross reference</shortDescription>
<url>http://maven.apache.org/reference/plugins/jxr/</url>
@ -150,5 +149,10 @@
<name>1.4.2</name>
<tag>MAVEN_JXR_1_4_2</tag>
</version>
<version>
<id>1.4.3</id>
<name>1.4.3</name>
<tag>MAVEN_JXR_1_4_3</tag>
</version>
</versions>
</project>

View File

@ -17,7 +17,6 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
@ -25,7 +24,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.4.3-SNAPSHOT" date="in SVN">
<release version="1.4.3" date="2005-08-08">
<action dev="carlos" type="fix" issue="MPJXR-20" due-to="Ola Sandness">Close streams properly on errors</action>
<action dev="carlos" type="fix" issue="MPJXR-26">Ignore Java 5 package-info.java files</action>
<action dev="brett" type="fix" issue="MPJXR-11" due-to="Lukas Theussi">Fix malformed HTML when "package" or "import" used in the code/comments outside of the normal keyword use</action>