Author: brett Date: Tue Jan 18 03:46:25 2005 New Revision: 125487 URL: http://svn.apache.org/viewcvs?view=rev&rev=125487 Log: set back the version to beta-4 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=125487&p1=maven/maven-1/plugins/branches/scm-1.5-branch/project.xml&r1=125486&p2=maven/maven-1/plugins/branches/scm-1.5-branch/project.xml&r2=125487 ============================================================================== --- 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:46:25 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</currentVersion> + <currentVersion>1.5-beta-4-SNAPSHOT</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> 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=125487&p1=maven/maven-1/plugins/branches/scm-1.5-branch/xdocs/changes.xml&r1=125486&p2=maven/maven-1/plugins/branches/scm-1.5-branch/xdocs/changes.xml&r2=125487 ============================================================================== --- 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:46:25 2005 @@ -24,7 +24,7 @@ <author email="[EMAIL PROTECTED]">Brett Porter</author> </properties> <body> - <release version="1.5-beta-3" date="2005-01-18"> + <release version="1.5-beta-4-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> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
