Skip to content

Commit a682290

Browse files
committed
[maven-release-plugin] prepare release v6.0.1
1 parent 0664b59 commit a682290

File tree

14 files changed

+21
-21
lines changed

14 files changed

+21
-21
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>6.0.0-SNAPSHOT</version>
23+
<version>6.0.1</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>6.0.0-SNAPSHOT</version>
27+
<version>6.0.1</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>6.0.0-SNAPSHOT</version>
24+
<version>6.0.1</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>6.0.0-SNAPSHOT</version>
24+
<version>6.0.1</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>
@@ -439,7 +439,7 @@ limitations under the License.]]></inlineHeader>
439439
<connection>scm:git:[email protected]:datastax/pulsar-jms.git</connection>
440440
<developerConnection>scm:git:[email protected]:datastax/pulsar-jms.git</developerConnection>
441441
<url>https://github.com/datastax/pulsar-jms</url>
442-
<tag>HEAD</tag>
442+
<tag>v6.0.1</tag>
443443
</scm>
444444
<developers>
445445
<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>6.0.0-SNAPSHOT</version>
23+
<version>6.0.1</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>6.0.0-SNAPSHOT</version>
23+
<version>6.0.1</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>6.0.0-SNAPSHOT</version>
23+
<version>6.0.1</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>6.0.0-SNAPSHOT</version>
23+
<version>6.0.1</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

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>6.0.0-SNAPSHOT</version>
23+
<version>6.0.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-jms-filters</artifactId>

pulsar-jms-integration-tests/pom.xml

+3-3
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>6.0.0-SNAPSHOT</version>
23+
<version>6.0.1</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
@@ -103,8 +103,8 @@
103103
<configuration>
104104
<target>
105105
<echo>copy filters</echo>
106-
<mkdir dir="${project.build.outputDirectory}/filters" />
107-
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/filters/jms-filter.nar" />
106+
<mkdir dir="${project.build.outputDirectory}/filters"/>
107+
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/filters/jms-filter.nar"/>
108108
</target>
109109
</configuration>
110110
</execution>

pulsar-jms/pom.xml

+5-5
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>6.0.0-SNAPSHOT</version>
23+
<version>6.0.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-jms</artifactId>
@@ -128,10 +128,10 @@
128128
<configuration>
129129
<target>
130130
<echo>copy filters</echo>
131-
<mkdir dir="${project.build.outputDirectory}/filters" />
132-
<mkdir dir="${project.build.outputDirectory}/interceptors" />
133-
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/filters/jms-filter.nar" />
134-
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/interceptors/jms-filter.nar" />
131+
<mkdir dir="${project.build.outputDirectory}/filters"/>
132+
<mkdir dir="${project.build.outputDirectory}/interceptors"/>
133+
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/filters/jms-filter.nar"/>
134+
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/interceptors/jms-filter.nar"/>
135135
</target>
136136
</configuration>
137137
</execution>

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>6.0.0-SNAPSHOT</version>
23+
<version>6.0.1</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>6.0.0-SNAPSHOT</version>
23+
<version>6.0.1</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>6.0.0-SNAPSHOT</version>
23+
<version>6.0.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>tck-executor</artifactId>

0 commit comments

Comments
 (0)