carlos 2004/06/29 02:03:37
Modified: scm plugin.properties project.xml
scm/xdocs changes.xml
Log:
Set default maven.scm.method to cvs
Revision Changes Path
1.6 +1 -1 maven-plugins/scm/plugin.properties
Index: plugin.properties
===================================================================
RCS file: /home/cvs/maven-plugins/scm/plugin.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin.properties 4 Mar 2004 18:38:45 -0000 1.5
+++ plugin.properties 29 Jun 2004 09:03:37 -0000 1.6
@@ -15,7 +15,7 @@
# -------------------------------------------------------------------
# Available settings currently only CVS
-maven.scm.method=
+maven.scm.method=cvs
# Directory to checkout to
maven.scm.checkout.dir=${maven.build.dir}/checkouts
# Set to true if you want to ignore the connection and developer connection
parameters in the POM
1.21 +1 -1 maven-plugins/scm/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/scm/project.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- project.xml 25 Jun 2004 15:24:30 -0000 1.20
+++ project.xml 29 Jun 2004 09:03:37 -0000 1.21
@@ -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.4</currentVersion>
+ <currentVersion>1.4.1-SNAPSHOT</currentVersion>
<description>A plugin for SCM tasks, currently CVS.</description>
<shortDescription>SCM Plugin for Maven. Requires Maven 1.0 RC2.</shortDescription>
<url>http://maven.apache.org/reference/plugins/scm/</url>
1.15 +3 -0 maven-plugins/scm/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/scm/xdocs/changes.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- changes.xml 19 Jun 2004 02:14:21 -0000 1.14
+++ changes.xml 29 Jun 2004 09:03:37 -0000 1.15
@@ -24,6 +24,9 @@
<author email="[EMAIL PROTECTED]">Brett Porter</author>
</properties>
<body>
+ <release version="1.4.1-SNAPSHOT" date="in CVS">
+ <action dev="carlos" type="fix" issue="MPSCM-13">Set default
<code>maven.scm.method</code> to cvs</action>
+ </release>
<release version="1.4" date="2004-06-18">
<action dev="epugh" type="add">Add minimal support for SVN to allow
cruisecontrol plugin to work</action>
<action dev="dion" type="add">Add scm:cvs-tag-project goal</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]