You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2016/12/19 14:23:37 UTC

svn commit: r1775107 - in /qpid/java/branches/6.1.x: ./ bdbstore/ bdbstore/systests/ broker-codegen/ broker-core/ broker-plugins/access-control/ broker-plugins/amqp-0-10-protocol/ broker-plugins/amqp-0-8-protocol/ broker-plugins/amqp-1-0-protocol/ brok...

Author: orudyy
Date: Mon Dec 19 14:23:36 2016
New Revision: 1775107

URL: http://svn.apache.org/viewvc?rev=1775107&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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

Modified: qpid/java/branches/6.1.x/bdbstore/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/bdbstore/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/bdbstore/pom.xml (original)
+++ qpid/java/branches/6.1.x/bdbstore/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-bdbstore</artifactId>

Modified: qpid/java/branches/6.1.x/bdbstore/systests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/bdbstore/systests/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/bdbstore/systests/pom.xml (original)
+++ qpid/java/branches/6.1.x/bdbstore/systests/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-systests-parent</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../qpid-systests-parent/pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-codegen/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-codegen/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-codegen/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-codegen/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-core/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-core/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-core/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-core/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-broker-core</artifactId>

Modified: qpid/java/branches/6.1.x/broker-plugins/access-control/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/access-control/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/access-control/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/access-control/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/amqp-0-10-protocol/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/amqp-0-10-protocol/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/amqp-0-10-protocol/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/amqp-0-10-protocol/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/amqp-0-8-protocol/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/amqp-0-8-protocol/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/amqp-0-8-protocol/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/amqp-0-8-protocol/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/amqp-1-0-protocol/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/amqp-1-0-protocol/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/amqp-1-0-protocol/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/amqp-1-0-protocol/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/amqp-msg-conv-0-10-to-1-0/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/amqp-msg-conv-0-8-to-0-10/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/amqp-msg-conv-0-8-to-1-0/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/derby-store/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/derby-store/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/derby-store/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/derby-store/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/jdbc-provider-bone/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/jdbc-provider-bone/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/jdbc-provider-bone/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/jdbc-provider-bone/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/jdbc-store/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/jdbc-store/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/jdbc-store/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/jdbc-store/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/logging-logback/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/logging-logback/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/logging-logback/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/logging-logback/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/management-amqp/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/management-amqp/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/management-amqp/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/management-amqp/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>qpid-java-build</artifactId>
         <groupId>org.apache.qpid</groupId>
-        <version>6.1.1</version>
+        <version>6.1.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/management-http/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/management-http/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/management-http/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/management-http/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/memory-store/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/memory-store/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/memory-store/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/memory-store/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/broker-plugins/websocket/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker-plugins/websocket/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker-plugins/websocket/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker-plugins/websocket/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-java-build</artifactId>
-        <version>6.1.1</version>
+        <version>6.1.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: qpid/java/branches/6.1.x/broker/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/broker/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/broker/pom.xml (original)
+++ qpid/java/branches/6.1.x/broker/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-broker</artifactId>

Modified: qpid/java/branches/6.1.x/client/example/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/client/example/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/client/example/pom.xml (original)
+++ qpid/java/branches/6.1.x/client/example/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/client/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/client/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/client/pom.xml (original)
+++ qpid/java/branches/6.1.x/client/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-client</artifactId>

Modified: qpid/java/branches/6.1.x/common/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/common/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/common/pom.xml (original)
+++ qpid/java/branches/6.1.x/common/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-common</artifactId>

Modified: qpid/java/branches/6.1.x/doc/java-broker/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/doc/java-broker/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/doc/java-broker/pom.xml (original)
+++ qpid/java/branches/6.1.x/doc/java-broker/pom.xml Mon Dec 19 14:23:36 2016
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-java-doc</artifactId>
-        <version>6.1.1</version>
+        <version>6.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>qpid-java-doc-broker</artifactId>

Modified: qpid/java/branches/6.1.x/doc/java-perftests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/doc/java-perftests/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/doc/java-perftests/pom.xml (original)
+++ qpid/java/branches/6.1.x/doc/java-perftests/pom.xml Mon Dec 19 14:23:36 2016
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-java-doc</artifactId>
-        <version>6.1.1</version>
+        <version>6.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>qpid-java-doc-perftests</artifactId>

Modified: qpid/java/branches/6.1.x/doc/jms-client-0-10/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/doc/jms-client-0-10/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/doc/jms-client-0-10/pom.xml (original)
+++ qpid/java/branches/6.1.x/doc/jms-client-0-10/pom.xml Mon Dec 19 14:23:36 2016
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-java-doc</artifactId>
-        <version>6.1.1</version>
+        <version>6.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>qpid-java-doc-jms-client-0-10</artifactId>

Modified: qpid/java/branches/6.1.x/doc/jms-client-0-8/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/doc/jms-client-0-8/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/doc/jms-client-0-8/pom.xml (original)
+++ qpid/java/branches/6.1.x/doc/jms-client-0-8/pom.xml Mon Dec 19 14:23:36 2016
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-java-doc</artifactId>
-        <version>6.1.1</version>
+        <version>6.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>qpid-java-doc-jms-client-0-8</artifactId>

Modified: qpid/java/branches/6.1.x/doc/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/doc/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/doc/pom.xml (original)
+++ qpid/java/branches/6.1.x/doc/pom.xml Mon Dec 19 14:23:36 2016
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-java-build</artifactId>
-        <version>6.1.1</version>
+        <version>6.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>qpid-java-doc</artifactId>

Modified: qpid/java/branches/6.1.x/jca/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/jca/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/jca/pom.xml (original)
+++ qpid/java/branches/6.1.x/jca/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-jca</artifactId>

Modified: qpid/java/branches/6.1.x/jca/rar/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/jca/rar/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/jca/rar/pom.xml (original)
+++ qpid/java/branches/6.1.x/jca/rar/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/joramtests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/joramtests/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/joramtests/pom.xml (original)
+++ qpid/java/branches/6.1.x/joramtests/pom.xml Mon Dec 19 14:23:36 2016
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>qpid-java-build</artifactId>
         <groupId>org.apache.qpid</groupId>
-        <version>6.1.1</version>
+        <version>6.1.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: qpid/java/branches/6.1.x/perftests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/perftests/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/perftests/pom.xml (original)
+++ qpid/java/branches/6.1.x/perftests/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-perftests</artifactId>

Modified: qpid/java/branches/6.1.x/perftests/visualisation-jfc/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/perftests/visualisation-jfc/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/perftests/visualisation-jfc/pom.xml (original)
+++ qpid/java/branches/6.1.x/perftests/visualisation-jfc/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/pom.xml (original)
+++ qpid/java/branches/6.1.x/pom.xml Mon Dec 19 14:23:36 2016
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>qpid-java-build</artifactId>
-  <version>6.1.1</version>
+  <version>6.1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Qpid for Java</name>
@@ -62,9 +62,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/qpid/java/tags/6.1.1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/qpid/java/tags/6.1.1</developerConnection>
-    <url>http://svn.apache.org/viewvc/qpid/java/tags/6.1.1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/qpid/java/branches/6.1.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/qpid/java/branches/6.1.x</developerConnection>
+    <url>http://svn.apache.org/viewvc/qpid/java/branches/6.1.x</url>
   </scm>
 
   <distributionManagement>

Modified: qpid/java/branches/6.1.x/qpid-perftests-systests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/qpid-perftests-systests/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/qpid-perftests-systests/pom.xml (original)
+++ qpid/java/branches/6.1.x/qpid-perftests-systests/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-systests-parent</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../qpid-systests-parent/pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/qpid-systests-parent/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/qpid-systests-parent/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/qpid-systests-parent/pom.xml (original)
+++ qpid/java/branches/6.1.x/qpid-systests-parent/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,11 +21,11 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-systests-parent</artifactId>
-  <version>6.1.1</version>
+  <version>6.1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Qpid System Test Parent</name>
   <description>Parent POM for Qpid system testing modules</description>

Modified: qpid/java/branches/6.1.x/qpid-test-utils/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/qpid-test-utils/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/qpid-test-utils/pom.xml (original)
+++ qpid/java/branches/6.1.x/qpid-test-utils/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-test-utils</artifactId>

Modified: qpid/java/branches/6.1.x/systests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/systests/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/systests/pom.xml (original)
+++ qpid/java/branches/6.1.x/systests/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-systests-parent</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
     <relativePath>../qpid-systests-parent/pom.xml</relativePath>
   </parent>
 

Modified: qpid/java/branches/6.1.x/tck/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/tck/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/tck/pom.xml (original)
+++ qpid/java/branches/6.1.x/tck/pom.xml Mon Dec 19 14:23:36 2016
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>qpid-java-build</artifactId>
         <groupId>org.apache.qpid</groupId>
-        <version>6.1.1</version>
+        <version>6.1.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: qpid/java/branches/6.1.x/tools/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/branches/6.1.x/tools/pom.xml?rev=1775107&r1=1775106&r2=1775107&view=diff
==============================================================================
--- qpid/java/branches/6.1.x/tools/pom.xml (original)
+++ qpid/java/branches/6.1.x/tools/pom.xml Mon Dec 19 14:23:36 2016
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-java-build</artifactId>
-    <version>6.1.1</version>
+    <version>6.1.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-tools</artifactId>



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