This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
The following commit(s) were added to refs/heads/1.x by this push: new d1412390 [maven-release-plugin] prepare release 1.14.0 d1412390 is described below commit d141239065747d92a3e7d921e98c953b4b98db20 Author: Robbie Gemmell <rob...@apache.org> AuthorDate: Tue Aug 19 16:50:55 2025 +0100 [maven-release-plugin] prepare release 1.14.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 e7572c18..1b3993ff 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>1.14.0-SNAPSHOT</version> + <version>1.14.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 0b88dddd..221e1503 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-parent</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.14.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-02-14T18:15:35Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-08-19T15:48:50Z</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>1.x</tag> + <tag>1.14.0</tag> </scm> <modules> diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml index 2964ae14..a2f9fe57 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>1.14.0-SNAPSHOT</version> + <version>1.14.0</version> </parent> <artifactId>qpid-jms-client</artifactId> diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml index edd015f4..47948268 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>1.14.0-SNAPSHOT</version> + <version>1.14.0</version> </parent> <artifactId>qpid-jms-discovery</artifactId> diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml index 14b5dbec..4091d8f4 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>1.14.0-SNAPSHOT</version> + <version>1.14.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml index f69b7a01..d0d91159 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>1.14.0-SNAPSHOT</version> + <version>1.14.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 088b6d26..6b2d55ed 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>1.14.0-SNAPSHOT</version> + <version>1.14.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 72f8e0ff..aee512c4 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>1.14.0-SNAPSHOT</version> + <version>1.14.0</version> </parent> <artifactId>qpid-jms-activemq-tests</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org