Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dlg99 committed May 24, 2024
1 parent 7eeaf23 commit 4f070b4
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion activemq-filters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-jms-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pulsar-jms-activemq-filters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/payara-micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.datastax.oss</groupId>
<artifactId>pulsar-jms-parent</artifactId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>pulsar-jms-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.example</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.datastax.oss</groupId>
<artifactId>pulsar-jms-parent</artifactId>
<packaging>pom</packaging>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
<name>DataStax Starlight for JMS</name>
<description>Implementation of the Java Messaging Service Client API around Apache Pulsar Java Client</description>
<url>https://github.com/datastax/pulsar-jms</url>
Expand Down Expand Up @@ -439,7 +439,7 @@ limitations under the License.]]></inlineHeader>
<connection>scm:git:git@github.com:datastax/pulsar-jms.git</connection>
<developerConnection>scm:git:git@github.com:datastax/pulsar-jms.git</developerConnection>
<url>https://github.com/datastax/pulsar-jms</url>
<tag>HEAD</tag>
<tag>5.0.4</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-jms-admin-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-jms-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-jms-admin-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-jms-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-jms-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-jms-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pulsar-jms-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-jms-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-jms-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-jms-filters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-jms-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pulsar-jms-filters</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pulsar-jms-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-jms-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -103,8 +103,8 @@
<configuration>
<target>
<echo>copy filters</echo>
<mkdir dir="${project.build.outputDirectory}/filters" />
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/filters/jms-filter.nar" />
<mkdir dir="${project.build.outputDirectory}/filters"/>
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/filters/jms-filter.nar"/>
</target>
</configuration>
</execution>
Expand Down
10 changes: 5 additions & 5 deletions pulsar-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-jms-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pulsar-jms</artifactId>
Expand Down Expand Up @@ -128,10 +128,10 @@
<configuration>
<target>
<echo>copy filters</echo>
<mkdir dir="${project.build.outputDirectory}/filters" />
<mkdir dir="${project.build.outputDirectory}/interceptors" />
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/filters/jms-filter.nar" />
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/interceptors/jms-filter.nar" />
<mkdir dir="${project.build.outputDirectory}/filters"/>
<mkdir dir="${project.build.outputDirectory}/interceptors"/>
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/filters/jms-filter.nar"/>
<copy verbose="true" file="${basedir}/../pulsar-jms-filters/target/pulsar-jms-${project.version}-nar.nar" tofile="${project.build.outputDirectory}/interceptors/jms-filter.nar"/>
</target>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion resource-adapter-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-jms-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion resource-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-jms-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tck-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-jms-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>5.0.4-SNAPSHOT</version>
<version>5.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tck-executor</artifactId>
Expand Down

0 comments on commit 4f070b4

Please sign in to comment.