diff --git a/changelog.md b/changelog.md
index ba975e89..32e84f98 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,11 @@
# changelog
+## 1.4.0
+
+- 新增文档分组显示
+- 支持easyopen文档注解
+- BUG修复
+
## 1.3.0
- 新增接口限流功能 [doc](http://durcframework.gitee.io/sop/#/files/10092_%E6%8E%A5%E5%8F%A3%E9%99%90%E6%B5%81?t=1555378655699)
diff --git a/sop-common/pom.xml b/sop-common/pom.xml
index 775140ec..ac939b7c 100644
--- a/sop-common/pom.xml
+++ b/sop-common/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.gitee.sop
sop-common
- 1.3.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
pom
diff --git a/sop-common/sop-gateway-common/pom.xml b/sop-common/sop-gateway-common/pom.xml
index 591b2017..2816d97d 100644
--- a/sop-common/sop-gateway-common/pom.xml
+++ b/sop-common/sop-gateway-common/pom.xml
@@ -5,11 +5,11 @@
com.gitee.sop
sop-common
- 1.3.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
../pom.xml
sop-gateway-common
- 1.3.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
jar
sop-gateway-common
diff --git a/sop-common/sop-service-common/pom.xml b/sop-common/sop-service-common/pom.xml
index ef77ee82..dff31f08 100644
--- a/sop-common/sop-service-common/pom.xml
+++ b/sop-common/sop-service-common/pom.xml
@@ -6,11 +6,11 @@
com.gitee.sop
sop-common
- 1.3.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
../pom.xml
sop-service-common
- 1.3.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
jar
sop-service-common
diff --git a/sop-example/sop-book/sop-book-web/pom.xml b/sop-example/sop-book/sop-book-web/pom.xml
index 8f08939b..7b10e241 100644
--- a/sop-example/sop-book/sop-book-web/pom.xml
+++ b/sop-example/sop-book/sop-book-web/pom.xml
@@ -23,7 +23,7 @@
com.gitee.sop
sop-service-common
- 1.3.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
com.gitee.sop
diff --git a/sop-example/sop-easyopen/pom.xml b/sop-example/sop-easyopen/pom.xml
index e10cddad..8d514de1 100644
--- a/sop-example/sop-easyopen/pom.xml
+++ b/sop-example/sop-easyopen/pom.xml
@@ -29,7 +29,7 @@
com.gitee.sop
sop-service-common
- 1.3.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
org.springframework.cloud
diff --git a/sop-example/sop-springmvc/pom.xml b/sop-example/sop-springmvc/pom.xml
index 6d081bdb..3cf728cc 100644
--- a/sop-example/sop-springmvc/pom.xml
+++ b/sop-example/sop-springmvc/pom.xml
@@ -20,7 +20,7 @@
com.gitee.sop
sop-service-common
- 1.3.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
diff --git a/sop-example/sop-story/sop-story-web/pom.xml b/sop-example/sop-story/sop-story-web/pom.xml
index dcb1a855..d5c14358 100644
--- a/sop-example/sop-story/sop-story-web/pom.xml
+++ b/sop-example/sop-story/sop-story-web/pom.xml
@@ -23,7 +23,7 @@
com.gitee.sop
sop-service-common
- 1.3.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
com.gitee.sop
diff --git a/sop-gateway/pom.xml b/sop-gateway/pom.xml
index 37193ff7..02fc4cb3 100644
--- a/sop-gateway/pom.xml
+++ b/sop-gateway/pom.xml
@@ -23,7 +23,7 @@
com.gitee.sop
sop-gateway-common
- 1.3.0-SNAPSHOT
+ 1.4.0-SNAPSHOT