Title: [1639] trunk/core: [maven-release-plugin] prepare for next development iteration
Revision
1639
Author
mauro
Date
2010-05-08 06:50:40 -0500 (Sat, 08 May 2010)

Log Message

[maven-release-plugin] prepare for next development iteration

Modified Paths


Diff

Modified: trunk/core/distribution/pom.xml (1638 => 1639)

--- trunk/core/distribution/pom.xml	2010-05-08 11:50:35 UTC (rev 1638)
+++ trunk/core/distribution/pom.xml	2010-05-08 11:50:40 UTC (rev 1639)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jbehave</groupId>
     <artifactId>jbehave</artifactId>
-    <version>2.5.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>jbehave-distribution</artifactId>
   <packaging>pom</packaging>

Modified: trunk/core/jbehave-ant/pom.xml (1638 => 1639)

--- trunk/core/jbehave-ant/pom.xml	2010-05-08 11:50:35 UTC (rev 1638)
+++ trunk/core/jbehave-ant/pom.xml	2010-05-08 11:50:40 UTC (rev 1639)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jbehave</groupId>
     <artifactId>jbehave</artifactId>
-    <version>2.5.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>jbehave-ant</artifactId>
   <name>JBehave Ant</name>

Modified: trunk/core/jbehave-core/pom.xml (1638 => 1639)

--- trunk/core/jbehave-core/pom.xml	2010-05-08 11:50:35 UTC (rev 1638)
+++ trunk/core/jbehave-core/pom.xml	2010-05-08 11:50:40 UTC (rev 1639)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jbehave</groupId>
     <artifactId>jbehave</artifactId>
-    <version>2.5.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <artifactId>jbehave-core</artifactId>

Modified: trunk/core/jbehave-guice/pom.xml (1638 => 1639)

--- trunk/core/jbehave-guice/pom.xml	2010-05-08 11:50:35 UTC (rev 1638)
+++ trunk/core/jbehave-guice/pom.xml	2010-05-08 11:50:40 UTC (rev 1639)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jbehave</groupId>
     <artifactId>jbehave</artifactId>
-    <version>2.5.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>jbehave-guice</artifactId>
   <name>JBehave Guice</name>

Modified: trunk/core/jbehave-maven-plugin/pom.xml (1638 => 1639)

--- trunk/core/jbehave-maven-plugin/pom.xml	2010-05-08 11:50:35 UTC (rev 1638)
+++ trunk/core/jbehave-maven-plugin/pom.xml	2010-05-08 11:50:40 UTC (rev 1639)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jbehave</groupId>
     <artifactId>jbehave</artifactId>
-    <version>2.5.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>jbehave-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>

Modified: trunk/core/jbehave-pico/pom.xml (1638 => 1639)

--- trunk/core/jbehave-pico/pom.xml	2010-05-08 11:50:35 UTC (rev 1638)
+++ trunk/core/jbehave-pico/pom.xml	2010-05-08 11:50:40 UTC (rev 1639)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jbehave</groupId>
     <artifactId>jbehave</artifactId>
-    <version>2.5.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>jbehave-pico</artifactId>
   <name>JBehave PicoContainer</name>

Modified: trunk/core/jbehave-spring/pom.xml (1638 => 1639)

--- trunk/core/jbehave-spring/pom.xml	2010-05-08 11:50:35 UTC (rev 1638)
+++ trunk/core/jbehave-spring/pom.xml	2010-05-08 11:50:40 UTC (rev 1639)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jbehave</groupId>
     <artifactId>jbehave</artifactId>
-    <version>2.5.5</version>
+    <version>2.6-SNAPSHOT</version>
   </parent>
   <artifactId>jbehave-spring</artifactId>
   <name>JBehave Spring</name>

Modified: trunk/core/pom.xml (1638 => 1639)

--- trunk/core/pom.xml	2010-05-08 11:50:35 UTC (rev 1638)
+++ trunk/core/pom.xml	2010-05-08 11:50:40 UTC (rev 1639)
@@ -3,7 +3,7 @@
   <groupId>org.jbehave</groupId>
   <artifactId>jbehave</artifactId>
   <packaging>pom</packaging>
-  <version>2.5.5</version>
+  <version>2.6-SNAPSHOT</version>
   <name>JBehave</name>
   <inceptionYear>2003</inceptionYear>
   <description>JBehave is a project that supports and facilitates Behaviour-Driven Development.</description>
@@ -362,9 +362,9 @@
   <contributors />
 
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/jbehave/tags/jbehave-2.5.5</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/jbehave/tags/jbehave-2.5.5</developerConnection>
-    <url>http://svn.codehaus.org/jbehave/tags/jbehave-2.5.5</url>
+    <connection>scm:svn:https://svn.codehaus.org/jbehave/trunk/core</connection>
+    <developerConnection>scm:svn:https://svn.codehaus.org/jbehave/trunk/core</developerConnection>
+    <url>http://svn.codehaus.org/jbehave/trunk/core</url>
   </scm>
 
   <distributionManagement>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to