You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/04/30 00:56:54 UTC

svn commit: r769983 - /maven/release/trunk/pom.xml

Author: olamy
Date: Wed Apr 29 22:56:54 2009
New Revision: 769983

URL: http://svn.apache.org/viewvc?rev=769983&view=rev
Log:
[MRELEASE-442] scm tag phase ignores custom message (need to use scm 1.3)
update scm version to 1.3-SNAPSHOT


Modified:
    maven/release/trunk/pom.xml

Modified: maven/release/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/pom.xml?rev=769983&r1=769982&r2=769983&view=diff
==============================================================================
--- maven/release/trunk/pom.xml (original)
+++ maven/release/trunk/pom.xml Wed Apr 29 22:56:54 2009
@@ -124,7 +124,7 @@
   </issueManagement>
 
   <properties>
-    <scmVersion>1.2</scmVersion>
+    <scmVersion>1.3-SNAPSHOT</scmVersion>
     <mavenPluginPluginVersion>2.5</mavenPluginPluginVersion>
   </properties>