Repository: qpid-proton Updated Branches: refs/heads/0.12.x 6e24d4b23 -> 286a363a7
NO-JIRA: Update versions Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/286a363a Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/286a363a Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/286a363a Branch: refs/heads/0.12.x Commit: 286a363a7523435b516fc0439eff6c464c37b552 Parents: 6e24d4b Author: Justin Ross <[email protected]> Authored: Thu Mar 17 09:27:04 2016 -0700 Committer: Justin Ross <[email protected]> Committed: Thu Mar 17 09:27:04 2016 -0700 ---------------------------------------------------------------------- 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/286a363a/contrib/proton-hawtdispatch/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/proton-hawtdispatch/pom.xml b/contrib/proton-hawtdispatch/pom.xml index abca947..452a7f2 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.1-SNAPSHOT</version> + <version>0.12.1</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/286a363a/contrib/proton-jms/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/proton-jms/pom.xml b/contrib/proton-jms/pom.xml index e9e7e84..501d74a 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.1-SNAPSHOT</version> + <version>0.12.1</version> <relativePath>../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/286a363a/examples/engine/java/pom.xml ---------------------------------------------------------------------- diff --git a/examples/engine/java/pom.xml b/examples/engine/java/pom.xml index 824d0e4..85a411b 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.1-SNAPSHOT</version> + <version>0.12.1</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/286a363a/examples/java/messenger/pom.xml ---------------------------------------------------------------------- diff --git a/examples/java/messenger/pom.xml b/examples/java/messenger/pom.xml index a7f6585..3849e6f 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.1-SNAPSHOT</version> + <version>0.12.1</version> <relativePath>../../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/286a363a/examples/java/reactor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/java/reactor/pom.xml b/examples/java/reactor/pom.xml index dd18f17..836b759 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.1-SNAPSHOT</version> + <version>0.12.1</version> <relativePath>../../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/286a363a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b2e7dc8..b072a3f 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>proton-project</artifactId> - <version>0.12.1-SNAPSHOT</version> + <version>0.12.1</version> <packaging>pom</packaging> <properties> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/286a363a/proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/proton-j/pom.xml b/proton-j/pom.xml index 37a0c91..d1b4350 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.1-SNAPSHOT</version> + <version>0.12.1</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/286a363a/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index e0c4526..7e92d6f 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.1-SNAPSHOT</version> + <version>0.12.1</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/286a363a/version.txt ---------------------------------------------------------------------- diff --git a/version.txt b/version.txt index 64fd610..34a8361 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.12.1-SNAPSHOT +0.12.1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
