You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2017/02/07 19:39:34 UTC

svn commit: r1782062 - in /qpid/qpid-jms-amqp-0-x/trunk: client/example/pom.xml client/pom.xml doc/jms-client-0-10/pom.xml doc/jms-client-0-8/pom.xml doc/pom.xml jca/pom.xml jca/rar/pom.xml pom.xml qpid-jms-amqp-0-x-test-utils/pom.xml

Author: kwall
Date: Tue Feb  7 19:39:34 2017
New Revision: 1782062

URL: http://svn.apache.org/viewvc?rev=1782062&view=rev
Log:
QPID-7622: Move client version from 7.0.0-SNAPSHOT to 6.3.0-SNAPSHOT

Modified:
    qpid/qpid-jms-amqp-0-x/trunk/client/example/pom.xml
    qpid/qpid-jms-amqp-0-x/trunk/client/pom.xml
    qpid/qpid-jms-amqp-0-x/trunk/doc/jms-client-0-10/pom.xml
    qpid/qpid-jms-amqp-0-x/trunk/doc/jms-client-0-8/pom.xml
    qpid/qpid-jms-amqp-0-x/trunk/doc/pom.xml
    qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml
    qpid/qpid-jms-amqp-0-x/trunk/jca/rar/pom.xml
    qpid/qpid-jms-amqp-0-x/trunk/pom.xml
    qpid/qpid-jms-amqp-0-x/trunk/qpid-jms-amqp-0-x-test-utils/pom.xml

Modified: qpid/qpid-jms-amqp-0-x/trunk/client/example/pom.xml
URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/client/example/pom.xml?rev=1782062&r1=1782061&r2=1782062&view=diff
==============================================================================
--- qpid/qpid-jms-amqp-0-x/trunk/client/example/pom.xml (original)
+++ qpid/qpid-jms-amqp-0-x/trunk/client/example/pom.xml Tue Feb  7 19:39:34 2017
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
-    <version>7.0.0-SNAPSHOT</version>
+    <version>6.3.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/qpid-jms-amqp-0-x/trunk/client/pom.xml
URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/client/pom.xml?rev=1782062&r1=1782061&r2=1782062&view=diff
==============================================================================
--- qpid/qpid-jms-amqp-0-x/trunk/client/pom.xml (original)
+++ qpid/qpid-jms-amqp-0-x/trunk/client/pom.xml Tue Feb  7 19:39:34 2017
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
-    <version>7.0.0-SNAPSHOT</version>
+    <version>6.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-client</artifactId>

Modified: qpid/qpid-jms-amqp-0-x/trunk/doc/jms-client-0-10/pom.xml
URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/doc/jms-client-0-10/pom.xml?rev=1782062&r1=1782061&r2=1782062&view=diff
==============================================================================
--- qpid/qpid-jms-amqp-0-x/trunk/doc/jms-client-0-10/pom.xml (original)
+++ qpid/qpid-jms-amqp-0-x/trunk/doc/jms-client-0-10/pom.xml Tue Feb  7 19:39:34 2017
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-java-doc</artifactId>
-        <version>7.0.0-SNAPSHOT</version>
+        <version>6.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>qpid-java-doc-jms-client-0-10</artifactId>

Modified: qpid/qpid-jms-amqp-0-x/trunk/doc/jms-client-0-8/pom.xml
URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/doc/jms-client-0-8/pom.xml?rev=1782062&r1=1782061&r2=1782062&view=diff
==============================================================================
--- qpid/qpid-jms-amqp-0-x/trunk/doc/jms-client-0-8/pom.xml (original)
+++ qpid/qpid-jms-amqp-0-x/trunk/doc/jms-client-0-8/pom.xml Tue Feb  7 19:39:34 2017
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-java-doc</artifactId>
-        <version>7.0.0-SNAPSHOT</version>
+        <version>6.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>qpid-java-doc-jms-client-0-8</artifactId>

Modified: qpid/qpid-jms-amqp-0-x/trunk/doc/pom.xml
URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/doc/pom.xml?rev=1782062&r1=1782061&r2=1782062&view=diff
==============================================================================
--- qpid/qpid-jms-amqp-0-x/trunk/doc/pom.xml (original)
+++ qpid/qpid-jms-amqp-0-x/trunk/doc/pom.xml Tue Feb  7 19:39:34 2017
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
-        <version>7.0.0-SNAPSHOT</version>
+        <version>6.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>qpid-java-doc</artifactId>

Modified: qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml
URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml?rev=1782062&r1=1782061&r2=1782062&view=diff
==============================================================================
--- qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml (original)
+++ qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml Tue Feb  7 19:39:34 2017
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
-    <version>7.0.0-SNAPSHOT</version>
+    <version>6.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-jca</artifactId>

Modified: qpid/qpid-jms-amqp-0-x/trunk/jca/rar/pom.xml
URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/jca/rar/pom.xml?rev=1782062&r1=1782061&r2=1782062&view=diff
==============================================================================
--- qpid/qpid-jms-amqp-0-x/trunk/jca/rar/pom.xml (original)
+++ qpid/qpid-jms-amqp-0-x/trunk/jca/rar/pom.xml Tue Feb  7 19:39:34 2017
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
-    <version>7.0.0-SNAPSHOT</version>
+    <version>6.3.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: qpid/qpid-jms-amqp-0-x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/pom.xml?rev=1782062&r1=1782061&r2=1782062&view=diff
==============================================================================
--- qpid/qpid-jms-amqp-0-x/trunk/pom.xml (original)
+++ qpid/qpid-jms-amqp-0-x/trunk/pom.xml Tue Feb  7 19:39:34 2017
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
-  <version>7.0.0-SNAPSHOT</version>
+  <version>6.3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Qpid JMS AMQP 0-x</name>

Modified: qpid/qpid-jms-amqp-0-x/trunk/qpid-jms-amqp-0-x-test-utils/pom.xml
URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/qpid-jms-amqp-0-x-test-utils/pom.xml?rev=1782062&r1=1782061&r2=1782062&view=diff
==============================================================================
--- qpid/qpid-jms-amqp-0-x/trunk/qpid-jms-amqp-0-x-test-utils/pom.xml (original)
+++ qpid/qpid-jms-amqp-0-x/trunk/qpid-jms-amqp-0-x-test-utils/pom.xml Tue Feb  7 19:39:34 2017
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>qpid-jms-amqp-0-x-parent</artifactId>
-    <version>7.0.0-SNAPSHOT</version>
+    <version>6.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>qpid-jms-amqp-0-x-test-utils</artifactId>



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