From b91fcbd0e9479712798fdb0bb4f045f53c93d4e8 Mon Sep 17 00:00:00 2001 From: nikhil-ctds Date: Sat, 7 Dec 2024 00:45:04 +0530 Subject: [PATCH] [maven-release-plugin] prepare release 6.0.3 --- activemq-filters/pom.xml | 2 +- examples/payara-micro/pom.xml | 2 +- examples/spring/pom.xml | 2 +- pom.xml | 12 ++++++------ pulsar-jms-admin-api/pom.xml | 2 +- pulsar-jms-admin-ext/pom.xml | 2 +- pulsar-jms-all/pom.xml | 2 +- pulsar-jms-cli/pom.xml | 2 +- pulsar-jms-filters/pom.xml | 2 +- pulsar-jms-integration-tests/pom.xml | 6 +++--- pulsar-jms/pom.xml | 10 +++++----- resource-adapter-tests/pom.xml | 2 +- resource-adapter/pom.xml | 2 +- tck-executor/pom.xml | 2 +- 14 files changed, 25 insertions(+), 25 deletions(-) diff --git a/activemq-filters/pom.xml b/activemq-filters/pom.xml index 4bffaabb..7a2383f6 100644 --- a/activemq-filters/pom.xml +++ b/activemq-filters/pom.xml @@ -20,7 +20,7 @@ pulsar-jms-parent com.datastax.oss - 6.0.3-SNAPSHOT + 6.0.3 4.0.0 pulsar-jms-activemq-filters diff --git a/examples/payara-micro/pom.xml b/examples/payara-micro/pom.xml index 8b97c716..2cd51e18 100644 --- a/examples/payara-micro/pom.xml +++ b/examples/payara-micro/pom.xml @@ -24,7 +24,7 @@ com.datastax.oss pulsar-jms-parent - 6.0.3-SNAPSHOT + 6.0.3 ../../pom.xml diff --git a/examples/spring/pom.xml b/examples/spring/pom.xml index b8df0c95..e4a295b0 100644 --- a/examples/spring/pom.xml +++ b/examples/spring/pom.xml @@ -21,7 +21,7 @@ pulsar-jms-parent com.datastax.oss - 6.0.3-SNAPSHOT + 6.0.3 ../../pom.xml com.example diff --git a/pom.xml b/pom.xml index 45ded56d..ac904625 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ com.datastax.oss pulsar-jms-parent pom - 6.0.3-SNAPSHOT + 6.0.3 DataStax Starlight for JMS Implementation of the Java Messaging Service Client API around Apache Pulsar Java Client https://github.com/datastax/pulsar-jms @@ -135,10 +135,10 @@ org.apache.avro avro - - org.apache.avro - avro-protobuf - + + org.apache.avro + avro-protobuf + @@ -459,7 +459,7 @@ limitations under the License.]]> scm:git:git@github.com:datastax/pulsar-jms.git scm:git:git@github.com:datastax/pulsar-jms.git https://github.com/datastax/pulsar-jms - HEAD + 6.0.3 diff --git a/pulsar-jms-admin-api/pom.xml b/pulsar-jms-admin-api/pom.xml index abf503c4..9db9af5f 100644 --- a/pulsar-jms-admin-api/pom.xml +++ b/pulsar-jms-admin-api/pom.xml @@ -20,7 +20,7 @@ pulsar-jms-parent com.datastax.oss - 6.0.3-SNAPSHOT + 6.0.3 ../pom.xml 4.0.0 diff --git a/pulsar-jms-admin-ext/pom.xml b/pulsar-jms-admin-ext/pom.xml index 5293adaa..0b6fea06 100644 --- a/pulsar-jms-admin-ext/pom.xml +++ b/pulsar-jms-admin-ext/pom.xml @@ -20,7 +20,7 @@ pulsar-jms-parent com.datastax.oss - 6.0.3-SNAPSHOT + 6.0.3 ../pom.xml 4.0.0 diff --git a/pulsar-jms-all/pom.xml b/pulsar-jms-all/pom.xml index a328fed2..fcb6f4b6 100644 --- a/pulsar-jms-all/pom.xml +++ b/pulsar-jms-all/pom.xml @@ -20,7 +20,7 @@ pulsar-jms-parent com.datastax.oss - 6.0.3-SNAPSHOT + 6.0.3 4.0.0 pulsar-jms-all diff --git a/pulsar-jms-cli/pom.xml b/pulsar-jms-cli/pom.xml index 48d258eb..3a5605f6 100644 --- a/pulsar-jms-cli/pom.xml +++ b/pulsar-jms-cli/pom.xml @@ -20,7 +20,7 @@ pulsar-jms-parent com.datastax.oss - 6.0.3-SNAPSHOT + 6.0.3 ../pom.xml 4.0.0 diff --git a/pulsar-jms-filters/pom.xml b/pulsar-jms-filters/pom.xml index dbf3d438..5465933a 100644 --- a/pulsar-jms-filters/pom.xml +++ b/pulsar-jms-filters/pom.xml @@ -20,7 +20,7 @@ pulsar-jms-parent com.datastax.oss - 6.0.3-SNAPSHOT + 6.0.3 4.0.0 pulsar-jms-filters diff --git a/pulsar-jms-integration-tests/pom.xml b/pulsar-jms-integration-tests/pom.xml index f5eb2f55..19d8e614 100644 --- a/pulsar-jms-integration-tests/pom.xml +++ b/pulsar-jms-integration-tests/pom.xml @@ -20,7 +20,7 @@ pulsar-jms-parent com.datastax.oss - 6.0.3-SNAPSHOT + 6.0.3 ../pom.xml 4.0.0 @@ -103,8 +103,8 @@ copy filters - - + + diff --git a/pulsar-jms/pom.xml b/pulsar-jms/pom.xml index f4ea4143..70afa257 100644 --- a/pulsar-jms/pom.xml +++ b/pulsar-jms/pom.xml @@ -20,7 +20,7 @@ pulsar-jms-parent com.datastax.oss - 6.0.3-SNAPSHOT + 6.0.3 4.0.0 pulsar-jms @@ -148,10 +148,10 @@ copy filters - - - - + + + + diff --git a/resource-adapter-tests/pom.xml b/resource-adapter-tests/pom.xml index 015daaf7..2c1dfc98 100644 --- a/resource-adapter-tests/pom.xml +++ b/resource-adapter-tests/pom.xml @@ -20,7 +20,7 @@ pulsar-jms-parent com.datastax.oss - 6.0.3-SNAPSHOT + 6.0.3 ../pom.xml 4.0.0 diff --git a/resource-adapter/pom.xml b/resource-adapter/pom.xml index 9aa5e301..5edc4711 100644 --- a/resource-adapter/pom.xml +++ b/resource-adapter/pom.xml @@ -20,7 +20,7 @@ pulsar-jms-parent com.datastax.oss - 6.0.3-SNAPSHOT + 6.0.3 ../pom.xml 4.0.0 diff --git a/tck-executor/pom.xml b/tck-executor/pom.xml index 4ba83c08..d0be79a3 100644 --- a/tck-executor/pom.xml +++ b/tck-executor/pom.xml @@ -20,7 +20,7 @@ pulsar-jms-parent com.datastax.oss - 6.0.3-SNAPSHOT + 6.0.3 4.0.0 tck-executor