Title: [2351] branches/v-1.4.x: [maven-release-plugin] prepare for next development iteration
Revision
2351
Author
joehni
Date
2015-02-18 13:06:22 -0600 (Wed, 18 Feb 2015)

Log Message

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

Modified Paths


Diff

Modified: branches/v-1.4.x/pom.xml (2350 => 2351)


--- branches/v-1.4.x/pom.xml	2015-02-18 19:06:09 UTC (rev 2350)
+++ branches/v-1.4.x/pom.xml	2015-02-18 19:06:22 UTC (rev 2351)
@@ -20,7 +20,7 @@
   <groupId>com.thoughtworks.xstream</groupId>
   <artifactId>xstream-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.4.8</version>
+  <version>1.4.9-SNAPSHOT</version>
   <name>XStream Parent</name>
   <description>
     XStream is a serialization library from Java objects to XML and back.
@@ -182,12 +182,12 @@
       <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream</artifactId>
-        <version>1.4.8</version>
+        <version>1.4.9-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream</artifactId>
-        <version>1.4.8</version>
+        <version>1.4.9-SNAPSHOT</version>
         <classifier>tests</classifier>
         <type>test-jar</type>
         <scope>test</scope>
@@ -195,31 +195,31 @@
       <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream</artifactId>
-        <version>1.4.8</version>
+        <version>1.4.9-SNAPSHOT</version>
         <classifier>javadoc</classifier>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream-hibernate</artifactId>
-        <version>1.4.8</version>
+        <version>1.4.9-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream-hibernate</artifactId>
-        <version>1.4.8</version>
+        <version>1.4.9-SNAPSHOT</version>
         <classifier>javadoc</classifier>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream-benchmark</artifactId>
-        <version>1.4.8</version>
+        <version>1.4.9-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream-benchmark</artifactId>
-        <version>1.4.8</version>
+        <version>1.4.9-SNAPSHOT</version>
         <classifier>javadoc</classifier>
         <scope>provided</scope>
       </dependency>
@@ -752,9 +752,9 @@
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.codehaus.org/xstream/tags/XSTREAM_1_4_8</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/xstream/tags/XSTREAM_1_4_8</developerConnection>
-    <url>http://fisheye.codehaus.org/browse/xstream/tags/XSTREAM_1_4_8</url>
+    <connection>scm:svn:http://svn.codehaus.org/xstream/branches/v-1.4.x</connection>
+    <developerConnection>scm:svn:https://svn.codehaus.org/xstream/branches/v-1.4.x</developerConnection>
+    <url>http://fisheye.codehaus.org/browse/xstream/branches/v-1.4.x</url>
   </scm>
   
   <properties>

Modified: branches/v-1.4.x/xstream/pom.xml (2350 => 2351)


--- branches/v-1.4.x/xstream/pom.xml	2015-02-18 19:06:09 UTC (rev 2350)
+++ branches/v-1.4.x/xstream/pom.xml	2015-02-18 19:06:22 UTC (rev 2351)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>com.thoughtworks.xstream</groupId>
     <artifactId>xstream-parent</artifactId>
-    <version>1.4.8</version>
+    <version>1.4.9-SNAPSHOT</version>
   </parent>
   <artifactId>xstream</artifactId>
   <packaging>jar</packaging>

Modified: branches/v-1.4.x/xstream-benchmark/pom.xml (2350 => 2351)


--- branches/v-1.4.x/xstream-benchmark/pom.xml	2015-02-18 19:06:09 UTC (rev 2350)
+++ branches/v-1.4.x/xstream-benchmark/pom.xml	2015-02-18 19:06:22 UTC (rev 2351)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>com.thoughtworks.xstream</groupId>
     <artifactId>xstream-parent</artifactId>
-    <version>1.4.8</version>
+    <version>1.4.9-SNAPSHOT</version>
   </parent>
   <artifactId>xstream-benchmark</artifactId>
   <packaging>jar</packaging>

Modified: branches/v-1.4.x/xstream-distribution/pom.xml (2350 => 2351)


--- branches/v-1.4.x/xstream-distribution/pom.xml	2015-02-18 19:06:09 UTC (rev 2350)
+++ branches/v-1.4.x/xstream-distribution/pom.xml	2015-02-18 19:06:22 UTC (rev 2351)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>com.thoughtworks.xstream</groupId>
     <artifactId>xstream-parent</artifactId>
-    <version>1.4.8</version>
+    <version>1.4.9-SNAPSHOT</version>
   </parent>
   <artifactId>xstream-distribution</artifactId>
   <packaging>pom</packaging>

Modified: branches/v-1.4.x/xstream-hibernate/pom.xml (2350 => 2351)


--- branches/v-1.4.x/xstream-hibernate/pom.xml	2015-02-18 19:06:09 UTC (rev 2350)
+++ branches/v-1.4.x/xstream-hibernate/pom.xml	2015-02-18 19:06:22 UTC (rev 2351)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>com.thoughtworks.xstream</groupId>
     <artifactId>xstream-parent</artifactId>
-    <version>1.4.8</version>
+    <version>1.4.9-SNAPSHOT</version>
   </parent>
   <artifactId>xstream-hibernate</artifactId>
   <packaging>jar</packaging>

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to