From e8e34f01371a175b5b5745887e401c18d9dd5cdc Mon Sep 17 00:00:00 2001 From: tanghc Date: Wed, 15 Apr 2020 16:00:06 +0800 Subject: [PATCH] 3.1.2 --- changelog.md | 4 ++++ sop-auth/pom.xml | 2 +- sop-common/pom.xml | 2 +- sop-common/sop-bridge-gateway/pom.xml | 6 +++--- sop-common/sop-bridge-zuul/pom.xml | 6 +++--- sop-common/sop-gateway-common/pom.xml | 4 ++-- sop-common/sop-service-common/pom.xml | 4 ++-- sop-example/sop-book/sop-book-web/pom.xml | 2 +- sop-example/sop-easyopen/pom.xml | 2 +- sop-example/sop-springmvc/pom.xml | 2 +- sop-example/sop-story/sop-story-web/pom.xml | 2 +- sop-gateway/pom.xml | 2 +- sop-website/pom.xml | 2 +- 13 files changed, 22 insertions(+), 18 deletions(-) diff --git a/changelog.md b/changelog.md index cfc42ddd..b645af4e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # changelog +## 3.1.2 + +- 修复图片上传保存后图片破损问题 + ## 3.1.1 - 修复继承WebMvcConfigurationSupport导致的jackson序列化时间问题 diff --git a/sop-auth/pom.xml b/sop-auth/pom.xml index d5b56ffa..fa46dd66 100644 --- a/sop-auth/pom.xml +++ b/sop-auth/pom.xml @@ -26,7 +26,7 @@ com.gitee.sop sop-service-common - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT diff --git a/sop-common/pom.xml b/sop-common/pom.xml index 89c70b7d..39a33e38 100644 --- a/sop-common/pom.xml +++ b/sop-common/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.gitee.sop sop-common - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT pom diff --git a/sop-common/sop-bridge-gateway/pom.xml b/sop-common/sop-bridge-gateway/pom.xml index 078a0d9c..5c1465bd 100644 --- a/sop-common/sop-bridge-gateway/pom.xml +++ b/sop-common/sop-bridge-gateway/pom.xml @@ -5,11 +5,11 @@ sop-common com.gitee.sop - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../pom.xml 4.0.0 - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT sop-bridge-gateway @@ -17,7 +17,7 @@ com.gitee.sop sop-gateway-common - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT diff --git a/sop-common/sop-bridge-zuul/pom.xml b/sop-common/sop-bridge-zuul/pom.xml index 4787ab59..efd0927e 100644 --- a/sop-common/sop-bridge-zuul/pom.xml +++ b/sop-common/sop-bridge-zuul/pom.xml @@ -5,11 +5,11 @@ sop-common com.gitee.sop - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../pom.xml 4.0.0 - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT sop-bridge-zuul @@ -17,7 +17,7 @@ com.gitee.sop sop-gateway-common - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT diff --git a/sop-common/sop-gateway-common/pom.xml b/sop-common/sop-gateway-common/pom.xml index 5a1e11ca..bb26587d 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 - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../pom.xml sop-gateway-common - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT jar sop-gateway-common diff --git a/sop-common/sop-service-common/pom.xml b/sop-common/sop-service-common/pom.xml index 7f6343dd..7aa25523 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 - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT ../pom.xml sop-service-common - 3.1.1-SNAPSHOT + 3.1.2-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 57a9ed0a..50b40b53 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 - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT com.gitee.sop diff --git a/sop-example/sop-easyopen/pom.xml b/sop-example/sop-easyopen/pom.xml index e9ef1f8d..f1810e84 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 - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT diff --git a/sop-example/sop-story/sop-story-web/pom.xml b/sop-example/sop-story/sop-story-web/pom.xml index 286d149d..9da1e54b 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 - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT com.gitee.sop diff --git a/sop-gateway/pom.xml b/sop-gateway/pom.xml index e3595ace..878516d8 100644 --- a/sop-gateway/pom.xml +++ b/sop-gateway/pom.xml @@ -34,7 +34,7 @@ com.gitee.sop sop-bridge-gateway - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT diff --git a/sop-website/pom.xml b/sop-website/pom.xml index 883372af..19beadad 100644 --- a/sop-website/pom.xml +++ b/sop-website/pom.xml @@ -35,7 +35,7 @@ com.gitee.sop sop-gateway-common - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT