Title: [2183] branches/v-1.4.x: Fix project versions in POMs.
Revision
2183
Author
joehni
Date
2013-12-12 11:50:58 -0600 (Thu, 12 Dec 2013)

Log Message

Fix project versions in POMs.

Modified Paths


Diff

Modified: branches/v-1.4.x/pom.xml (2182 => 2183)


--- branches/v-1.4.x/pom.xml	2013-12-12 17:08:05 UTC (rev 2182)
+++ branches/v-1.4.x/pom.xml	2013-12-12 17:50:58 UTC (rev 2183)
@@ -105,6 +105,51 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
+        <groupId>com.thoughtworks.xstream</groupId>
+        <artifactId>xstream</artifactId>
+        <version>1.4.6-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>com.thoughtworks.xstream</groupId>
+        <artifactId>xstream</artifactId>
+        <version>1.4.6-SNAPSHOT</version>
+        <classifier>tests</classifier>
+        <type>test-jar</type>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>com.thoughtworks.xstream</groupId>
+        <artifactId>xstream</artifactId>
+        <version>1.4.6-SNAPSHOT</version>
+        <classifier>javadoc</classifier>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>com.thoughtworks.xstream</groupId>
+        <artifactId>xstream-hibernate</artifactId>
+        <version>1.4.6-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>com.thoughtworks.xstream</groupId>
+        <artifactId>xstream-hibernate</artifactId>
+        <version>1.4.6-SNAPSHOT</version>
+        <classifier>javadoc</classifier>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>com.thoughtworks.xstream</groupId>
+        <artifactId>xstream-benchmark</artifactId>
+        <version>1.4.6-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>com.thoughtworks.xstream</groupId>
+        <artifactId>xstream-benchmark</artifactId>
+        <version>1.4.6-SNAPSHOT</version>
+        <classifier>javadoc</classifier>
+        <scope>provided</scope>
+      </dependency>
+            
+      <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
         <version>${version.commons.io}</version>

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


--- branches/v-1.4.x/xstream-benchmark/pom.xml	2013-12-12 17:08:05 UTC (rev 2182)
+++ branches/v-1.4.x/xstream-benchmark/pom.xml	2013-12-12 17:50:58 UTC (rev 2183)
@@ -118,7 +118,6 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.6-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>net.sf.kxml</groupId>

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


--- branches/v-1.4.x/xstream-distribution/pom.xml	2013-12-12 17:08:05 UTC (rev 2182)
+++ branches/v-1.4.x/xstream-distribution/pom.xml	2013-12-12 17:50:58 UTC (rev 2183)
@@ -27,19 +27,16 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.5</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream-hibernate</artifactId>
-      <version>1.4.5</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream-benchmark</artifactId>
-      <version>1.4.5</version>
       <scope>runtime</scope>
     </dependency>
   </dependencies>
@@ -108,23 +105,17 @@
         <dependency>
           <groupId>com.thoughtworks.xstream</groupId>
           <artifactId>xstream</artifactId>
-          <version>1.4.5-SNAPSHOT</version>
           <classifier>javadoc</classifier>
-          <scope>provided</scope>
         </dependency>
         <dependency>
           <groupId>com.thoughtworks.xstream</groupId>
           <artifactId>xstream-hibernate</artifactId>
-          <version>1.4.5-SNAPSHOT</version>
           <classifier>javadoc</classifier>
-          <scope>provided</scope>
         </dependency>
         <dependency>
           <groupId>com.thoughtworks.xstream</groupId>
           <artifactId>xstream-benchmark</artifactId>
-          <version>1.4.5-SNAPSHOT</version>
           <classifier>javadoc</classifier>
-          <scope>provided</scope>
         </dependency>
       </dependencies>
     </profile>

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


--- branches/v-1.4.x/xstream-hibernate/pom.xml	2013-12-12 17:08:05 UTC (rev 2182)
+++ branches/v-1.4.x/xstream-hibernate/pom.xml	2013-12-12 17:50:58 UTC (rev 2183)
@@ -145,15 +145,12 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.6-SNAPSHOT</version>
       <classifier>tests</classifier>
       <type>test-jar</type>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.6-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