diff --git a/amqp-client-auth/pom.xml b/amqp-client-auth/pom.xml
index fc74555b..62f62c0c 100644
--- a/amqp-client-auth/pom.xml
+++ b/amqp-client-auth/pom.xml
@@ -20,7 +20,7 @@
pulsar-protocol-handler-amqp-parent
io.streamnative.pulsar.handlers
- 3.0.0.1-SNAPSHOT
+ 3.3.0-SNAPSHOT
4.0.0
diff --git a/amqp-impl/pom.xml b/amqp-impl/pom.xml
index 2b5dbe47..59372f15 100644
--- a/amqp-impl/pom.xml
+++ b/amqp-impl/pom.xml
@@ -22,7 +22,7 @@
io.streamnative.pulsar.handlers
pulsar-protocol-handler-amqp-parent
- 3.0.0.1-SNAPSHOT
+ 3.3.0-SNAPSHOT
pulsar-protocol-handler-amqp
diff --git a/amqp-impl/src/test/java/io/streamnative/pulsar/handlers/amqp/test/AopProtocolHandlerTestBase.java b/amqp-impl/src/test/java/io/streamnative/pulsar/handlers/amqp/test/AopProtocolHandlerTestBase.java
index dba7ed9b..d4a0bec9 100644
--- a/amqp-impl/src/test/java/io/streamnative/pulsar/handlers/amqp/test/AopProtocolHandlerTestBase.java
+++ b/amqp-impl/src/test/java/io/streamnative/pulsar/handlers/amqp/test/AopProtocolHandlerTestBase.java
@@ -77,6 +77,7 @@ protected void resetConfig() {
amqpServiceConfiguration.setMessagingProtocols(Sets.newHashSet("amqp"));
amqpServiceConfiguration.setBrokerShutdownTimeoutMs(0L);
this.conf = amqpServiceConfiguration;
+ this.conf.setClusterName("test-cluster");
}
protected final void internalSetup() throws Exception {
diff --git a/pom.xml b/pom.xml
index 5cc53c06..2ca3515e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
io.streamnative.pulsar.handlers
pulsar-protocol-handler-amqp-parent
- 3.0.0.1-SNAPSHOT
+ 3.3.0-SNAPSHOT
StreamNative :: Pulsar Protocol Handler :: AoP Parent
Parent for AMQP on Pulsar implemented using Pulsar Protocol Handler.
@@ -40,7 +40,7 @@
${maven.compiler.target}
- 3.2.0-SNAPSHOT
+ 3.3.0-SNAPSHOT
8.0.0
5.8.0
diff --git a/tests-qpid-jms-client/pom.xml b/tests-qpid-jms-client/pom.xml
index 5bef2e24..171dd72f 100644
--- a/tests-qpid-jms-client/pom.xml
+++ b/tests-qpid-jms-client/pom.xml
@@ -20,7 +20,7 @@
io.streamnative.pulsar.handlers
pulsar-protocol-handler-amqp-parent
- 3.0.0.1-SNAPSHOT
+ 3.3.0-SNAPSHOT
4.0.0
diff --git a/tests/pom.xml b/tests/pom.xml
index f475ac3e..7c65723a 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -22,7 +22,7 @@
io.streamnative.pulsar.handlers
pulsar-protocol-handler-amqp-parent
- 3.0.0.1-SNAPSHOT
+ 3.3.0-SNAPSHOT
io.streamnative.pulsar.handlers