Repository: qpid-proton-j
Updated Branches:
  refs/heads/0.27.x 6c35b5b06 -> 22cdea4b3


[maven-release-plugin] prepare for next development iteration


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/22cdea4b
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/22cdea4b
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/22cdea4b

Branch: refs/heads/0.27.x
Commit: 22cdea4b37e11f4a9c3e810b75a722fb7c15aaad
Parents: 6c35b5b
Author: Robbie Gemmell <[email protected]>
Authored: Thu Aug 2 17:22:29 2018 +0100
Committer: Robbie Gemmell <[email protected]>
Committed: Thu Aug 2 17:22:29 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/22cdea4b/apache-qpid-proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml
index 67d3cf8..72d0a94 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.27.3</version>
+    <version>0.27.4-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/22cdea4b/examples/engine/pom.xml
----------------------------------------------------------------------
diff --git a/examples/engine/pom.xml b/examples/engine/pom.xml
index b1d34d6..831b616 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.27.3</version>
+    <version>0.27.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/22cdea4b/examples/reactor/pom.xml
----------------------------------------------------------------------
diff --git a/examples/reactor/pom.xml b/examples/reactor/pom.xml
index 1f0c010..a07fc25 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.27.3</version>
+    <version>0.27.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/22cdea4b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 35e1577..da25a96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>proton-j-parent</artifactId>
-  <version>0.27.3</version>
+  <version>0.27.4-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Proton-J Parent</name>
@@ -194,7 +194,7 @@
     
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/qpid-proton-j.git</connection>
     
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-proton-j.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=qpid-proton-j.git</url>
-    <tag>0.27.3</tag>
+    <tag>0.27.x</tag>
   </scm>
   <issueManagement>
     <url>https://issues.apache.org/jira/browse/PROTON</url>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/22cdea4b/proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index 64cbc19..4db6fdf 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.27.3</version>
+    <version>0.27.4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/22cdea4b/tests/performance-jmh/pom.xml
----------------------------------------------------------------------
diff --git a/tests/performance-jmh/pom.xml b/tests/performance-jmh/pom.xml
index 4698eea..fae2b4e 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.27.3</version>
+        <version>0.27.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/22cdea4b/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index acd4507..3311a65 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.27.3</version>
+    <version>0.27.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>proton-tests</artifactId>


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

Reply via email to