Author: brett Date: Tue Jan 18 03:27:43 2005 New Revision: 125482 URL: http://svn.apache.org/viewcvs?view=rev&rev=125482 Log: [maven-scm-plugin] prepare release 1.5-beta-3 Modified: maven/maven-1/plugins/branches/scm-1.5-branch/project.xml maven/maven-1/plugins/branches/scm-1.5-branch/xdocs/changes.xml
Modified: maven/maven-1/plugins/branches/scm-1.5-branch/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/branches/scm-1.5-branch/project.xml?view=diff&rev=125482&p1=maven/maven-1/plugins/branches/scm-1.5-branch/project.xml&r1=125481&p2=maven/maven-1/plugins/branches/scm-1.5-branch/project.xml&r2=125482 ============================================================================== --- maven/maven-1/plugins/branches/scm-1.5-branch/project.xml (original) +++ maven/maven-1/plugins/branches/scm-1.5-branch/project.xml Tue Jan 18 03:27:43 2005 @@ -22,7 +22,7 @@ <extend>../plugin-parent/project.xml</extend> <id>maven-scm-plugin</id> <name>Maven Source Control Management Plug-in</name> - <currentVersion>1.5-beta-3-SNAPSHOT</currentVersion> + <currentVersion>1.5-beta-3</currentVersion> <description>A plugin for SCM tasks, currently CVS.</description> <shortDescription>SCM Plugin for Maven.</shortDescription> <url>http://maven.apache.org/reference/plugins/scm/</url> @@ -73,6 +73,11 @@ <id>1.5-beta-2</id> <name>1.5-beta-2</name> <tag>scm-1.5-beta-2</tag> + </version> + <version> + <id>1.5-beta-3</id> + <name>1.5-beta-3</name> + <tag>scm-1.5-beta-3</tag> </version> </versions> <developers> Modified: maven/maven-1/plugins/branches/scm-1.5-branch/xdocs/changes.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/branches/scm-1.5-branch/xdocs/changes.xml?view=diff&rev=125482&p1=maven/maven-1/plugins/branches/scm-1.5-branch/xdocs/changes.xml&r1=125481&p2=maven/maven-1/plugins/branches/scm-1.5-branch/xdocs/changes.xml&r2=125482 ============================================================================== --- maven/maven-1/plugins/branches/scm-1.5-branch/xdocs/changes.xml (original) +++ maven/maven-1/plugins/branches/scm-1.5-branch/xdocs/changes.xml Tue Jan 18 03:27:43 2005 @@ -24,8 +24,10 @@ <author email="[EMAIL PROTECTED]">Brett Porter</author> </properties> <body> - <release version="1.5-beta-3-SNAPSHOT" date="in SVN"> - <action dev="brett" type="update">Check out into <code>maven.scm.checkout.dir</code> rather than a subdirectory of it</action> + <release version="1.5-beta-3" date="2005-01-18"> + <action dev="brett" type="update">Check out into + <code>maven.scm.checkout.dir</code>rather than a subdirectory of it + </action> <action dev="brett" type="add" issue="MPSCM-33">Use maven.scm.bootstrap.pom.dir</action> <action dev="brett" type="add" issue="MPSCM-32">Add support for subversion</action> <action dev="brett" type="add">Rewritten to utilise the Maven SCM library</action> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
