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 2017/08/02 11:52:58 UTC

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

Repository: qpid-proton-j
Updated Branches:
  refs/heads/master d6181e334 -> 6eb1c82fd


[maven-release-plugin] prepare release 0.20.0


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

Branch: refs/heads/master
Commit: 6eb1c82fd6e5a9682a52b5a9f1cca7f9c3f0baf0
Parents: d6181e3
Author: Robert Gemmell <ro...@apache.org>
Authored: Wed Aug 2 12:51:43 2017 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Wed Aug 2 12:51:43 2017 +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/pom.xml                | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6eb1c82f/apache-qpid-proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml
index e01f7f8..6803584 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.20.0-SNAPSHOT</version>
+    <version>0.20.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6eb1c82f/examples/engine/pom.xml
----------------------------------------------------------------------
diff --git a/examples/engine/pom.xml b/examples/engine/pom.xml
index 5bb5b92..9025485 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.20.0-SNAPSHOT</version>
+    <version>0.20.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6eb1c82f/examples/reactor/pom.xml
----------------------------------------------------------------------
diff --git a/examples/reactor/pom.xml b/examples/reactor/pom.xml
index 9bd3fbf..07e3c9d 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.20.0-SNAPSHOT</version>
+    <version>0.20.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6eb1c82f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 337d89f..f5ee263 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>proton-j-parent</artifactId>
-  <version>0.20.0-SNAPSHOT</version>
+  <version>0.20.0</version>
   <packaging>pom</packaging>
 
   <name>Proton-J Parent</name>
@@ -169,7 +169,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>HEAD</tag>
+    <tag>0.20.0</tag>
   </scm>
   <issueManagement>
     <url>https://issues.apache.org/jira/browse/PROTON</url>

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6eb1c82f/proton-j/pom.xml
----------------------------------------------------------------------
diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index 3cab20e..f866099 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.20.0-SNAPSHOT</version>
+    <version>0.20.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/6eb1c82f/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index e91015b..f9a6bb6 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.20.0-SNAPSHOT</version>
+    <version>0.20.0</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