diff --git a/dapr-spring/dapr-spring-boot-tests/pom.xml b/dapr-spring/dapr-spring-boot-tests/pom.xml
index 32b79e4de..1629e0d62 100644
--- a/dapr-spring/dapr-spring-boot-tests/pom.xml
+++ b/dapr-spring/dapr-spring-boot-tests/pom.xml
@@ -47,6 +47,13 @@
org.sonatype.plugins
nexus-staging-maven-plugin
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+
+ true
+
+
diff --git a/sdk-tests/pom.xml b/sdk-tests/pom.xml
index 7ceded677..9e8ed10a6 100644
--- a/sdk-tests/pom.xml
+++ b/sdk-tests/pom.xml
@@ -22,7 +22,6 @@
17
17
true
- true
1.14.2-rc-5
0.14.2-rc-5
${project.build.directory}/generated-sources
@@ -297,6 +296,13 @@
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+
+ true
+
+
diff --git a/spring-boot-examples/consumer-app/pom.xml b/spring-boot-examples/consumer-app/pom.xml
index 112e7a072..68d4309c3 100644
--- a/spring-boot-examples/consumer-app/pom.xml
+++ b/spring-boot-examples/consumer-app/pom.xml
@@ -12,7 +12,6 @@
consumer-app
Spring Boot, Testcontainers and Dapr Integration Examples :: Consumer App
-
@@ -101,6 +100,13 @@
true
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+
+ true
+
+
diff --git a/spring-boot-examples/pom.xml b/spring-boot-examples/pom.xml
index 22c79473f..3e7fc2514 100644
--- a/spring-boot-examples/pom.xml
+++ b/spring-boot-examples/pom.xml
@@ -15,7 +15,6 @@
true
- true
@@ -49,6 +48,13 @@
true
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+
+ true
+
+
diff --git a/spring-boot-examples/producer-app/pom.xml b/spring-boot-examples/producer-app/pom.xml
index 0e64059f6..a47f05f21 100644
--- a/spring-boot-examples/producer-app/pom.xml
+++ b/spring-boot-examples/producer-app/pom.xml
@@ -13,7 +13,6 @@
producer-app
Spring Boot, Testcontainers and Dapr Integration Examples :: Producer App
-
@@ -102,6 +101,13 @@
true
+
+ org.sonatype.central
+ central-publishing-maven-plugin
+
+ true
+
+