This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
The following commit(s) were added to refs/heads/main by this push:
new b5073fda [maven-release-plugin] prepare release 2.9.0
b5073fda is described below
commit b5073fda987b77c17929d94cd824addad7b260a5
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Sep 12 17:37:43 2025 +0100
[maven-release-plugin] prepare release 2.9.0
---
apache-qpid-jms/pom.xml | 2 +-
pom.xml | 6 +++---
qpid-jms-client/pom.xml | 2 +-
qpid-jms-discovery/pom.xml | 2 +-
qpid-jms-docs/pom.xml | 2 +-
qpid-jms-examples/pom.xml | 2 +-
qpid-jms-interop-tests/pom.xml | 2 +-
qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 2 +-
8 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index eea554fd..192168e7 100644
--- a/apache-qpid-jms/pom.xml
+++ b/apache-qpid-jms/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-jms-parent</artifactId>
- <version>2.9.0-SNAPSHOT</version>
+ <version>2.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index f30437eb..828e6b07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-jms-parent</artifactId>
- <version>2.9.0-SNAPSHOT</version>
+ <version>2.9.0</version>
<packaging>pom</packaging>
<name>QpidJMS</name>
<inceptionYear>2013</inceptionYear>
@@ -64,7 +64,7 @@
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
-
<project.build.outputTimestamp>2025-08-19T16:33:09Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-09-12T16:35:32Z</project.build.outputTimestamp>
<!-- Test properties -->
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
@@ -87,7 +87,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=qpid-jms.git</url>
- <tag>HEAD</tag>
+ <tag>2.9.0</tag>
</scm>
<modules>
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 4c2085c2..03948110 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-jms-parent</artifactId>
- <version>2.9.0-SNAPSHOT</version>
+ <version>2.9.0</version>
</parent>
<artifactId>qpid-jms-client</artifactId>
diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml
index 35488880..a3b90329 100644
--- a/qpid-jms-discovery/pom.xml
+++ b/qpid-jms-discovery/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-jms-parent</artifactId>
- <version>2.9.0-SNAPSHOT</version>
+ <version>2.9.0</version>
</parent>
<artifactId>qpid-jms-discovery</artifactId>
diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml
index 014fb9b0..23afb898 100644
--- a/qpid-jms-docs/pom.xml
+++ b/qpid-jms-docs/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-jms-parent</artifactId>
- <version>2.9.0-SNAPSHOT</version>
+ <version>2.9.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index 9bd99ef8..fe767f72 100644
--- a/qpid-jms-examples/pom.xml
+++ b/qpid-jms-examples/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-jms-parent</artifactId>
- <version>2.9.0-SNAPSHOT</version>
+ <version>2.9.0</version>
</parent>
<artifactId>qpid-jms-examples</artifactId>
diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml
index 927d0f33..3eaf731b 100644
--- a/qpid-jms-interop-tests/pom.xml
+++ b/qpid-jms-interop-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-jms-parent</artifactId>
- <version>2.9.0-SNAPSHOT</version>
+ <version>2.9.0</version>
</parent>
<artifactId>qpid-jms-interop-tests</artifactId>
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
index dd0f1e48..492e8e45 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
+++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-jms-interop-tests</artifactId>
- <version>2.9.0-SNAPSHOT</version>
+ <version>2.9.0</version>
</parent>
<artifactId>qpid-jms-activemq-tests</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]