This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 6084867b2 [maven-release-plugin] prepare for next development iteration
6084867b2 is described below
commit 6084867b26619ab614bc117667a32649def5887a
Author: JB Onofré <[email protected]>
AuthorDate: Thu Apr 11 19:41:29 2024 +0200
[maven-release-plugin] prepare for next development iteration
---
activemq-all/pom.xml | 2 +-
activemq-amqp/pom.xml | 2 +-
activemq-blueprint/pom.xml | 2 +-
activemq-broker/pom.xml | 2 +-
activemq-cf/pom.xml | 2 +-
activemq-client/pom.xml | 2 +-
activemq-console/pom.xml | 2 +-
activemq-http/pom.xml | 2 +-
activemq-jaas/pom.xml | 2 +-
activemq-jdbc-store/pom.xml | 2 +-
activemq-jms-pool/pom.xml | 2 +-
activemq-kahadb-store/pom.xml | 2 +-
activemq-karaf-itest/pom.xml | 2 +-
activemq-karaf/pom.xml | 2 +-
activemq-log4j-appender/pom.xml | 2 +-
activemq-mqtt/pom.xml | 2 +-
activemq-openwire-generator/pom.xml | 2 +-
activemq-openwire-legacy/pom.xml | 2 +-
activemq-osgi/pom.xml | 2 +-
activemq-pool/pom.xml | 2 +-
activemq-ra/pom.xml | 2 +-
activemq-rar/pom.xml | 2 +-
activemq-run/pom.xml | 2 +-
activemq-runtime-config/pom.xml | 2 +-
activemq-shiro/pom.xml | 2 +-
activemq-spring/pom.xml | 2 +-
activemq-stomp/pom.xml | 2 +-
activemq-tooling/activemq-joram-jms-tests/pom.xml | 2 +-
activemq-tooling/activemq-junit/pom.xml | 2 +-
activemq-tooling/activemq-maven-plugin/pom.xml | 2 +-
activemq-tooling/activemq-memtest-maven-plugin/pom.xml | 2 +-
activemq-tooling/activemq-perf-maven-plugin/pom.xml | 2 +-
activemq-tooling/pom.xml | 2 +-
activemq-unit-tests/pom.xml | 2 +-
activemq-web-console/pom.xml | 2 +-
activemq-web-demo/pom.xml | 2 +-
activemq-web/pom.xml | 2 +-
assembly/pom.xml | 2 +-
pom.xml | 6 +++---
39 files changed, 41 insertions(+), 41 deletions(-)
diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml
index 87b30d207..6208f22e1 100644
--- a/activemq-all/pom.xml
+++ b/activemq-all/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-all</artifactId>
diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml
index 76544c7d0..31577cc4f 100644
--- a/activemq-amqp/pom.xml
+++ b/activemq-amqp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-amqp</artifactId>
diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml
index 54a45db82..c60caddc1 100644
--- a/activemq-blueprint/pom.xml
+++ b/activemq-blueprint/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-blueprint</artifactId>
diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml
index 1be9dac48..7acaf1874 100644
--- a/activemq-broker/pom.xml
+++ b/activemq-broker/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-broker</artifactId>
diff --git a/activemq-cf/pom.xml b/activemq-cf/pom.xml
index 593c80ee2..6fc5c08eb 100644
--- a/activemq-cf/pom.xml
+++ b/activemq-cf/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-cf</artifactId>
diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml
index 5b0e7c6a7..c5d6006f7 100644
--- a/activemq-client/pom.xml
+++ b/activemq-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-client</artifactId>
diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml
index 14bd34193..bca060981 100644
--- a/activemq-console/pom.xml
+++ b/activemq-console/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-console</artifactId>
diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml
index 05ba5c3a5..cc84cf31e 100644
--- a/activemq-http/pom.xml
+++ b/activemq-http/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-http</artifactId>
diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml
index 546d1fea5..25f909a95 100644
--- a/activemq-jaas/pom.xml
+++ b/activemq-jaas/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-jaas</artifactId>
diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml
index ccdef9801..56ebf6055 100644
--- a/activemq-jdbc-store/pom.xml
+++ b/activemq-jdbc-store/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-jdbc-store</artifactId>
diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml
index b391d7e03..c0b6fc937 100644
--- a/activemq-jms-pool/pom.xml
+++ b/activemq-jms-pool/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-jms-pool</artifactId>
diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml
index db47fc07c..7e708a989 100644
--- a/activemq-kahadb-store/pom.xml
+++ b/activemq-kahadb-store/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-kahadb-store</artifactId>
diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml
index 2c7ea369a..1849ecf8d 100644
--- a/activemq-karaf-itest/pom.xml
+++ b/activemq-karaf-itest/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-karaf-itest</artifactId>
diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml
index 7fe766d45..4759b0510 100644
--- a/activemq-karaf/pom.xml
+++ b/activemq-karaf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-karaf</artifactId>
diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml
index ad061f073..cd26575d5 100644
--- a/activemq-log4j-appender/pom.xml
+++ b/activemq-log4j-appender/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-log4j-appender</artifactId>
diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml
index a8c8b3be5..b252a6994 100644
--- a/activemq-mqtt/pom.xml
+++ b/activemq-mqtt/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-mqtt</artifactId>
diff --git a/activemq-openwire-generator/pom.xml
b/activemq-openwire-generator/pom.xml
index 03de45d92..156fca252 100644
--- a/activemq-openwire-generator/pom.xml
+++ b/activemq-openwire-generator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-openwire-generator</artifactId>
diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml
index 76295a07a..f8eebe1fe 100644
--- a/activemq-openwire-legacy/pom.xml
+++ b/activemq-openwire-legacy/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-openwire-legacy</artifactId>
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 62f4c709b..0913721a9 100644
--- a/activemq-osgi/pom.xml
+++ b/activemq-osgi/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-osgi</artifactId>
diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml
index c5ceb0983..347213f39 100644
--- a/activemq-pool/pom.xml
+++ b/activemq-pool/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-pool</artifactId>
diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml
index c6abc085a..b4d36bc7d 100644
--- a/activemq-ra/pom.xml
+++ b/activemq-ra/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-ra</artifactId>
diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml
index 66f735767..fd659a8aa 100644
--- a/activemq-rar/pom.xml
+++ b/activemq-rar/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-rar</artifactId>
diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml
index aa520dc1d..c45609bb1 100644
--- a/activemq-run/pom.xml
+++ b/activemq-run/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-run</artifactId>
diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml
index 2e0d28b78..448f957bc 100644
--- a/activemq-runtime-config/pom.xml
+++ b/activemq-runtime-config/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-runtime-config</artifactId>
diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml
index d8a453a08..e9f37b540 100644
--- a/activemq-shiro/pom.xml
+++ b/activemq-shiro/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-shiro</artifactId>
diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml
index eef74ec8d..a50096340 100644
--- a/activemq-spring/pom.xml
+++ b/activemq-spring/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-spring</artifactId>
diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml
index aad798fbd..05868da17 100644
--- a/activemq-stomp/pom.xml
+++ b/activemq-stomp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-stomp</artifactId>
diff --git a/activemq-tooling/activemq-joram-jms-tests/pom.xml
b/activemq-tooling/activemq-joram-jms-tests/pom.xml
index 9b81327cc..ead37d8f6 100644
--- a/activemq-tooling/activemq-joram-jms-tests/pom.xml
+++ b/activemq-tooling/activemq-joram-jms-tests/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-tooling</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-joram-jms-tests</artifactId>
diff --git a/activemq-tooling/activemq-junit/pom.xml
b/activemq-tooling/activemq-junit/pom.xml
index 919481b98..d963027b6 100644
--- a/activemq-tooling/activemq-junit/pom.xml
+++ b/activemq-tooling/activemq-junit/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-tooling</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-junit</artifactId>
diff --git a/activemq-tooling/activemq-maven-plugin/pom.xml
b/activemq-tooling/activemq-maven-plugin/pom.xml
index b84662163..a5f4d3a50 100644
--- a/activemq-tooling/activemq-maven-plugin/pom.xml
+++ b/activemq-tooling/activemq-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-tooling</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-maven-plugin</artifactId>
diff --git a/activemq-tooling/activemq-memtest-maven-plugin/pom.xml
b/activemq-tooling/activemq-memtest-maven-plugin/pom.xml
index a10cbb08a..aac78dd24 100644
--- a/activemq-tooling/activemq-memtest-maven-plugin/pom.xml
+++ b/activemq-tooling/activemq-memtest-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-tooling</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-memtest-maven-plugin</artifactId>
diff --git a/activemq-tooling/activemq-perf-maven-plugin/pom.xml
b/activemq-tooling/activemq-perf-maven-plugin/pom.xml
index 4a029c239..403b90077 100644
--- a/activemq-tooling/activemq-perf-maven-plugin/pom.xml
+++ b/activemq-tooling/activemq-perf-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq.tooling</groupId>
<artifactId>activemq-tooling</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-perf-maven-plugin</artifactId>
diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml
index 8aa15b800..8c047c5c9 100644
--- a/activemq-tooling/pom.xml
+++ b/activemq-tooling/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<groupId>org.apache.activemq.tooling</groupId>
diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index 4bdd04ab7..09bcdb7f5 100644
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-unit-tests</artifactId>
diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml
index 406ec6956..0b9f4bda0 100644
--- a/activemq-web-console/pom.xml
+++ b/activemq-web-console/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-web-console</artifactId>
diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml
index f7934c5fe..71693ffa3 100644
--- a/activemq-web-demo/pom.xml
+++ b/activemq-web-demo/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-web-demo</artifactId>
diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml
index 634aba16f..f8440b124 100644
--- a/activemq-web/pom.xml
+++ b/activemq-web/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>activemq-web</artifactId>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 5a0996359..371b79759 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
</parent>
<artifactId>apache-activemq</artifactId>
diff --git a/pom.xml b/pom.xml
index 2b4439bf3..7fe2da2ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,14 +25,14 @@
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-parent</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ActiveMQ</name>
<inceptionYear>2005</inceptionYear>
<properties>
<!-- for reproducible builds -->
-
<project.build.outputTimestamp>2024-04-11T17:35:27Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-04-11T17:41:28Z</project.build.outputTimestamp>
<siteId>activemq-${project.version}</siteId>
<projectName>Apache ActiveMQ</projectName>
@@ -241,7 +241,7 @@
<connection>scm:git:http://gitbox.apache.org/repos/asf/activemq.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq.git</developerConnection>
<url>https://github.com/apache/activemq</url>
- <tag>activemq-6.1.2</tag>
+ <tag>main</tag>
</scm>
<dependencyManagement>