diff --git a/docs/developers/sdk-java.md b/docs/developers/sdk-java.md
index 772c93742..0b16e60a5 100644
--- a/docs/developers/sdk-java.md
+++ b/docs/developers/sdk-java.md
@@ -285,7 +285,7 @@ The SDK provides specific exception types for different error scenarios:
### Q: Do I need to install the Qwen CLI separately?
-A: No, from v0.1.1, the CLI is bundled with the SDK, so no standalone CLI installation is needed.
+A: yes, requires Qwen CLI 0.5.5 or higher.
### Q: What Java versions are supported?
diff --git a/packages/sdk-java/pom.xml b/packages/sdk-java/pom.xml
index 6e7fa921b..6a5fae4f4 100644
--- a/packages/sdk-java/pom.xml
+++ b/packages/sdk-java/pom.xml
@@ -34,7 +34,7 @@
2.0.60
3.13.0
0.8.0
- 2
+ 2.2.1
2.9.1
1.5
@@ -122,7 +122,7 @@
org.apache.maven.plugins
maven-source-plugin
- ${maven-source-plugin.version}.2.1
+ ${maven-source-plugin.version}
attach-sources