[maven-scm-plugin] prepare release 1.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@366992 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-01-08 06:12:55 +00:00
parent cfc1b03ef8
commit 467d5e829b
2 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- <!--
/* /*
@ -17,14 +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" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<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">
<extend>../plugin-parent/project.xml</extend> <extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-clean-plugin</id> <id>maven-clean-plugin</id>
<name>Maven Clean Plugin</name> <name>Maven Clean Plugin</name>
<currentVersion>1.4-SNAPSHOT</currentVersion> <currentVersion>1.4</currentVersion>
<description/> <description/>
<shortDescription>Clean plugin for Maven</shortDescription> <shortDescription>Clean plugin for Maven</shortDescription>
<url>http://maven.apache.org/maven-1.x/reference/plugins/clean/</url> <url>http://maven.apache.org/maven-1.x/reference/plugins/clean/</url>
@ -51,6 +49,11 @@
<name>1.3</name> <name>1.3</name>
<tag>MAVEN_CLEAN_1_3</tag> <tag>MAVEN_CLEAN_1_3</tag>
</version> </version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_CLEAN_1_4</tag>
</version>
</versions> </versions>
<developers/> <developers/>
</project> </project>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- <!--
/* /*
@ -17,14 +17,13 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Changes</title> <title>Changes</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <body>
<release version="1.4-SNAPSHOT" date="In SVN"> <release version="1.4" date="2006-01-07">
<action dev="evenisse" type="fix" issue="MPCLEAN-5">Fix doco.</action> <action dev="evenisse" type="fix" issue="MPCLEAN-5">Fix doco.</action>
</release> </release>
<release version="1.3" date="2004-06-19"> <release version="1.3" date="2004-06-19">