Repository: qpid-proton Updated Branches: refs/heads/0.12.x 5917bf8aa -> 7d3c01da2
PROTON-1050: Update versions for 0.12.0 RC; bump the .so major number Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/7d3c01da Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/7d3c01da Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/7d3c01da Branch: refs/heads/0.12.x Commit: 7d3c01da2be5d0734ad6f2f51a59ea8ddc57386e Parents: 5917bf8 Author: Justin Ross <[email protected]> Authored: Tue Feb 2 19:08:31 2016 -0800 Committer: Justin Ross <[email protected]> Committed: Tue Feb 2 19:08:31 2016 -0800 ---------------------------------------------------------------------- contrib/proton-hawtdispatch/pom.xml | 2 +- contrib/proton-jms/pom.xml | 2 +- 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-c/soversion.cmake | 2 +- proton-j/pom.xml | 2 +- tests/pom.xml | 2 +- version.txt | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/7d3c01da/contrib/proton-hawtdispatch/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/proton-hawtdispatch/pom.xml b/contrib/proton-hawtdispatch/pom.xml index 766912e..466f433 100644 --- a/contrib/proton-hawtdispatch/pom.xml +++ b/contrib/proton-hawtdispatch/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-project</artifactId> - <version>0.12.0-beta</version> + <version>0.12.0</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/7d3c01da/contrib/proton-jms/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/proton-jms/pom.xml b/contrib/proton-jms/pom.xml index 5d8f0e9..92aaba0 100644 --- a/contrib/proton-jms/pom.xml +++ b/contrib/proton-jms/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-project</artifactId> - <version>0.12.0-beta</version> + <version>0.12.0</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/7d3c01da/examples/engine/java/pom.xml ---------------------------------------------------------------------- diff --git a/examples/engine/java/pom.xml b/examples/engine/java/pom.xml index 12253a7..6066698 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.12.0-beta</version> + <version>0.12.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/7d3c01da/examples/java/messenger/pom.xml ---------------------------------------------------------------------- diff --git a/examples/java/messenger/pom.xml b/examples/java/messenger/pom.xml index 9440a74..735ef70 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.12.0-beta</version> + <version>0.12.0</version> <relativePath>../../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/7d3c01da/examples/java/reactor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/java/reactor/pom.xml b/examples/java/reactor/pom.xml index 8c6f922..5990c3e 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.12.0-beta</version> + <version>0.12.0</version> <relativePath>../../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/7d3c01da/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c071b4f..f00ab54 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>proton-project</artifactId> - <version>0.12.0-beta</version> + <version>0.12.0</version> <packaging>pom</packaging> <properties> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/7d3c01da/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 4c76753..f66ffca 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.10' +version = '0.12.0' # The full version, including alpha/beta/rc tags. -release = '0.10' +release = '0.12.0' # 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/7d3c01da/proton-c/soversion.cmake ---------------------------------------------------------------------- diff --git a/proton-c/soversion.cmake b/proton-c/soversion.cmake index 5061132..81488b5 100644 --- a/proton-c/soversion.cmake +++ b/proton-c/soversion.cmake @@ -1,2 +1,2 @@ -set (PN_LIB_SOMAJOR 5) +set (PN_LIB_SOMAJOR 6) set (PN_LIB_SOMINOR "0.0") http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/7d3c01da/proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/proton-j/pom.xml b/proton-j/pom.xml index 8c52288..7d9cde0 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.12.0-beta</version> + <version>0.12.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/7d3c01da/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index 16fa088..42905ee 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.12.0-beta</version> + <version>0.12.0</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/7d3c01da/version.txt ---------------------------------------------------------------------- diff --git a/version.txt b/version.txt index 07ff01d..ac454c6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.12.0-beta +0.12.0 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
