[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:
parent
44e1245351
commit
9b5700419b
@ -17,13 +17,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<extend>../plugin-parent/project.xml</extend>
|
<extend>../plugin-parent/project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-jxr-plugin</id>
|
<id>maven-jxr-plugin</id>
|
||||||
<name>Maven JXR Plug-in</name>
|
<name>Maven JXR Plug-in</name>
|
||||||
<currentVersion>1.4.3-SNAPSHOT</currentVersion>
|
<currentVersion>1.4.3</currentVersion>
|
||||||
<description>Create cross reference.</description>
|
<description>Create cross reference.</description>
|
||||||
<shortDescription>Create cross reference</shortDescription>
|
<shortDescription>Create cross reference</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/jxr/</url>
|
<url>http://maven.apache.org/reference/plugins/jxr/</url>
|
||||||
@ -150,5 +149,10 @@
|
|||||||
<name>1.4.2</name>
|
<name>1.4.2</name>
|
||||||
<tag>MAVEN_JXR_1_4_2</tag>
|
<tag>MAVEN_JXR_1_4_2</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.4.3</id>
|
||||||
|
<name>1.4.3</name>
|
||||||
|
<tag>MAVEN_JXR_1_4_3</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
@ -25,7 +24,7 @@
|
|||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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-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="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>
|
<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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user