You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/09/24 16:28:12 UTC

svn commit: r578828 - in /incubator/qpid/branches/M2.1/java: client/example/pom.xml management/eclipse-plugin/pom.xml

Author: ritchiem
Date: Mon Sep 24 07:28:11 2007
New Revision: 578828

URL: http://svn.apache.org/viewvc?rev=578828&view=rev
Log:
Updated Example and management pom files to refer to M2.1 rather than M2

Modified:
    incubator/qpid/branches/M2.1/java/client/example/pom.xml
    incubator/qpid/branches/M2.1/java/management/eclipse-plugin/pom.xml

Modified: incubator/qpid/branches/M2.1/java/client/example/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/client/example/pom.xml?rev=578828&r1=578827&r2=578828&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/client/example/pom.xml (original)
+++ incubator/qpid/branches/M2.1/java/client/example/pom.xml Mon Sep 24 07:28:11 2007
@@ -23,14 +23,14 @@
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-example</artifactId>
     <packaging>jar</packaging>
-    <version>1.0-incubating-M2-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-SNAPSHOT</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-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: incubator/qpid/branches/M2.1/java/management/eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/management/eclipse-plugin/pom.xml?rev=578828&r1=578827&r2=578828&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/management/eclipse-plugin/pom.xml (original)
+++ incubator/qpid/branches/M2.1/java/management/eclipse-plugin/pom.xml Mon Sep 24 07:28:11 2007
@@ -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-SNAPSHOT</version>
+    <version>1.0-incubating-M2.1-SNAPSHOT</version>
     <name>Qpid Management</name>
 
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
-        <version>1.0-incubating-M2-SNAPSHOT</version>
+        <version>1.0-incubating-M2.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>