You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2016/05/17 04:43:27 UTC

qpid-proton git commit: PROTON-1134: Update versions for beta

Repository: qpid-proton
Updated Branches:
  refs/heads/0.13.x 11c711d8d -> 76acecd63


PROTON-1134: Update versions for beta


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

Branch: refs/heads/0.13.x
Commit: 76acecd63a38a15c498dd870028287e984ac13ca
Parents: 11c711d
Author: Justin Ross <jr...@apache.org>
Authored: Mon May 16 21:42:29 2016 -0700
Committer: Justin Ross <jr...@apache.org>
Committed: Mon May 16 21:42:29 2016 -0700

----------------------------------------------------------------------
 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 | 2 +-
 proton-j/pom.xml                      | 2 +-
 tests/pom.xml                         | 2 +-
 version.txt                           | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/76acecd6/examples/engine/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/engine/java/pom.xml b/examples/engine/java/pom.xml
index 129a056..c821009 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.13.0-SNAPSHOT</version>
+    <version>0.13.0-beta</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/76acecd6/examples/java/messenger/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/messenger/pom.xml b/examples/java/messenger/pom.xml
index d46ebed..f9e00f2 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.13.0-SNAPSHOT</version>
+    <version>0.13.0-beta</version>
     <relativePath>../../..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/76acecd6/examples/java/reactor/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/reactor/pom.xml b/examples/java/reactor/pom.xml
index d5ad187..37a66c8 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.13.0-SNAPSHOT</version>
+    <version>0.13.0-beta</version>
     <relativePath>../../..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/76acecd6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 17c39d6..13e7c82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>proton-project</artifactId>
-  <version>0.13.0-SNAPSHOT</version>
+  <version>0.13.0-beta</version>
   <packaging>pom</packaging>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/76acecd6/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 c6e9175..b435dae 100644
--- a/proton-c/bindings/python/docs/conf.py
+++ b/proton-c/bindings/python/docs/conf.py
@@ -50,7 +50,7 @@ copyright = u'2015, Apache Qpid'
 # The short X.Y version.
 version = '0.13.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.13.0-SNAPSHOT'
+release = '0.13.0-BETA'
 
 # 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/76acecd6/proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index 062ea77..1994f22 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.13.0-SNAPSHOT</version>
+    <version>0.13.0-beta</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/76acecd6/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index f86dbd8..d9962b3 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.13.0-SNAPSHOT</version>
+    <version>0.13.0-beta</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/76acecd6/version.txt
----------------------------------------------------------------------
diff --git a/version.txt b/version.txt
index f869b7f..a5c30eb 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.13.0-SNAPSHOT
+0.13.0-beta


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