Repository: qpid-proton
Updated Branches:
  refs/heads/0.14.x 047b1df80 -> 5c26c7cd9


PROTON-1271: Restore snapshot versions after 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/5c26c7cd
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/5c26c7cd
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/5c26c7cd

Branch: refs/heads/0.14.x
Commit: 5c26c7cd99443805692015ac09b15a671680a09d
Parents: 047b1df
Author: Justin Ross <[email protected]>
Authored: Tue Aug 16 06:06:42 2016 -0700
Committer: Justin Ross <[email protected]>
Committed: Tue Aug 16 06:06:42 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 | 4 ++--
 proton-j/pom.xml                      | 2 +-
 tests/pom.xml                         | 2 +-
 version.txt                           | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5c26c7cd/examples/engine/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/engine/java/pom.xml b/examples/engine/java/pom.xml
index 9390822..ac713f7 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</version>
+    <version>0.14.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5c26c7cd/examples/java/messenger/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/messenger/pom.xml b/examples/java/messenger/pom.xml
index b6fceba..62df59c 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</version>
+    <version>0.14.1-SNAPSHOT</version>
     <relativePath>../../..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5c26c7cd/examples/java/reactor/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/reactor/pom.xml b/examples/java/reactor/pom.xml
index a70637e..8c4e37f 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</version>
+    <version>0.14.1-SNAPSHOT</version>
     <relativePath>../../..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5c26c7cd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7bbcb8e..e7c2895 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>proton-project</artifactId>
-  <version>0.14.0</version>
+  <version>0.14.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5c26c7cd/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 cb6db33..a662d31 100644
--- a/proton-c/bindings/python/docs/conf.py
+++ b/proton-c/bindings/python/docs/conf.py
@@ -48,9 +48,9 @@ copyright = u'2015, Apache Qpid'
 # built documents.
 #
 # The short X.Y version.
-version = '0.14.0'
+version = '0.14.1'
 # The full version, including alpha/beta/rc tags.
-release = '0.14.0-SNAPSHOT'
+release = '0.14.1-SNAPSHOT'
 
 # 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/5c26c7cd/proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index d78ba23..aa9c118 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</version>
+    <version>0.14.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5c26c7cd/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index 17fa70b..535dcfb 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</version>
+    <version>0.14.1-SNAPSHOT</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/5c26c7cd/version.txt
----------------------------------------------------------------------
diff --git a/version.txt b/version.txt
index a803cc2..d6cd851 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.14.0
+0.14.1-SNAPSHOT


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to