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/12/08 15:30:10 UTC

[1/2] qpid-proton git commit: PROTON-1374: update versions to 0.17.0-SNAPSHOT on master

Repository: qpid-proton
Updated Branches:
  refs/heads/master 6a6511d82 -> 2389a2179


PROTON-1374: update versions to 0.17.0-SNAPSHOT on master


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

Branch: refs/heads/master
Commit: a2465276f1e115d8a516b3b725ab57bcc2aed6b2
Parents: 6a6511d
Author: Robert Gemmell <ro...@apache.org>
Authored: Thu Dec 8 15:17:31 2016 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Thu Dec 8 15:17:31 2016 +0000

----------------------------------------------------------------------
 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/docs/conf.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/a2465276/examples/engine/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/engine/java/pom.xml b/examples/engine/java/pom.xml
index 5218f2b..bf334b0 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.16.0-SNAPSHOT</version>
+    <version>0.17.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a2465276/examples/java/messenger/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/messenger/pom.xml b/examples/java/messenger/pom.xml
index 0d50bf8..a23a4a3 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.16.0-SNAPSHOT</version>
+    <version>0.17.0-SNAPSHOT</version>
     <relativePath>../../..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a2465276/examples/java/reactor/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/reactor/pom.xml b/examples/java/reactor/pom.xml
index aa5c47f..3ca3ec3 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.16.0-SNAPSHOT</version>
+    <version>0.17.0-SNAPSHOT</version>
     <relativePath>../../..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

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

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a2465276/proton-c/bindings/python/docs/conf.py
----------------------------------------------------------------------
diff --git a/proton-c/bindings/python/docs/conf.py b/proton-c/bindings/python/docs/conf.py
index 9e51595..cae646c 100644
--- a/proton-c/bindings/python/docs/conf.py
+++ b/proton-c/bindings/python/docs/conf.py
@@ -48,9 +48,9 @@ copyright = u'2015, Apache Qpid'
 # built documents.
 #
 # The short X.Y version.
-version = '0.16.0'
+version = '0.17.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.16.0-SNAPSHOT'
+release = '0.17.0-SNAPSHOT'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a2465276/proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index da7fb38..167bf6e 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.16.0-SNAPSHOT</version>
+    <version>0.17.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a2465276/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index eb9d717..c01089f 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.16.0-SNAPSHOT</version>
+    <version>0.17.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/a2465276/version.txt
----------------------------------------------------------------------
diff --git a/version.txt b/version.txt
index e466c4e..636e47c 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.16.0-SNAPSHOT
+0.17.0-SNAPSHOT


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


[2/2] qpid-proton git commit: PROTON-1374: update the .so version to 11 on master for 0.17.0

Posted by ro...@apache.org.
PROTON-1374: update the .so version to 11 on master for 0.17.0


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

Branch: refs/heads/master
Commit: 2389a2179e39fd53912a3e28369b1b409d94c996
Parents: a246527
Author: Robert Gemmell <ro...@apache.org>
Authored: Thu Dec 8 15:18:28 2016 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Thu Dec 8 15:18:28 2016 +0000

----------------------------------------------------------------------
 proton-c/soversion.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/2389a217/proton-c/soversion.cmake
----------------------------------------------------------------------
diff --git a/proton-c/soversion.cmake b/proton-c/soversion.cmake
index 58cc6f5..665edca 100644
--- a/proton-c/soversion.cmake
+++ b/proton-c/soversion.cmake
@@ -1,2 +1,2 @@
-set (PN_LIB_SOMAJOR 10)
+set (PN_LIB_SOMAJOR 11)
 set (PN_LIB_SOMINOR "0.0")


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