[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:
parent
03b88d34e6
commit
228f748655
@ -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.
|
||||||
@ -17,19 +18,19 @@
|
|||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<extend>../project.xml</extend>
|
<extend>../project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-release-plugin</id>
|
<id>maven-release-plugin</id>
|
||||||
<name>Maven Release Plug-in</name>
|
<name>Maven Release Plug-in</name>
|
||||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
<currentVersion>1.2</currentVersion>
|
||||||
<description/>
|
<description/>
|
||||||
<shortDescription>Produce project release</shortDescription>
|
<shortDescription>Produce project release</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/release/</url>
|
<url>http://maven.apache.org/reference/plugins/release/</url>
|
||||||
<siteDirectory>/www/maven.apache.org/reference/plugins/release/</siteDirectory>
|
<siteDirectory>/www/maven.apache.org/reference/plugins/release/</siteDirectory>
|
||||||
<repository>
|
<repository>
|
||||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/release/</connection>
|
<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>
|
<url>http://cvs.apache.org/viewcvs/maven-plugins/release/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<developers>
|
<developers>
|
||||||
@ -89,4 +90,11 @@
|
|||||||
<version>20030211.143817</version>
|
<version>20030211.143817</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
<versions>
|
||||||
|
<version>
|
||||||
|
<id>1.2</id>
|
||||||
|
<name>1.2</name>
|
||||||
|
<tag>MAVEN_RELEASE_1_2</tag>
|
||||||
|
</version>
|
||||||
|
</versions>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -25,22 +26,16 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.3-SNAPSHOT" date="in CVS">
|
<release version="1.3-SNAPSHOT" date="in CVS">
|
||||||
<action dev="bporter" type="add">
|
<action dev="bporter" type="add">Add POM transformer that updates currentVersion and the <versions/> element with a specified version and tag.</action>
|
||||||
Add POM transformer that updates currentVersion and the <versions/> element with a specified
|
|
||||||
version and tag.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
<release version="1.2" date="2003-09-30">
|
<release version="1.2" date="2004-03-07">
|
||||||
<action dev="jvanzyl" type="fix">
|
<action dev="jvanzyl" type="fix">Applied patch for
|
||||||
Applied patch for <a href="http://jira.codehaus.org/secure/ViewIssue.jspa?id=11157">MAVEN-542</a>.
|
<a href="http://jira.codehaus.org/secure/ViewIssue.jspa?id=11157">MAVEN-542</a>.
|
||||||
</action>
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.1" date="2003-09-29">
|
<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">update to commons-jelly-20030902.160215</action>
|
||||||
<action dev="dion" type="update">
|
<action dev="dion" type="update">Upgrade to dom4j 1.4, maven 1.0-beta-10</action>
|
||||||
Upgrade to dom4j 1.4, maven 1.0-beta-10
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user