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/11/11 15:24:51 UTC

[qpid-protonj2] 01/02: [maven-release-plugin] prepare for next development iteration

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

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git

commit 7871811dbe0aea1fd779ff6828652e1d77922a2f
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Tue Nov 8 11:47:54 2022 -0500

    [maven-release-plugin] prepare for next development iteration
---
 apache-qpid-protonj2/pom.xml       | 2 +-
 pom.xml                            | 6 +++---
 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, 10 insertions(+), 10 deletions(-)

diff --git a/apache-qpid-protonj2/pom.xml b/apache-qpid-protonj2/pom.xml
index 071df92e..828f2380 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-M11</version>
+    <version>1.0.0-M12-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 09a4f729..aaf8cd35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.qpid</groupId>
   <artifactId>protonj2-parent</artifactId>
-  <version>1.0.0-M11</version>
+  <version>1.0.0-M12-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Qpid ProtonJ2 Parent</name>
@@ -65,7 +65,7 @@
     <!-- surefire forked jvm arguments -->
     <argLine>-Xmx2g -enableassertions ${jacoco-config}</argLine>
 
-    <project.build.outputTimestamp>2022-11-08T16:45:29Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-11-08T16:47:53Z</project.build.outputTimestamp>
   </properties>
 
   <url>https://qpid.apache.org/proton</url>
@@ -73,7 +73,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-M11</tag>
+    <tag>1.0.0-M10</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 fc715991..65bf49cf 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-M11</version>
+    <version>1.0.0-M12-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/protonj2-client-examples/pom.xml b/protonj2-client-examples/pom.xml
index e356fe61..2190c81c 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-M11</version>
+    <version>1.0.0-M12-SNAPSHOT</version>
   </parent>
 
   <artifactId>protonj2-client-examples</artifactId>
diff --git a/protonj2-client/pom.xml b/protonj2-client/pom.xml
index 173bcff9..15d82d79 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-M11</version>
+    <version>1.0.0-M12-SNAPSHOT</version>
   </parent>
 
   <artifactId>protonj2-client</artifactId>
diff --git a/protonj2-performance-tests/pom.xml b/protonj2-performance-tests/pom.xml
index 6a3873aa..9f3ab1a4 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-M11</version>
+    <version>1.0.0-M12-SNAPSHOT</version>
   </parent>
 
   <artifactId>protonj2-performance-tests</artifactId>
diff --git a/protonj2-test-driver/pom.xml b/protonj2-test-driver/pom.xml
index c47adbdd..7a76433b 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-M11</version>
+    <version>1.0.0-M12-SNAPSHOT</version>
   </parent>
 
   <artifactId>protonj2-test-driver</artifactId>
diff --git a/protonj2/pom.xml b/protonj2/pom.xml
index f69693ae..ac48e376 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-M11</version>
+    <version>1.0.0-M12-SNAPSHOT</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