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 2015/10/28 00:49:47 UTC

qpid-proton git commit: PROTON-1022: Update branch versions for 0.11.0 beta

Repository: qpid-proton
Updated Branches:
  refs/heads/0.11.x 5cc0a9e1f -> abbc1e7f6


PROTON-1022: Update branch versions for 0.11.0 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/abbc1e7f
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/abbc1e7f
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/abbc1e7f

Branch: refs/heads/0.11.x
Commit: abbc1e7f6eb083f986d63d89cc32977933286123
Parents: 5cc0a9e
Author: Justin Ross <jr...@redhat.com>
Authored: Tue Oct 27 18:30:01 2015 -0400
Committer: Justin Ross <jr...@redhat.com>
Committed: Tue Oct 27 18:30:01 2015 -0400

----------------------------------------------------------------------
 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/abbc1e7f/contrib/proton-hawtdispatch/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/proton-hawtdispatch/pom.xml b/contrib/proton-hawtdispatch/pom.xml
index 5eae132..dce26d6 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.0-SNAPSHOT</version>
+    <version>0.11.0-beta</version>
     <relativePath>../..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/abbc1e7f/contrib/proton-jms/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/proton-jms/pom.xml b/contrib/proton-jms/pom.xml
index ea242be..aae8c79 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.0-SNAPSHOT</version>
+    <version>0.11.0-beta</version>
     <relativePath>../..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/abbc1e7f/examples/engine/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/engine/java/pom.xml b/examples/engine/java/pom.xml
index 5c51a0e..a1ebe61 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.0-SNAPSHOT</version>
+    <version>0.11.0-beta</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/abbc1e7f/examples/java/messenger/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/messenger/pom.xml b/examples/java/messenger/pom.xml
index 6937c50..5cf73b3 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.0-SNAPSHOT</version>
+    <version>0.11.0-beta</version>
     <relativePath>../../..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/abbc1e7f/examples/java/reactor/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/reactor/pom.xml b/examples/java/reactor/pom.xml
index 59b2ac4..101b141 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.0-SNAPSHOT</version>
+    <version>0.11.0-beta</version>
     <relativePath>../../..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/abbc1e7f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8ca3a8e..284e4eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>proton-project</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
+  <version>0.11.0-beta</version>
   <packaging>pom</packaging>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/abbc1e7f/proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index c7a1b67..82a0405 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.0-SNAPSHOT</version>
+    <version>0.11.0-beta</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/abbc1e7f/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index 1257c87..ae514f8 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.0-SNAPSHOT</version>
+    <version>0.11.0-beta</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/abbc1e7f/version.txt
----------------------------------------------------------------------
diff --git a/version.txt b/version.txt
index 67ff1ac..f9ebc3f 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.11.0-SNAPSHOT
+0.11.0-beta


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