You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2016/10/10 15:29:43 UTC

qpid-proton git commit: PROTON-1323: update versions on master for 0.16.0-SNAPSHOT, inc python bundle version

Repository: qpid-proton
Updated Branches:
  refs/heads/master 6d3aa7842 -> d5b1036c3


PROTON-1323: update versions on master for 0.16.0-SNAPSHOT, inc python bundle version


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d5b1036c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d5b1036c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/d5b1036c

Branch: refs/heads/master
Commit: d5b1036c3c129657cd63ecbfbf489f674a17f5f4
Parents: 6d3aa78
Author: Robert Gemmell <ro...@apache.org>
Authored: Mon Oct 10 16:28:47 2016 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Mon Oct 10 16:28:47 2016 +0100

----------------------------------------------------------------------
 examples/engine/java/pom.xml                  | 2 +-
 examples/java/messenger/pom.xml               | 2 +-
 examples/java/reactor/pom.xml                 | 2 +-
 pom.xml                                       | 2 +-
 proton-c/bindings/python/setuputils/bundle.py | 4 ++--
 proton-j/pom.xml                              | 2 +-
 tests/pom.xml                                 | 2 +-
 version.txt                                   | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d5b1036c/examples/engine/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/engine/java/pom.xml b/examples/engine/java/pom.xml
index cdc033e..5218f2b 100644
--- a/examples/engine/java/pom.xml
+++ b/examples/engine/java/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-project</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d5b1036c/examples/java/messenger/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/messenger/pom.xml b/examples/java/messenger/pom.xml
index 0274bb1..0d50bf8 100644
--- a/examples/java/messenger/pom.xml
+++ b/examples/java/messenger/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-project</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
     <relativePath>../../..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d5b1036c/examples/java/reactor/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/reactor/pom.xml b/examples/java/reactor/pom.xml
index bd7448a..aa5c47f 100644
--- a/examples/java/reactor/pom.xml
+++ b/examples/java/reactor/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-project</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
     <relativePath>../../..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d5b1036c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ff83d50..1f2e8af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>proton-project</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.16.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d5b1036c/proton-c/bindings/python/setuputils/bundle.py
----------------------------------------------------------------------
diff --git a/proton-c/bindings/python/setuputils/bundle.py b/proton-c/bindings/python/setuputils/bundle.py
index c85daf1..1bf3450 100644
--- a/proton-c/bindings/python/setuputils/bundle.py
+++ b/proton-c/bindings/python/setuputils/bundle.py
@@ -32,10 +32,10 @@ from . import log
 #-----------------------------------------------------------------------------
 # Constants
 #-----------------------------------------------------------------------------
-min_qpid_proton = (0, 15, 0)
+min_qpid_proton = (0, 16, 0)
 min_qpid_proton_str = "%i.%i.%i" % min_qpid_proton
 
-bundled_version = (0, 15, 0)
+bundled_version = (0, 16, 0)
 bundled_version_str = "%i.%i.%i" % bundled_version
 libqpid_proton = "qpid-proton-%s.tar.gz" % bundled_version_str
 libqpid_proton_url = ("http://www.apache.org/dist/qpid/proton/%s/%s" %

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d5b1036c/proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index d9e4760..da7fb38 100644
--- a/proton-j/pom.xml
+++ b/proton-j/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-project</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d5b1036c/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index 0634197..eb9d717 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-project</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
   </parent>
 
   <description>The Proton python system tests execute against the Java or C implementation, using Maven (via this pom) and CMake/CTest respectively.

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d5b1036c/version.txt
----------------------------------------------------------------------
diff --git a/version.txt b/version.txt
index 4f3da74..e466c4e 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.15.0-SNAPSHOT
+0.16.0-SNAPSHOT


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