diff --git a/.github/workflows/release-patch.yml b/.github/workflows/release-patch.yml
index fef42d99..f25f1926 100644
--- a/.github/workflows/release-patch.yml
+++ b/.github/workflows/release-patch.yml
@@ -22,7 +22,7 @@ jobs:
distribution: adopt
architecture: x64
# this also creates settings.xml with the following server
- server-id: sonatype-nexus-staging # Value of the distributionManagement/repository/id field of the pom.xml
+ server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
server-username: SONATYPE_USERNAME # env variable for username in deploy
server-password: SONATYPE_PASSWORD # env variable for token in deploy
# only signed artifacts will be released to maven central. this sets up things for the maven-gpg-plugin
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7ec3e7ac..62b6a1ce 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
distribution: adopt
architecture: x64
# this also creates settings.xml with the following server
- server-id: sonatype-nexus-staging # Value of the distributionManagement/repository/id field of the pom.xml
+ server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
server-username: SONATYPE_USERNAME # env variable for username in deploy
server-password: SONATYPE_PASSWORD # env variable for token in deploy
# only signed artifacts will be released to maven central. this sets up things for the maven-gpg-plugin
diff --git a/pom.xml b/pom.xml
index fc4c39ac..99a8df8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -330,44 +330,6 @@
true
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- ${nexus.staging.maven.plugin.version}
- true
-
- sonatype-nexus-staging
- https://ossrh-staging-api.central.sonatype.com/
- true
-
-
-
- com.thoughtworks.xstream
- xstream
- 1.4.15
-
-
-
-
-
- org.sonatype.central
- central-publishing-maven-plugin
- 0.8.0
- true
-
- sonatype-nexus-staging
- true
- published
-
-