diff --git a/README.md b/README.md
index 0ef9262..d980942 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ swagger-dubbo从某些方面提高了内部开发测试的效率,**注意的
| swagger-dubbo版本 | 支持dubbo版本号 | 支持dubbo注解 | SpringMVC demo | SpringBoot demo
| --- | --- | --- | --- | --- |
| 1.1.0 [**移步老版本文档分支**](https://github.com/Sayi/swagger-dubbo/tree/1.1.0-release) | dubbo2.5.3 | 否 | :white_check_mark: 有 | 无
-| 2.0.0 | dubbo2.6.0+ | :white_check_mark: 是 | :white_check_mark: 有,[示例文档](swagger-dubbo-example/dubbo-provider) | :white_check_mark: 有,[示例文档](swagger-dubbo-example/dubbo-provider-springboot)
+| 2.0.1 | dubbo2.6.0+ | :white_check_mark: 是 | :white_check_mark: 有,[示例文档](swagger-dubbo-example/dubbo-provider) | :white_check_mark: 有,[示例文档](swagger-dubbo-example/dubbo-provider-springboot)
更新日志参见[Release Page](https://github.com/Sayi/swagger-dubbo/releases)
@@ -29,7 +29,7 @@ swagger-dubbo从某些方面提高了内部开发测试的效率,**注意的
com.deepoove
swagger-dubbo
- 2.0.0
+ 2.0.1
```
diff --git a/pom.xml b/pom.xml
index dfbbc4c..db3d013 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
com.deepoove
swagger-dubbo-project
- 2.0.0
+ 2.0.1
pom
swagger-dubbo-project
diff --git a/swagger-dubbo-example/dubbo-api/pom.xml b/swagger-dubbo-example/dubbo-api/pom.xml
index a485b9d..6cdb202 100644
--- a/swagger-dubbo-example/dubbo-api/pom.xml
+++ b/swagger-dubbo-example/dubbo-api/pom.xml
@@ -6,7 +6,7 @@
com.deepoove
swagger-dubbo-example
- 2.0.0
+ 2.0.1
dubbo-api
jar
diff --git a/swagger-dubbo-example/dubbo-provider-springboot/pom.xml b/swagger-dubbo-example/dubbo-provider-springboot/pom.xml
index a91c961..5de22b6 100644
--- a/swagger-dubbo-example/dubbo-provider-springboot/pom.xml
+++ b/swagger-dubbo-example/dubbo-provider-springboot/pom.xml
@@ -31,12 +31,12 @@
com.deepoove
dubbo-api
- 2.0.0
+ 2.0.1
com.deepoove
swagger-dubbo
- 2.0.0
+ 2.0.1
com.alibaba
diff --git a/swagger-dubbo-example/dubbo-provider/pom.xml b/swagger-dubbo-example/dubbo-provider/pom.xml
index 60d5f56..53499bd 100644
--- a/swagger-dubbo-example/dubbo-provider/pom.xml
+++ b/swagger-dubbo-example/dubbo-provider/pom.xml
@@ -6,7 +6,7 @@
com.deepoove
swagger-dubbo-example
- 2.0.0
+ 2.0.1
dubbo-provider
war
diff --git a/swagger-dubbo-example/pom.xml b/swagger-dubbo-example/pom.xml
index 8e35603..fce9862 100644
--- a/swagger-dubbo-example/pom.xml
+++ b/swagger-dubbo-example/pom.xml
@@ -5,7 +5,7 @@
com.deepoove
swagger-dubbo-project
- 2.0.0
+ 2.0.1
swagger-dubbo-example
pom
diff --git a/swagger-dubbo/pom.xml b/swagger-dubbo/pom.xml
index 3702f1f..4cb4f09 100644
--- a/swagger-dubbo/pom.xml
+++ b/swagger-dubbo/pom.xml
@@ -6,7 +6,7 @@
com.deepoove
swagger-dubbo-project
- 2.0.0
+ 2.0.1
swagger-dubbo
jar