diff --git a/README.md b/README.md index 3112c123..e6033a7b 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ SOP封装了开放平台大部分功能包括:签名验证、统一异常处 - master:发版分支 - spring-cloud-gateway:Spring Cloud Gateway作为网关 - develop:日常开发分支 +- eureka:使用eureka注册中心 - 1.x:老的1.x版本代码 ## 相关文档 diff --git a/doc/docs/files/10070_easyopen支持.md b/doc/docs/files/10070_easyopen支持.md index 4635a6b3..33e05965 100644 --- a/doc/docs/files/10070_easyopen支持.md +++ b/doc/docs/files/10070_easyopen支持.md @@ -13,7 +13,7 @@ SOP对easyopen项目提供了很好的支持,如果您的服务端使用了eas com.gitee.sop sop-service-common - 2.1.3-SNAPSHOT + 2.2.0-SNAPSHOT diff --git a/sop-common/pom.xml b/sop-common/pom.xml index 3e962b3b..66ca5cfa 100644 --- a/sop-common/pom.xml +++ b/sop-common/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.gitee.sop sop-common - 2.1.3-SNAPSHOT + 2.2.0-SNAPSHOT pom diff --git a/sop-common/sop-gateway-common/pom.xml b/sop-common/sop-gateway-common/pom.xml index 68bb982b..2b48b6ca 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 - 2.1.3-SNAPSHOT + 2.2.0-SNAPSHOT ../pom.xml sop-gateway-common - 2.1.3-SNAPSHOT + 2.2.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 2963a640..23811046 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 - 2.1.3-SNAPSHOT + 2.2.0-SNAPSHOT ../pom.xml sop-service-common - 2.1.3-SNAPSHOT + 2.2.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 47cf5e79..31277dff 100644 --- a/sop-example/sop-book/sop-book-web/pom.xml +++ b/sop-example/sop-book/sop-book-web/pom.xml @@ -28,7 +28,7 @@ com.gitee.sop sop-service-common - 2.1.3-SNAPSHOT + 2.2.0-SNAPSHOT com.gitee.sop diff --git a/sop-example/sop-easyopen/pom.xml b/sop-example/sop-easyopen/pom.xml index 6b304150..0c18c787 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 - 2.1.3-SNAPSHOT + 2.2.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 8e489cb5..e578f6e2 100644 --- a/sop-example/sop-story/sop-story-web/pom.xml +++ b/sop-example/sop-story/sop-story-web/pom.xml @@ -28,7 +28,7 @@ com.gitee.sop sop-service-common - 2.1.3-SNAPSHOT + 2.2.0-SNAPSHOT com.gitee.sop diff --git a/sop-gateway/pom.xml b/sop-gateway/pom.xml index f17a0ce5..790d5b9e 100644 --- a/sop-gateway/pom.xml +++ b/sop-gateway/pom.xml @@ -29,7 +29,7 @@ com.gitee.sop sop-gateway-common - 2.1.3-SNAPSHOT + 2.2.0-SNAPSHOT diff --git a/sop-website/pom.xml b/sop-website/pom.xml index f1afe673..5730e769 100644 --- a/sop-website/pom.xml +++ b/sop-website/pom.xml @@ -35,7 +35,7 @@ com.gitee.sop sop-gateway-common - 2.1.3-SNAPSHOT + 2.2.0-SNAPSHOT