Skip to content

Commit d3df788

Browse files
committed
[maven-release-plugin] prepare release 2.7.0
1 parent acd510e commit d3df788

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

apache-qpid-jms/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.apache.qpid</groupId>
2020
<artifactId>qpid-jms-parent</artifactId>
21-
<version>2.7.0-SNAPSHOT</version>
21+
<version>2.7.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>org.apache.qpid</groupId>
2626
<artifactId>qpid-jms-parent</artifactId>
27-
<version>2.7.0-SNAPSHOT</version>
27+
<version>2.7.0</version>
2828
<packaging>pom</packaging>
2929
<name>QpidJMS</name>
3030
<inceptionYear>2013</inceptionYear>
@@ -64,7 +64,7 @@
6464
<maven.compiler.target>11</maven.compiler.target>
6565
<maven.compiler.release>11</maven.compiler.release>
6666

67-
<project.build.outputTimestamp>2024-10-01T13:29:09Z</project.build.outputTimestamp>
67+
<project.build.outputTimestamp>2025-02-14T18:33:22Z</project.build.outputTimestamp>
6868

6969
<!-- Test properties -->
7070
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
@@ -87,7 +87,7 @@
8787
<connection>scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git</connection>
8888
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git</developerConnection>
8989
<url>https://gitbox.apache.org/repos/asf?p=qpid-jms.git</url>
90-
<tag>HEAD</tag>
90+
<tag>2.7.0</tag>
9191
</scm>
9292

9393
<modules>

qpid-jms-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.qpid</groupId>
2222
<artifactId>qpid-jms-parent</artifactId>
23-
<version>2.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525

2626
<artifactId>qpid-jms-client</artifactId>

qpid-jms-discovery/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.qpid</groupId>
2222
<artifactId>qpid-jms-parent</artifactId>
23-
<version>2.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525

2626
<artifactId>qpid-jms-discovery</artifactId>

qpid-jms-docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.apache.qpid</groupId>
2020
<artifactId>qpid-jms-parent</artifactId>
21-
<version>2.7.0-SNAPSHOT</version>
21+
<version>2.7.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

qpid-jms-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.qpid</groupId>
2222
<artifactId>qpid-jms-parent</artifactId>
23-
<version>2.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525

2626
<artifactId>qpid-jms-examples</artifactId>

qpid-jms-interop-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.qpid</groupId>
2222
<artifactId>qpid-jms-parent</artifactId>
23-
<version>2.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525

2626
<artifactId>qpid-jms-interop-tests</artifactId>

qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.qpid</groupId>
2222
<artifactId>qpid-jms-interop-tests</artifactId>
23-
<version>2.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525

2626
<artifactId>qpid-jms-activemq-tests</artifactId>

0 commit comments

Comments
 (0)