You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2011/06/14 18:57:55 UTC

svn commit: r1135701 - /turbine/core/trunk/pom.xml

Author: tv
Date: Tue Jun 14 16:57:55 2011
New Revision: 1135701

URL: http://svn.apache.org/viewvc?rev=1135701&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1135701&r1=1135700&r2=1135701&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Tue Jun 14 16:57:55 2011
@@ -27,7 +27,7 @@
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine</artifactId>
   <name>turbine-4</name>
-  <version>4.0-M1</version>
+  <version>4.0-M2-SNAPSHOT</version>
   <description>Turbine is a servlet based framework that allows experienced Java
     developers to quickly build secure web applications. Parts of Turbine
     can also be used independently of the web portion of Turbine as
@@ -496,9 +496,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/core/tags/TURBINE_4_0_M1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/core/tags/TURBINE_4_0_M1</developerConnection>
-    <url>http://svn.apache.org/viewcvs/turbine/core/tags/TURBINE_4_0_M1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/core/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/core/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs/turbine/core/trunk/</url>
   </scm>
   
   <build>