Skip to content

Commit b91fcbd

Browse files
committed
[maven-release-plugin] prepare release 6.0.3
1 parent 4df604b commit b91fcbd

File tree

14 files changed

+25
-25
lines changed

14 files changed

+25
-25
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.3-SNAPSHOT</version>
23+
<version>6.0.3</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.3-SNAPSHOT</version>
27+
<version>6.0.3</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.3-SNAPSHOT</version>
24+
<version>6.0.3</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<groupId>com.example</groupId>

pom.xml

+6-6
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.3-SNAPSHOT</version>
24+
<version>6.0.3</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>
@@ -135,10 +135,10 @@
135135
<groupId>org.apache.avro</groupId>
136136
<artifactId>avro</artifactId>
137137
</exclusion>
138-
<exclusion>
139-
<groupId>org.apache.avro</groupId>
140-
<artifactId>avro-protobuf</artifactId>
141-
</exclusion>
138+
<exclusion>
139+
<groupId>org.apache.avro</groupId>
140+
<artifactId>avro-protobuf</artifactId>
141+
</exclusion>
142142
</exclusions>
143143
</dependency>
144144
<dependency>
@@ -459,7 +459,7 @@ limitations under the License.]]></inlineHeader>
459459
<connection>scm:git:[email protected]:datastax/pulsar-jms.git</connection>
460460
<developerConnection>scm:git:[email protected]:datastax/pulsar-jms.git</developerConnection>
461461
<url>https://github.com/datastax/pulsar-jms</url>
462-
<tag>HEAD</tag>
462+
<tag>6.0.3</tag>
463463
</scm>
464464
<developers>
465465
<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.3-SNAPSHOT</version>
23+
<version>6.0.3</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.3-SNAPSHOT</version>
23+
<version>6.0.3</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.3-SNAPSHOT</version>
23+
<version>6.0.3</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.3-SNAPSHOT</version>
23+
<version>6.0.3</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.3-SNAPSHOT</version>
23+
<version>6.0.3</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.3-SNAPSHOT</version>
23+
<version>6.0.3</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.3-SNAPSHOT</version>
23+
<version>6.0.3</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-jms</artifactId>
@@ -148,10 +148,10 @@
148148
<configuration>
149149
<target>
150150
<echo>copy filters</echo>
151-
<mkdir dir="${project.build.outputDirectory}/filters" />
152-
<mkdir dir="${project.build.outputDirectory}/interceptors" />
153-
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/filters/jms-filter.nar" />
154-
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/interceptors/jms-filter.nar" />
151+
<mkdir dir="${project.build.outputDirectory}/filters"/>
152+
<mkdir dir="${project.build.outputDirectory}/interceptors"/>
153+
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/filters/jms-filter.nar"/>
154+
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/interceptors/jms-filter.nar"/>
155155
</target>
156156
</configuration>
157157
</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.3-SNAPSHOT</version>
23+
<version>6.0.3</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.3-SNAPSHOT</version>
23+
<version>6.0.3</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.3-SNAPSHOT</version>
23+
<version>6.0.3</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>tck-executor</artifactId>

0 commit comments

Comments
 (0)