Repository: qpid-proton Updated Branches: refs/heads/0.11.x 99ee72b89 -> 4d9118172
update branch versions to 0.11.2-SNAPSHOT using bin/version.sh Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/4d911817 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/4d911817 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/4d911817 Branch: refs/heads/0.11.x Commit: 4d911817298d9e4ed1f9eaf53f9ffa38b59fd900 Parents: 99ee72b Author: Robert Gemmell <[email protected]> Authored: Fri Dec 18 15:45:27 2015 +0000 Committer: Robert Gemmell <[email protected]> Committed: Fri Dec 18 15:45:27 2015 +0000 ---------------------------------------------------------------------- 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-j/pom.xml | 2 +- tests/pom.xml | 2 +- version.txt | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4d911817/contrib/proton-hawtdispatch/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/proton-hawtdispatch/pom.xml b/contrib/proton-hawtdispatch/pom.xml index 07f2dc4..d280160 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.11.1</version> + <version>0.11.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4d911817/contrib/proton-jms/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/proton-jms/pom.xml b/contrib/proton-jms/pom.xml index 61bd358..b82a161 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.11.1</version> + <version>0.11.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4d911817/examples/engine/java/pom.xml ---------------------------------------------------------------------- diff --git a/examples/engine/java/pom.xml b/examples/engine/java/pom.xml index ad744da..acd21bd 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.11.1</version> + <version>0.11.2-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4d911817/examples/java/messenger/pom.xml ---------------------------------------------------------------------- diff --git a/examples/java/messenger/pom.xml b/examples/java/messenger/pom.xml index 42266bc..3c6bb44 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.11.1</version> + <version>0.11.2-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4d911817/examples/java/reactor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/java/reactor/pom.xml b/examples/java/reactor/pom.xml index 4d37ee0..5cc7fb5 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.11.1</version> + <version>0.11.2-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4d911817/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6d474a7..b0105b3 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>proton-project</artifactId> - <version>0.11.1</version> + <version>0.11.2-SNAPSHOT</version> <packaging>pom</packaging> <properties> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4d911817/proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/proton-j/pom.xml b/proton-j/pom.xml index 9744f6f..c516de8 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.11.1</version> + <version>0.11.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4d911817/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index 7a050b6..88778f6 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.11.1</version> + <version>0.11.2-SNAPSHOT</version> </parent> <description>The Proton system tests execute against either the Java or the C implementations, http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4d911817/version.txt ---------------------------------------------------------------------- diff --git a/version.txt b/version.txt index af88ba8..b23433d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.11.1 +0.11.2-SNAPSHOT --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
