You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2018/07/31 13:54:17 UTC

qpid-proton-j git commit: [maven-release-plugin] prepare release 0.27.3

Repository: qpid-proton-j
Updated Branches:
  refs/heads/0.27.x 1f1408a30 -> a81bab559


[maven-release-plugin] prepare release 0.27.3


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

Branch: refs/heads/0.27.x
Commit: a81bab559f08ddc86ff11587116e889bc4767752
Parents: 1f1408a
Author: Robbie Gemmell <ro...@apache.org>
Authored: Tue Jul 31 14:52:21 2018 +0100
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Tue Jul 31 14:52:21 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/a81bab55/apache-qpid-proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml
index b6bd781..67d3cf8 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-SNAPSHOT</version>
+    <version>0.27.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/a81bab55/examples/engine/pom.xml
----------------------------------------------------------------------
diff --git a/examples/engine/pom.xml b/examples/engine/pom.xml
index 094a1a5..b1d34d6 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-SNAPSHOT</version>
+    <version>0.27.3</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

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

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/a81bab55/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1d8d4b4..35e1577 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-SNAPSHOT</version>
+  <version>0.27.3</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.x</tag>
+    <tag>0.27.3</tag>
   </scm>
   <issueManagement>
     <url>https://issues.apache.org/jira/browse/PROTON</url>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/a81bab55/proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index 5e58ac0..64cbc19 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-SNAPSHOT</version>
+    <version>0.27.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

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

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/a81bab55/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index 5d51cc6..acd4507 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-SNAPSHOT</version>
+    <version>0.27.3</version>
   </parent>
 
   <artifactId>proton-tests</artifactId>


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