Title: [2146] trunk: [maven-release-plugin] prepare for next development iteration
Revision
2146
Author
joehni
Date
2013-09-28 10:28:38 -0500 (Sat, 28 Sep 2013)

Log Message

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

Modified Paths


Diff

Modified: trunk/pom.xml (2145 => 2146)


--- trunk/pom.xml	2013-09-28 15:28:25 UTC (rev 2145)
+++ trunk/pom.xml	2013-09-28 15:28:38 UTC (rev 2146)
@@ -20,7 +20,7 @@
   <groupId>com.thoughtworks.xstream</groupId>
   <artifactId>xstream-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.4.5</version>
+  <version>1.5.0-SNAPSHOT</version>
   <name>XStream Parent</name>
   <description>
     XStream is a serialization library from Java objects to XML and back.
@@ -609,9 +609,9 @@
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.codehaus.org/xstream/tags/XSTREAM_1_4_5</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/xstream/tags/XSTREAM_1_4_5</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/xstream/tags/XSTREAM_1_4_5</url>
+    <connection>scm:svn:http://svn.codehaus.org/xstream/trunk</connection>
+    <developerConnection>scm:svn:https://svn.codehaus.org/xstream/trunk</developerConnection>
+    <url>http://fisheye.codehaus.org/browse/xstream/trunk</url>
   </scm>
   
   <properties>

Modified: trunk/xstream/pom.xml (2145 => 2146)


--- trunk/xstream/pom.xml	2013-09-28 15:28:25 UTC (rev 2145)
+++ trunk/xstream/pom.xml	2013-09-28 15:28:38 UTC (rev 2146)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>com.thoughtworks.xstream</groupId>
     <artifactId>xstream-parent</artifactId>
-    <version>1.4.5</version>
+    <version>1.5.0-SNAPSHOT</version>
   </parent>
   <artifactId>xstream</artifactId>
   <packaging>jar</packaging>

Modified: trunk/xstream-benchmark/pom.xml (2145 => 2146)


--- trunk/xstream-benchmark/pom.xml	2013-09-28 15:28:25 UTC (rev 2145)
+++ trunk/xstream-benchmark/pom.xml	2013-09-28 15:28:38 UTC (rev 2146)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>com.thoughtworks.xstream</groupId>
     <artifactId>xstream-parent</artifactId>
-    <version>1.4.5</version>
+    <version>1.5.0-SNAPSHOT</version>
   </parent>
   <artifactId>xstream-benchmark</artifactId>
   <packaging>jar</packaging>
@@ -118,7 +118,7 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.5</version>
+      <version>1.5.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>net.sf.kxml</groupId>

Modified: trunk/xstream-distribution/pom.xml (2145 => 2146)


--- trunk/xstream-distribution/pom.xml	2013-09-28 15:28:25 UTC (rev 2145)
+++ trunk/xstream-distribution/pom.xml	2013-09-28 15:28:38 UTC (rev 2146)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>com.thoughtworks.xstream</groupId>
     <artifactId>xstream-parent</artifactId>
-    <version>1.4.5</version>
+    <version>1.5.0-SNAPSHOT</version>
   </parent>
   <artifactId>xstream-distribution</artifactId>
   <packaging>pom</packaging>
@@ -27,19 +27,19 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.5</version>
+      <version>1.5.0-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream-hibernate</artifactId>
-      <version>1.4.5</version>
+      <version>1.5.0-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream-benchmark</artifactId>
-      <version>1.4.5</version>
+      <version>1.5.0-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
   </dependencies>

Modified: trunk/xstream-hibernate/pom.xml (2145 => 2146)


--- trunk/xstream-hibernate/pom.xml	2013-09-28 15:28:25 UTC (rev 2145)
+++ trunk/xstream-hibernate/pom.xml	2013-09-28 15:28:38 UTC (rev 2146)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.thoughtworks.xstream</groupId>
     <artifactId>xstream-parent</artifactId>
-    <version>1.4.5</version>
+    <version>1.5.0-SNAPSHOT</version>
   </parent>
   <artifactId>xstream-hibernate</artifactId>
   <packaging>jar</packaging>
@@ -145,7 +145,7 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.5</version>
+      <version>1.5.0-SNAPSHOT</version>
       <classifier>tests</classifier>
       <type>test-jar</type>
       <scope>test</scope>
@@ -153,7 +153,7 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.5</version>
+      <version>1.5.0-SNAPSHOT</version>
     </dependency>
     <dependency>
         <groupId>org.hibernate</groupId>

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to