You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ai...@apache.org on 2008/03/31 23:38:53 UTC

svn commit: r643162 - in /incubator/qpid/branches/M2.1-release/java: ./ broker/ broker/distribution/ client-java14/ client/ client/distribution/ client/example/ common/ distribution/ integrationtests/ junit-toolkit-maven-plugin/ junit-toolkit/ manageme...

Author: aidan
Date: Mon Mar 31 14:38:47 2008
New Revision: 643162

URL: http://svn.apache.org/viewvc?rev=643162&view=rev
Log:
Update version in poms

Modified:
    incubator/qpid/branches/M2.1-release/java/broker/distribution/pom.xml
    incubator/qpid/branches/M2.1-release/java/broker/pom.xml
    incubator/qpid/branches/M2.1-release/java/client-java14/pom.xml
    incubator/qpid/branches/M2.1-release/java/client/distribution/pom.xml
    incubator/qpid/branches/M2.1-release/java/client/example/pom.xml
    incubator/qpid/branches/M2.1-release/java/client/pom.xml
    incubator/qpid/branches/M2.1-release/java/common/pom.xml
    incubator/qpid/branches/M2.1-release/java/distribution/pom.xml
    incubator/qpid/branches/M2.1-release/java/integrationtests/pom.xml
    incubator/qpid/branches/M2.1-release/java/junit-toolkit-maven-plugin/pom.xml
    incubator/qpid/branches/M2.1-release/java/junit-toolkit/pom.xml
    incubator/qpid/branches/M2.1-release/java/management/eclipse-plugin/pom.xml
    incubator/qpid/branches/M2.1-release/java/perftests/distribution/pom.xml
    incubator/qpid/branches/M2.1-release/java/perftests/pom.xml
    incubator/qpid/branches/M2.1-release/java/plugins/pom.xml
    incubator/qpid/branches/M2.1-release/java/pom.xml
    incubator/qpid/branches/M2.1-release/java/skimtests/pom.xml
    incubator/qpid/branches/M2.1-release/java/systests/distribution/pom.xml
    incubator/qpid/branches/M2.1-release/java/systests/pom.xml

Modified: incubator/qpid/branches/M2.1-release/java/broker/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/broker/distribution/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/broker/distribution/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/broker/distribution/pom.xml Mon Mar 31 14:38:47 2008
@@ -23,14 +23,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-broker-distribution</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2-SNAPSHOT</version>
+    <version>1.0-incubating-M2-RC1</version>
     <name>Qpid Broker Distributions</name>
     <url>http://cwiki.apache.org/confluence/display/qpid</url>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2-SNAPSHOT</version>
+        <version>1.0-incubating-M2-RC1</version>
     </parent>
 
     <properties>

Modified: incubator/qpid/branches/M2.1-release/java/broker/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/broker/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/broker/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/broker/pom.xml Mon Mar 31 14:38:47 2008
@@ -22,14 +22,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-broker</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
     <name>Qpid Broker</name>
     <url>http://cwiki.apache.org/confluence/display/qpid</url>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2.1-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: incubator/qpid/branches/M2.1-release/java/client-java14/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/client-java14/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/client-java14/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/client-java14/pom.xml Mon Mar 31 14:38:47 2008
@@ -24,14 +24,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-client-java14</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
     <name>Qpid Client for Java 1.4</name>
     <url>http://cwiki.apache.org/confluence/display/qpid</url>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2.1-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: incubator/qpid/branches/M2.1-release/java/client/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/client/distribution/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/client/distribution/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/client/distribution/pom.xml Mon Mar 31 14:38:47 2008
@@ -23,14 +23,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-client-distribution</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2-SNAPSHOT</version>
+    <version>1.0-incubating-M2-RC1</version>
     <name>Qpid Client Distributions</name>
     <url>http://cwiki.apache.org/confluence/display/qpid</url>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2-SNAPSHOT</version>
+        <version>1.0-incubating-M2-RC1</version>
     </parent>
 
     <properties>

Modified: incubator/qpid/branches/M2.1-release/java/client/example/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/client/example/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/client/example/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/client/example/pom.xml Mon Mar 31 14:38:47 2008
@@ -23,14 +23,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-example</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
     <name>Qpid Example</name>
     <url>http://cwiki.apache.org/confluence/display/qpid</url>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2.1-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: incubator/qpid/branches/M2.1-release/java/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/client/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/client/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/client/pom.xml Mon Mar 31 14:38:47 2008
@@ -23,14 +23,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-client</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
     <name>Qpid Client</name>
     <url>http://cwiki.apache.org/confluence/display/qpid</url>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2.1-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: incubator/qpid/branches/M2.1-release/java/common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/common/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/common/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/common/pom.xml Mon Mar 31 14:38:47 2008
@@ -23,14 +23,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-common</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
     <name>Qpid Common Utilities</name>
     <url>http://cwiki.apache.org/confluence/display/qpid</url>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2.1-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: incubator/qpid/branches/M2.1-release/java/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/distribution/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/distribution/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/distribution/pom.xml Mon Mar 31 14:38:47 2008
@@ -25,12 +25,12 @@
     <artifactId>qpid-distribution</artifactId>
     <packaging>jar</packaging>
     <name>Qpid Distribution</name>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2.1-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: incubator/qpid/branches/M2.1-release/java/integrationtests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/integrationtests/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/integrationtests/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/integrationtests/pom.xml Mon Mar 31 14:38:47 2008
@@ -24,13 +24,13 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-integrationtests</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
     <name>Qpid Integration Tests</name>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2.1-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: incubator/qpid/branches/M2.1-release/java/junit-toolkit-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/junit-toolkit-maven-plugin/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/junit-toolkit-maven-plugin/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/junit-toolkit-maven-plugin/pom.xml Mon Mar 31 14:38:47 2008
@@ -23,14 +23,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>junit-toolkit-maven-plugin</artifactId>
     <name>junit-toolkit-maven-plugin</name>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
 
     <packaging>maven-plugin</packaging>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2.1-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>org.apache.qpid</groupId>
             <artifactId>junit-toolkit</artifactId>
-            <version>1.0-incubating-M2.1-SNAPSHOT</version>
+            <version>1.0-incubating-M2.1-RC1</version>
         </dependency>
 
         <dependency>

Modified: incubator/qpid/branches/M2.1-release/java/junit-toolkit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/junit-toolkit/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/junit-toolkit/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/junit-toolkit/pom.xml Mon Mar 31 14:38:47 2008
@@ -22,14 +22,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>junit-toolkit</artifactId>
     <name>junit-toolkit</name>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
 
     <packaging>jar</packaging>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2.1-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -72,4 +72,4 @@
         <testSourceDirectory>src/unittests</testSourceDirectory>
     </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: incubator/qpid/branches/M2.1-release/java/management/eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/management/eclipse-plugin/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/management/eclipse-plugin/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/management/eclipse-plugin/pom.xml Mon Mar 31 14:38:47 2008
@@ -23,13 +23,13 @@
     <groupId>org.apache.qpid.management</groupId>
     <artifactId>org.apache.qpid.management.ui</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
     <name>Qpid Management</name>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2.1-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-RC1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: incubator/qpid/branches/M2.1-release/java/perftests/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/perftests/distribution/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/perftests/distribution/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/perftests/distribution/pom.xml Mon Mar 31 14:38:47 2008
@@ -23,14 +23,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-perftests-distribution</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2-SNAPSHOT</version>
+    <version>1.0-incubating-M2-RC1</version>
     <name>Qpid Performance Tests Distribution</name>
     <url>http://cwiki.apache.org/confluence/display/qpid</url>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2-SNAPSHOT</version>
+        <version>1.0-incubating-M2-RC1</version>
     </parent>
 
     <properties>

Modified: incubator/qpid/branches/M2.1-release/java/perftests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/perftests/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/perftests/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/perftests/pom.xml Mon Mar 31 14:38:47 2008
@@ -24,14 +24,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-perftests</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
     <name>Qpid Performance Tests</name>
     <url>http://cwiki.apache.org/confluence/display/qpid</url>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2.1-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: incubator/qpid/branches/M2.1-release/java/plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/plugins/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/plugins/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/plugins/pom.xml Mon Mar 31 14:38:47 2008
@@ -37,7 +37,7 @@
 	<description>A simple plugin for qpid.</description>
 	<groupId>org.apache.qpid.extras</groupId>
 	<artifactId>example-plugin</artifactId>
-	<version>1.0-incubating-M2.1-SNAPSHOT</version>
+	<version>1.0-incubating-M2.1-RC1</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -47,12 +47,12 @@
 		<dependency>
 			<groupId>org.apache.qpid</groupId>
 			<artifactId>qpid-broker</artifactId>
-			<version>1.0-incubating-M2.1-SNAPSHOT</version>
+			<version>1.0-incubating-M2.1-RC1</version>
 		</dependency>
                 <dependency>
                   <groupId>org.apache.qpid</groupId>
                   <artifactId>junit-toolkit</artifactId>
-                  <version>1.0-incubating-M2.1-SNAPSHOT</version>
+                  <version>1.0-incubating-M2.1-RC1</version>
                 </dependency>
 
 	</dependencies>

Modified: incubator/qpid/branches/M2.1-release/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/pom.xml Mon Mar 31 14:38:47 2008
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid</artifactId>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
     <name>Qpid</name>
     <url>http://cwiki.apache.org/confluence/display/qpid</url>
 

Modified: incubator/qpid/branches/M2.1-release/java/skimtests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/skimtests/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/skimtests/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/skimtests/pom.xml Mon Mar 31 14:38:47 2008
@@ -24,14 +24,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-skimtests</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
     <name>Qpid Skim Tests</name>
     <url>http://cwiki.apache.org/confluence/display/qpid</url>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2.1-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.apache.qpid</groupId>
             <artifactId>qpid-broker</artifactId>
-            <version>1.0-incubating-M2.1-SNAPSHOT</version>
+            <version>1.0-incubating-M2.1-RC1</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>

Modified: incubator/qpid/branches/M2.1-release/java/systests/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/systests/distribution/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/systests/distribution/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/systests/distribution/pom.xml Mon Mar 31 14:38:47 2008
@@ -23,14 +23,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-systests-distribution</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2-SNAPSHOT</version>
+    <version>1.0-incubating-M2-RC1</version>
     <name>Qpid System Tests Distribution</name>
     <url>http://cwiki.apache.org/confluence/display/qpid</url>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2-SNAPSHOT</version>
+        <version>1.0-incubating-M2-RC1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: incubator/qpid/branches/M2.1-release/java/systests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/java/systests/pom.xml?rev=643162&r1=643161&r2=643162&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/java/systests/pom.xml (original)
+++ incubator/qpid/branches/M2.1-release/java/systests/pom.xml Mon Mar 31 14:38:47 2008
@@ -22,14 +22,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-systests</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2.1-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-RC1</version>
     <name>Qpid System Tests</name>
     <url>http://cwiki.apache.org/confluence/display/qpid</url>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2.1-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>