diff --git a/CHANGELOG.md b/CHANGELOG.md
index a68e33c..99e96f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ All notable changes to QingStor SDK for JAVA will be documented in this file.
- Refactor `fillResponseValue2Object` to clarify `ResponseBody` ownership and improve resource management for binary/streaming responses.
- Adjust Maven shade plugin configurations for better relocation and dependency handling.
+- Migrate to Sonatype Central Publishing Portal and update `central-publishing-maven-plugin` (Manual publish mode enabled).
### Fixed
diff --git a/pom.xml b/pom.xml
index f3d2763..db13f44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,14 +290,14 @@
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.13
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.10.0
true
- nexus-staging
- https://oss.sonatype.org/
-
+ central
+ false
+ validated
@@ -410,12 +410,8 @@
- nexus-snapshots
- https://oss.sonatype.org/content/repositories/snapshots/
+ central
+ https://central.sonatype.com/repository/maven-snapshots/
-
- nexus-staging
- https://oss.sonatype.org/service/local/staging/deploy/maven2/
-