[maven-scm-plugin] prepare release 1.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114810 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-03-07 00:31:28 +00:00
parent 03b88d34e6
commit 228f748655
2 changed files with 18 additions and 15 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -17,19 +18,19 @@
*/
-->
<project>
<extend>../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-release-plugin</id>
<name>Maven Release Plug-in</name>
<currentVersion>1.2-SNAPSHOT</currentVersion>
<currentVersion>1.2</currentVersion>
<description/>
<shortDescription>Produce project release</shortDescription>
<url>http://maven.apache.org/reference/plugins/release/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/release/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/release/</connection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/release/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/release/</url>
</repository>
<developers>
@ -89,4 +90,11 @@
<version>20030211.143817</version>
</dependency>
</dependencies>
<versions>
<version>
<id>1.2</id>
<name>1.2</name>
<tag>MAVEN_RELEASE_1_2</tag>
</version>
</versions>
</project>

View File

@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -25,22 +26,16 @@
</properties>
<body>
<release version="1.3-SNAPSHOT" date="in CVS">
<action dev="bporter" type="add">
Add POM transformer that updates currentVersion and the &lt;versions/&gt; element with a specified
version and tag.
</action>
<action dev="bporter" type="add">Add POM transformer that updates currentVersion and the &lt;versions/&gt; element with a specified version and tag.</action>
</release>
<release version="1.2" date="2003-09-30">
<action dev="jvanzyl" type="fix">
Applied patch for <a href="http://jira.codehaus.org/secure/ViewIssue.jspa?id=11157">MAVEN-542</a>.
<release version="1.2" date="2004-03-07">
<action dev="jvanzyl" type="fix">Applied patch for
<a href="http://jira.codehaus.org/secure/ViewIssue.jspa?id=11157">MAVEN-542</a>.
</action>
</release>
<release version="1.1" date="2003-09-29">
<action dev="dion" type="update">update to commons-jelly-20030902.160215</action>
<action dev="dion" type="update">
Upgrade to dom4j 1.4, maven 1.0-beta-10
</action>
<action dev="dion" type="update">Upgrade to dom4j 1.4, maven 1.0-beta-10</action>
</release>
</body>
</body>
</document>