Skip to content

Commit 6b5c48b

Browse files
committed
[maven-release-plugin] prepare release 7.0.2
1 parent be15cbd commit 6b5c48b

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

activemq-filters/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-jms-parent</artifactId>
2222
<groupId>com.datastax.oss</groupId>
23-
<version>7.0.2-SNAPSHOT</version>
23+
<version>7.0.2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-jms-activemq-filters</artifactId>

examples/payara-micro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.datastax.oss</groupId>
2626
<artifactId>pulsar-jms-parent</artifactId>
27-
<version>7.0.2-SNAPSHOT</version>
27+
<version>7.0.2</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<properties>

examples/spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>pulsar-jms-parent</artifactId>
2323
<groupId>com.datastax.oss</groupId>
24-
<version>7.0.2-SNAPSHOT</version>
24+
<version>7.0.2</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<groupId>com.example</groupId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.datastax.oss</groupId>
2222
<artifactId>pulsar-jms-parent</artifactId>
2323
<packaging>pom</packaging>
24-
<version>7.0.2-SNAPSHOT</version>
24+
<version>7.0.2</version>
2525
<name>DataStax Starlight for JMS</name>
2626
<description>Implementation of the Java Messaging Service Client API around Apache Pulsar Java Client</description>
2727
<url>https://github.com/datastax/pulsar-jms</url>
@@ -449,7 +449,7 @@ limitations under the License.]]></inlineHeader>
449449
<connection>scm:git:[email protected]:datastax/pulsar-jms.git</connection>
450450
<developerConnection>scm:git:[email protected]:datastax/pulsar-jms.git</developerConnection>
451451
<url>https://github.com/datastax/pulsar-jms</url>
452-
<tag>HEAD</tag>
452+
<tag>7.0.2</tag>
453453
</scm>
454454
<developers>
455455
<developer>

pulsar-jms-admin-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-jms-parent</artifactId>
2222
<groupId>com.datastax.oss</groupId>
23-
<version>7.0.2-SNAPSHOT</version>
23+
<version>7.0.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

pulsar-jms-admin-ext/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-jms-parent</artifactId>
2222
<groupId>com.datastax.oss</groupId>
23-
<version>7.0.2-SNAPSHOT</version>
23+
<version>7.0.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

pulsar-jms-all/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-jms-parent</artifactId>
2222
<groupId>com.datastax.oss</groupId>
23-
<version>7.0.2-SNAPSHOT</version>
23+
<version>7.0.2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-jms-all</artifactId>

pulsar-jms-cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-jms-parent</artifactId>
2222
<groupId>com.datastax.oss</groupId>
23-
<version>7.0.2-SNAPSHOT</version>
23+
<version>7.0.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

pulsar-jms-filters-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-jms-parent</artifactId>
2222
<groupId>com.datastax.oss</groupId>
23-
<version>7.0.2-SNAPSHOT</version>
23+
<version>7.0.2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-jms-filters-common</artifactId>

pulsar-jms-filters/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-jms-parent</artifactId>
2222
<groupId>com.datastax.oss</groupId>
23-
<version>7.0.2-SNAPSHOT</version>
23+
<version>7.0.2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-jms-filters</artifactId>

pulsar-jms-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-jms-parent</artifactId>
2222
<groupId>com.datastax.oss</groupId>
23-
<version>7.0.2-SNAPSHOT</version>
23+
<version>7.0.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

pulsar-jms/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-jms-parent</artifactId>
2222
<groupId>com.datastax.oss</groupId>
23-
<version>7.0.2-SNAPSHOT</version>
23+
<version>7.0.2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-jms</artifactId>

resource-adapter-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-jms-parent</artifactId>
2222
<groupId>com.datastax.oss</groupId>
23-
<version>7.0.2-SNAPSHOT</version>
23+
<version>7.0.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

resource-adapter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-jms-parent</artifactId>
2222
<groupId>com.datastax.oss</groupId>
23-
<version>7.0.2-SNAPSHOT</version>
23+
<version>7.0.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

tck-executor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-jms-parent</artifactId>
2222
<groupId>com.datastax.oss</groupId>
23-
<version>7.0.2-SNAPSHOT</version>
23+
<version>7.0.2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>tck-executor</artifactId>

0 commit comments

Comments
 (0)