diff --git a/image/Dockerfile b/image/Dockerfile
index fee5f1c6..3f40edab 100644
--- a/image/Dockerfile
+++ b/image/Dockerfile
@@ -18,5 +18,5 @@
#
ARG PULSAR_VERSION
-FROM streamnative/pulsar-functions-java-runner:${PULSAR_VERSION}
+FROM snstage/pulsar-functions-java-runner:${PULSAR_VERSION}
COPY ../io-amqp1_0-impl/target/*.nar /pulsar/connectors/
\ No newline at end of file
diff --git a/io-amqp1_0-impl/pom.xml b/io-amqp1_0-impl/pom.xml
index 5142ff09..60c27cee 100644
--- a/io-amqp1_0-impl/pom.xml
+++ b/io-amqp1_0-impl/pom.xml
@@ -25,7 +25,7 @@
pulsar-io-amqp1_0-parent
org.apache.pulsar.ecosystem
- 2.11.2.11
+ 2.11.2.11-52e4fa
4.0.0
diff --git a/pom.xml b/pom.xml
index d046c540..5b646dcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
org.apache.pulsar.ecosystem
pulsar-io-amqp1_0-parent
pom
- 2.11.2.11
+ 2.11.2.11-52e4fa
Pulsar Ecosystem :: IO Connector :: AMQP1_0
This is an Apache Pulsar AMQP1_0 connector
@@ -44,7 +44,7 @@
2.12.6.1
1.18.24
- 2.11.2.11
+ 2.11.2.11-52e4fa
0.56.0
2.17.1
1.7.25
@@ -379,7 +379,7 @@
ossrh
- https://s01.oss.sonatype.org/service/local/repositories/iostreamnative-2576/content
+ https://s01.oss.sonatype.org/service/local/repositories/iostreamnative-3354/content
nexus-snapshot
diff --git a/tests/Dockerfile b/tests/Dockerfile
index 97df3cb8..27c984e8 100644
--- a/tests/Dockerfile
+++ b/tests/Dockerfile
@@ -18,7 +18,7 @@
#
ARG PULSAR_IMAGE_TAG
-FROM docker.cloudsmith.io/streamnative/staging/pulsar:${PULSAR_IMAGE_TAG}
+FROM snstage/pulsar:${PULSAR_IMAGE_TAG}
### Add connector
COPY ./src/test/resources/pulsar-io-amqp1_0.nar /pulsar/connectors/pulsar-io-amqp1_0.nar
diff --git a/tests/pom.xml b/tests/pom.xml
index edb575f9..e3e98d1f 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -25,7 +25,7 @@
pulsar-io-amqp1_0-parent
org.apache.pulsar.ecosystem
- 2.11.2.11
+ 2.11.2.11-52e4fa
4.0.0