Repository: qpid-proton-j
Updated Branches:
  refs/heads/master 663365dd7 -> 9b79bd1e8


restore version to 0.27.0-SNAPSHOT

This reverts commits e2dcef929352862fc2fce371164b51e19e44ff3a and 
45374f733cd5f26da96e5f221ad67777fca149a6.


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

Branch: refs/heads/master
Commit: 9b79bd1e820111b40459922721c8f45e2cb2b91f
Parents: 663365d
Author: Robbie Gemmell <[email protected]>
Authored: Wed Apr 18 18:44:46 2018 +0100
Committer: Robbie Gemmell <[email protected]>
Committed: Wed Apr 18 18:45:32 2018 +0100

----------------------------------------------------------------------
 apache-qpid-proton-j/pom.xml  | 2 +-
 examples/engine/pom.xml       | 2 +-
 examples/reactor/pom.xml      | 2 +-
 pom.xml                       | 2 +-
 proton-j/pom.xml              | 2 +-
 tests/performance-jmh/pom.xml | 2 +-
 tests/pom.xml                 | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/9b79bd1e/apache-qpid-proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml
index cb22344..9a3048c 100644
--- a/apache-qpid-proton-j/pom.xml
+++ b/apache-qpid-proton-j/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-j-parent</artifactId>
-    <version>0.28.0-SNAPSHOT</version>
+    <version>0.27.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/9b79bd1e/examples/engine/pom.xml
----------------------------------------------------------------------
diff --git a/examples/engine/pom.xml b/examples/engine/pom.xml
index f3bb0e2..b06cb78 100644
--- a/examples/engine/pom.xml
+++ b/examples/engine/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-j-parent</artifactId>
-    <version>0.28.0-SNAPSHOT</version>
+    <version>0.27.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/9b79bd1e/examples/reactor/pom.xml
----------------------------------------------------------------------
diff --git a/examples/reactor/pom.xml b/examples/reactor/pom.xml
index 8c569d4..9560b5c 100644
--- a/examples/reactor/pom.xml
+++ b/examples/reactor/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-j-parent</artifactId>
-    <version>0.28.0-SNAPSHOT</version>
+    <version>0.27.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/9b79bd1e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index efabccd..945058f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>proton-j-parent</artifactId>
-  <version>0.28.0-SNAPSHOT</version>
+  <version>0.27.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Proton-J Parent</name>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/9b79bd1e/proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index 1e505ff..245362a 100644
--- a/proton-j/pom.xml
+++ b/proton-j/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-j-parent</artifactId>
-    <version>0.28.0-SNAPSHOT</version>
+    <version>0.27.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/9b79bd1e/tests/performance-jmh/pom.xml
----------------------------------------------------------------------
diff --git a/tests/performance-jmh/pom.xml b/tests/performance-jmh/pom.xml
index f9371eb..d9f3c74 100644
--- a/tests/performance-jmh/pom.xml
+++ b/tests/performance-jmh/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.qpid</groupId>
         <artifactId>proton-j-parent</artifactId>
-        <version>0.28.0-SNAPSHOT</version>
+        <version>0.27.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/9b79bd1e/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index b558766..a1e25f8 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>proton-j-parent</artifactId>
-    <version>0.28.0-SNAPSHOT</version>
+    <version>0.27.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>proton-tests</artifactId>


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

Reply via email to