You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by at...@apache.org on 2014/04/03 11:34:11 UTC

svn commit: r1584329 - /commons/proper/scxml/trunk/pom.xml

Author: ate
Date: Thu Apr  3 09:34:11 2014
New Revision: 1584329

URL: http://svn.apache.org/r1584329
Log:
[maven-release-plugin] prepare release commons-scxml2-2.0-M1

Modified:
    commons/proper/scxml/trunk/pom.xml

Modified: commons/proper/scxml/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=1584329&r1=1584328&r2=1584329&view=diff
==============================================================================
--- commons/proper/scxml/trunk/pom.xml (original)
+++ commons/proper/scxml/trunk/pom.xml Thu Apr  3 09:34:11 2014
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <name>Apache Commons SCXML</name>
   <artifactId>commons-scxml2</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0-M1</version>
 
   <inceptionYear>2005</inceptionYear>
   <description>A Java Implementation of a State Chart XML Engine</description>
@@ -39,9 +39,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/scxml/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/scxml/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/scxml/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/scxml/tags/commons-scxml2-2.0-M1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/scxml/tags/commons-scxml2-2.0-M1</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/scxml/tags/commons-scxml2-2.0-M1</url>
   </scm>
 
   <developers>