You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2014/09/23 19:51:06 UTC

svn commit: r1627099 - in /qpid/branches/0.30/qpid: java/ java/amqp-1-0-client-jms/ java/amqp-1-0-client-jms/example/ java/amqp-1-0-client-websocket/ java/amqp-1-0-client/ java/amqp-1-0-common/ java/bdbstore/ java/bdbstore/jmx/ java/bdbstore/systests/ ...

Author: jross
Date: Tue Sep 23 17:51:05 2014
New Revision: 1627099

URL: http://svn.apache.org/r1627099
Log:
QPID-5813: Lock in 0.30 release version numbers

Modified:
    qpid/branches/0.30/qpid/java/amqp-1-0-client-jms/example/pom.xml
    qpid/branches/0.30/qpid/java/amqp-1-0-client-jms/pom.xml
    qpid/branches/0.30/qpid/java/amqp-1-0-client-websocket/pom.xml
    qpid/branches/0.30/qpid/java/amqp-1-0-client/pom.xml
    qpid/branches/0.30/qpid/java/amqp-1-0-common/pom.xml
    qpid/branches/0.30/qpid/java/bdbstore/jmx/pom.xml
    qpid/branches/0.30/qpid/java/bdbstore/pom.xml
    qpid/branches/0.30/qpid/java/bdbstore/systests/pom.xml
    qpid/branches/0.30/qpid/java/broker-codegen/pom.xml
    qpid/branches/0.30/qpid/java/broker-core/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/access-control/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/amqp-0-10-protocol/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/amqp-0-8-protocol/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/amqp-1-0-protocol/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/derby-store/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/jdbc-provider-bone/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/jdbc-store/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/management-amqp/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/management-http/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/management-jmx/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/memory-store/pom.xml
    qpid/branches/0.30/qpid/java/broker-plugins/websocket/pom.xml
    qpid/branches/0.30/qpid/java/broker/pom.xml
    qpid/branches/0.30/qpid/java/client/example/pom.xml
    qpid/branches/0.30/qpid/java/client/pom.xml
    qpid/branches/0.30/qpid/java/common/pom.xml
    qpid/branches/0.30/qpid/java/jca/pom.xml
    qpid/branches/0.30/qpid/java/jca/rar/pom.xml
    qpid/branches/0.30/qpid/java/management/common/pom.xml
    qpid/branches/0.30/qpid/java/management/example/pom.xml
    qpid/branches/0.30/qpid/java/perftests/pom.xml
    qpid/branches/0.30/qpid/java/perftests/visualisation-jfc/pom.xml
    qpid/branches/0.30/qpid/java/pom.xml
    qpid/branches/0.30/qpid/java/qpid-perftests-systests/pom.xml
    qpid/branches/0.30/qpid/java/qpid-systests-parent/pom.xml
    qpid/branches/0.30/qpid/java/qpid-test-utils/pom.xml
    qpid/branches/0.30/qpid/java/systests/pom.xml
    qpid/branches/0.30/qpid/java/tools/pom.xml
    qpid/branches/0.30/qpid/tools/src/java/pom.xml
    qpid/branches/0.30/qpid/tools/src/java/qpid-broker-plugins-management-qmf2/pom.xml
    qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-rest/pom.xml
    qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-test/pom.xml
    qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-tools/pom.xml
    qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2/pom.xml

Modified: qpid/branches/0.30/qpid/java/amqp-1-0-client-jms/example/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/amqp-1-0-client-jms/example/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/amqp-1-0-client-jms/example/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/amqp-1-0-client-jms/example/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/amqp-1-0-client-jms/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/amqp-1-0-client-jms/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/amqp-1-0-client-jms/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/amqp-1-0-client-jms/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-amqp-1-0-client-jms</artifactId>

Modified: qpid/branches/0.30/qpid/java/amqp-1-0-client-websocket/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/amqp-1-0-client-websocket/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/amqp-1-0-client-websocket/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/amqp-1-0-client-websocket/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-amqp-1-0-client-websocket</artifactId>

Modified: qpid/branches/0.30/qpid/java/amqp-1-0-client/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/amqp-1-0-client/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/amqp-1-0-client/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/amqp-1-0-client/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-amqp-1-0-client</artifactId>

Modified: qpid/branches/0.30/qpid/java/amqp-1-0-common/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/amqp-1-0-common/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/amqp-1-0-common/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/amqp-1-0-common/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-amqp-1-0-common</artifactId>

Modified: qpid/branches/0.30/qpid/java/bdbstore/jmx/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/bdbstore/jmx/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/bdbstore/jmx/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/bdbstore/jmx/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/bdbstore/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/bdbstore/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/bdbstore/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/bdbstore/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-bdbstore</artifactId>

Modified: qpid/branches/0.30/qpid/java/bdbstore/systests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/bdbstore/systests/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/bdbstore/systests/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/bdbstore/systests/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-systests-parent</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../qpid-systests-parent/pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-codegen/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-codegen/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-codegen/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-codegen/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-core/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-core/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-core/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-core/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-broker-core</artifactId>

Modified: qpid/branches/0.30/qpid/java/broker-plugins/access-control/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/access-control/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/access-control/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/access-control/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/amqp-0-10-protocol/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/amqp-0-10-protocol/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/amqp-0-10-protocol/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/amqp-0-10-protocol/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/amqp-0-8-protocol/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/amqp-0-8-protocol/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/amqp-0-8-protocol/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/amqp-0-8-protocol/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/amqp-1-0-protocol/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/amqp-1-0-protocol/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/amqp-1-0-protocol/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/amqp-1-0-protocol/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/derby-store/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/derby-store/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/derby-store/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/derby-store/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/jdbc-provider-bone/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/jdbc-provider-bone/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/jdbc-provider-bone/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/jdbc-provider-bone/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/jdbc-store/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/jdbc-store/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/jdbc-store/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/jdbc-store/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/management-amqp/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/management-amqp/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/management-amqp/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/management-amqp/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>qpid-java-build</artifactId>
         <groupId>org.apache.qpid</groupId>
-        <version>0.30-SNAPSHOT</version>
+        <version>0.30</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/management-http/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/management-http/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/management-http/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/management-http/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/management-jmx/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/management-jmx/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/management-jmx/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/management-jmx/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/memory-store/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/memory-store/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/memory-store/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/memory-store/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker-plugins/websocket/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker-plugins/websocket/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker-plugins/websocket/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker-plugins/websocket/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-java-build</artifactId>
-        <version>0.30-SNAPSHOT</version>
+        <version>0.30</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: qpid/branches/0.30/qpid/java/broker/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/broker/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/broker/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/broker/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-broker</artifactId>

Modified: qpid/branches/0.30/qpid/java/client/example/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/client/example/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/client/example/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/client/example/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/client/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/client/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/client/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/client/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-client</artifactId>

Modified: qpid/branches/0.30/qpid/java/common/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/common/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/common/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/common/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-common</artifactId>

Modified: qpid/branches/0.30/qpid/java/jca/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/jca/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/jca/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/jca/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-jca</artifactId>

Modified: qpid/branches/0.30/qpid/java/jca/rar/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/jca/rar/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/jca/rar/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/jca/rar/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/management/common/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/management/common/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/management/common/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/management/common/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/management/example/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/management/example/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/management/example/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/management/example/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/perftests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/perftests/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/perftests/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/perftests/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-perftests</artifactId>

Modified: qpid/branches/0.30/qpid/java/perftests/visualisation-jfc/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/perftests/visualisation-jfc/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/perftests/visualisation-jfc/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/perftests/visualisation-jfc/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/pom.xml Tue Sep 23 17:51:05 2014
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>qpid-java-build</artifactId>
-  <version>0.30-SNAPSHOT</version>
+  <version>0.30</version>
   <packaging>pom</packaging>
 
   <name>Qpid Java Build</name>

Modified: qpid/branches/0.30/qpid/java/qpid-perftests-systests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/qpid-perftests-systests/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/qpid-perftests-systests/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/qpid-perftests-systests/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-systests-parent</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../qpid-systests-parent/pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/qpid-systests-parent/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/qpid-systests-parent/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/qpid-systests-parent/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/qpid-systests-parent/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,11 +21,11 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-systests-parent</artifactId>
-  <version>0.30-SNAPSHOT</version>
+  <version>0.30</version>
   <packaging>pom</packaging>
   <name>Qpid Java System Test Parent</name>
   <description>Parent POM for Qpid system testing modules</description>

Modified: qpid/branches/0.30/qpid/java/qpid-test-utils/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/qpid-test-utils/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/qpid-test-utils/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/qpid-test-utils/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-test-utils</artifactId>

Modified: qpid/branches/0.30/qpid/java/systests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/systests/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/systests/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/systests/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-systests-parent</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
     <relativePath>../qpid-systests-parent/pom.xml</relativePath>
   </parent>
 

Modified: qpid/branches/0.30/qpid/java/tools/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/java/tools/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/java/tools/pom.xml (original)
+++ qpid/branches/0.30/qpid/java/tools/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-tools</artifactId>

Modified: qpid/branches/0.30/qpid/tools/src/java/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/tools/src/java/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/tools/src/java/pom.xml (original)
+++ qpid/branches/0.30/qpid/tools/src/java/pom.xml Tue Sep 23 17:51:05 2014
@@ -27,7 +27,7 @@
   <groupId>org.apache.qpid</groupId>
   <artifactId>qpid-qmf2-parent</artifactId>
   <name>Qpid QMF2 Parent</name>
-  <version>0.30-SNAPSHOT</version>
+  <version>0.30</version>
   <packaging>pom</packaging>
 
   <modules>

Modified: qpid/branches/0.30/qpid/tools/src/java/qpid-broker-plugins-management-qmf2/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/tools/src/java/qpid-broker-plugins-management-qmf2/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/tools/src/java/qpid-broker-plugins-management-qmf2/pom.xml (original)
+++ qpid/branches/0.30/qpid/tools/src/java/qpid-broker-plugins-management-qmf2/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-qmf2-parent</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-broker-plugins-management-qmf2</artifactId>

Modified: qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-rest/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-rest/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-rest/pom.xml (original)
+++ qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-rest/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-qmf2-parent</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-qmf2-rest</artifactId>

Modified: qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-test/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-test/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-test/pom.xml (original)
+++ qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-test/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-qmf2-parent</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-qmf2-test</artifactId>

Modified: qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-tools/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-tools/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-tools/pom.xml (original)
+++ qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2-tools/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-qmf2-parent</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-qmf2-tools</artifactId>

Modified: qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2/pom.xml?rev=1627099&r1=1627098&r2=1627099&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2/pom.xml (original)
+++ qpid/branches/0.30/qpid/tools/src/java/qpid-qmf2/pom.xml Tue Sep 23 17:51:05 2014
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-qmf2-parent</artifactId>
-    <version>0.30-SNAPSHOT</version>
+    <version>0.30</version>
   </parent>
 
   <artifactId>qpid-qmf2</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org