[maven-scm-plugin] prepare release 1.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369377 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-01-16 07:24:09 +00:00
parent 9ede010fa4
commit eee8977cd3
2 changed files with 15 additions and 11 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -16,13 +17,12 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../plugin-parent/project.xml</extend> <extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-html2xdoc-plugin</id> <id>maven-html2xdoc-plugin</id>
<name>Maven Html2XDoc Plug-in</name> <name>Maven Html2XDoc Plug-in</name>
<currentVersion>1.4-SNAPSHOT</currentVersion> <currentVersion>1.4</currentVersion>
<gumpRepositoryId>jakarta</gumpRepositoryId> <gumpRepositoryId>jakarta</gumpRepositoryId>
<description>Creates XDoc documentation from normal HTML documentation.</description> <description>Creates XDoc documentation from normal HTML documentation.</description>
<shortDescription>HTML to xdoc transformer</shortDescription> <shortDescription>HTML to xdoc transformer</shortDescription>
@ -50,6 +50,11 @@
<name>1.3.1</name> <name>1.3.1</name>
<tag>MAVEN_HTML2XDOC_1_3_1</tag> <tag>MAVEN_HTML2XDOC_1_3_1</tag>
</version> </version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_HTML2XDOC_1_4</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -17,22 +17,21 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Changes</title> <title>Changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author> <author email="dion@multitask.com.au">dIon Gillard</author>
</properties> </properties>
<body> <body>
<release version="1.4-SNAPSHOT" date="In SVN"> <release version="1.4" date="2006-01-15">
<action dev="ltheussl" type="update">Update documentation.</action> <action dev="ltheussl" type="update">Update documentation.</action>
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul> <ul>
<li>commons-jelly-tags-xml v1.0 -> v1.1</li> <li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>
<li>commons-logging v1.0.3 -> v1.0.4</li> <li>commons-logging v1.0.3 -&gt; v1.0.4</li>
<li>dom4j v1.4-dev-8 -> v1.4</li> <li>dom4j v1.4-dev-8 -&gt; v1.4</li>
<li>xercesImpl v 2.4.0 -> v2.6.2</li> <li>xercesImpl v 2.4.0 -&gt; v2.6.2</li>
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li> <li>xml-apis v 1.0.b2 -&gt; xmlParserAPIs v2.6.2</li>
</ul> </ul>
</action> </action>
</release> </release>