Repository: qpid-proton Updated Branches: refs/heads/0.14.x 5bd761b07 -> 047b1df80
PROTON-1271: Update versions for the RC Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/047b1df8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/047b1df8 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/047b1df8 Branch: refs/heads/0.14.x Commit: 047b1df804f59d32d8e6481c4903cf3a0a34f91b Parents: 5bd761b Author: Justin Ross <[email protected]> Authored: Tue Aug 16 06:02:21 2016 -0700 Committer: Justin Ross <[email protected]> Committed: Tue Aug 16 06:02:21 2016 -0700 ---------------------------------------------------------------------- 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 +- 7 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/047b1df8/examples/engine/java/pom.xml ---------------------------------------------------------------------- diff --git a/examples/engine/java/pom.xml b/examples/engine/java/pom.xml index 7661a0b..9390822 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.14.0-SNAPSHOT</version> + <version>0.14.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/047b1df8/examples/java/messenger/pom.xml ---------------------------------------------------------------------- diff --git a/examples/java/messenger/pom.xml b/examples/java/messenger/pom.xml index e1529dc..b6fceba 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.14.0-SNAPSHOT</version> + <version>0.14.0</version> <relativePath>../../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/047b1df8/examples/java/reactor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/java/reactor/pom.xml b/examples/java/reactor/pom.xml index 4414e86..a70637e 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.14.0-SNAPSHOT</version> + <version>0.14.0</version> <relativePath>../../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/047b1df8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8c033a0..7bbcb8e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>proton-project</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0</version> <packaging>pom</packaging> <properties> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/047b1df8/proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/proton-j/pom.xml b/proton-j/pom.xml index caee299..d78ba23 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.14.0-SNAPSHOT</version> + <version>0.14.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/047b1df8/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index 52e85ca..17fa70b 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.14.0-SNAPSHOT</version> + <version>0.14.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/047b1df8/version.txt ---------------------------------------------------------------------- diff --git a/version.txt b/version.txt index 85a7357..a803cc2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.14.0-SNAPSHOT +0.14.0 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
