You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2022/06/27 15:53:37 UTC

[qpid-protonj2] annotated tag 1.0.0-M7 created (now dd56fcd7)

This is an automated email from the ASF dual-hosted git repository.

tabish pushed a change to annotated tag 1.0.0-M7
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git


      at dd56fcd7 (tag)
 tagging f4e662793a855fc144c1fa44969a4f06c012481c (commit)
 replaces 1.0.0-M6
      by Timothy Bish
      on Mon Jun 27 11:53:26 2022 -0400

- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag 1.0.0-M7
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new f4e66279 [maven-release-plugin] prepare release 1.0.0-M7

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[qpid-protonj2] 01/01: [maven-release-plugin] prepare release 1.0.0-M7

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tabish pushed a commit to annotated tag 1.0.0-M7
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git

commit f4e662793a855fc144c1fa44969a4f06c012481c
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Mon Jun 27 11:53:15 2022 -0400

    [maven-release-plugin] prepare release 1.0.0-M7
---
 apache-qpid-protonj2/pom.xml       | 2 +-
 pom.xml                            | 4 ++--
 protonj2-client-docs/pom.xml       | 2 +-
 protonj2-client-examples/pom.xml   | 2 +-
 protonj2-client/pom.xml            | 2 +-
 protonj2-performance-tests/pom.xml | 2 +-
 protonj2-test-driver/pom.xml       | 2 +-
 protonj2/pom.xml                   | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/apache-qpid-protonj2/pom.xml b/apache-qpid-protonj2/pom.xml
index 5f4b4e0a..a2ec810a 100644
--- a/apache-qpid-protonj2/pom.xml
+++ b/apache-qpid-protonj2/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>protonj2-parent</artifactId>
-    <version>1.0.0-M7-SNAPSHOT</version>
+    <version>1.0.0-M7</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 8e934a11..a78019a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>protonj2-parent</artifactId>
-  <version>1.0.0-M7-SNAPSHOT</version>
+  <version>1.0.0-M7</version>
   <packaging>pom</packaging>
 
   <name>Qpid ProtonJ2 Parent</name>
@@ -70,7 +70,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/qpid-protonj2.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/qpid-protonj2.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=qpid-protonj2.git</url>
-    <tag>1.0.0-M6</tag>
+    <tag>1.0.0-M7</tag>
   </scm>
   <issueManagement>
     <url>https://issues.apache.org/jira/browse/PROTON</url>
diff --git a/protonj2-client-docs/pom.xml b/protonj2-client-docs/pom.xml
index 32ce0a94..87ac0b53 100644
--- a/protonj2-client-docs/pom.xml
+++ b/protonj2-client-docs/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>protonj2-parent</artifactId>
-    <version>1.0.0-M7-SNAPSHOT</version>
+    <version>1.0.0-M7</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/protonj2-client-examples/pom.xml b/protonj2-client-examples/pom.xml
index 59ebdad3..4c6a677e 100644
--- a/protonj2-client-examples/pom.xml
+++ b/protonj2-client-examples/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>protonj2-parent</artifactId>
-    <version>1.0.0-M7-SNAPSHOT</version>
+    <version>1.0.0-M7</version>
   </parent>
 
   <artifactId>protonj2-client-examples</artifactId>
diff --git a/protonj2-client/pom.xml b/protonj2-client/pom.xml
index 0ac8c018..b6cd8852 100644
--- a/protonj2-client/pom.xml
+++ b/protonj2-client/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>protonj2-parent</artifactId>
-    <version>1.0.0-M7-SNAPSHOT</version>
+    <version>1.0.0-M7</version>
   </parent>
 
   <artifactId>protonj2-client</artifactId>
diff --git a/protonj2-performance-tests/pom.xml b/protonj2-performance-tests/pom.xml
index 8de0570a..dc8e026f 100644
--- a/protonj2-performance-tests/pom.xml
+++ b/protonj2-performance-tests/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>protonj2-parent</artifactId>
-    <version>1.0.0-M7-SNAPSHOT</version>
+    <version>1.0.0-M7</version>
   </parent>
 
   <artifactId>protonj2-performance-tests</artifactId>
diff --git a/protonj2-test-driver/pom.xml b/protonj2-test-driver/pom.xml
index 280a90f1..e955b662 100644
--- a/protonj2-test-driver/pom.xml
+++ b/protonj2-test-driver/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>protonj2-parent</artifactId>
-    <version>1.0.0-M7-SNAPSHOT</version>
+    <version>1.0.0-M7</version>
   </parent>
 
   <artifactId>protonj2-test-driver</artifactId>
diff --git a/protonj2/pom.xml b/protonj2/pom.xml
index 372b9f6d..7627dd29 100644
--- a/protonj2/pom.xml
+++ b/protonj2/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.qpid</groupId>
     <artifactId>protonj2-parent</artifactId>
-    <version>1.0.0-M7-SNAPSHOT</version>
+    <version>1.0.0-M7</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 


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