You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/10/18 08:29:19 UTC

[shardingsphere] branch 5.2.1-release updated (29771c8a226 -> b8d992b10ad)

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a change to branch 5.2.1-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from 29771c8a226 update release note for 5.2.1
     new 2389aafb544 update docker image release command
     new b8d992b10ad update example pom version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/community/content/involved/release/shardingsphere.cn.md | 2 +-
 docs/community/content/involved/release/shardingsphere.en.md | 2 +-
 examples/pom.xml                                             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[shardingsphere] 02/02: update example pom version

Posted by du...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch 5.2.1-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit b8d992b10ad6e1bfb520c8873b839d2bd4575be5
Author: duanzhengqiang <du...@apache.org>
AuthorDate: Tue Oct 18 16:28:56 2022 +0800

    update example pom version
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index cd41e373a36..82c1ca26c6c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     
     <properties>
-        <revision>5.2.1</revision>
+        <revision>5.2.2-SNAPSHOT</revision>
         <java.version>1.8</java.version>
         <maven.version.range>[3.0.4,)</maven.version.range>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>


[shardingsphere] 01/02: update docker image release command

Posted by du...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch 5.2.1-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 2389aafb544401c1849d5d1f538410ae533a74a3
Author: duanzhengqiang <du...@apache.org>
AuthorDate: Tue Oct 18 16:26:22 2022 +0800

    update docker image release command
---
 docs/community/content/involved/release/shardingsphere.cn.md | 2 +-
 docs/community/content/involved/release/shardingsphere.en.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/community/content/involved/release/shardingsphere.cn.md b/docs/community/content/involved/release/shardingsphere.cn.md
index ed09264a63d..fa83aec3f10 100644
--- a/docs/community/content/involved/release/shardingsphere.cn.md
+++ b/docs/community/content/involved/release/shardingsphere.cn.md
@@ -544,7 +544,7 @@ docker login
 
 ```shell
 git checkout ${RELEASE.VERSION}
-./mvnw -pl shardingsphere-distribution/shardingsphere-proxy-distribution -B -Prelease,docker.buildx.push clean package
+./mvnw -pl distribution/proxy -B -Prelease,docker.buildx.push clean package
 ```
 
 3.4 确认发布成功
diff --git a/docs/community/content/involved/release/shardingsphere.en.md b/docs/community/content/involved/release/shardingsphere.en.md
index 1d2d34a5071..6d85f16f651 100644
--- a/docs/community/content/involved/release/shardingsphere.en.md
+++ b/docs/community/content/involved/release/shardingsphere.en.md
@@ -551,7 +551,7 @@ docker login
 
 ```shell
 git checkout ${RELEASE.VERSION}
-./mvnw -pl shardingsphere-distribution/shardingsphere-proxy-distribution -B -Prelease,docker.buildx.push clean package
+./mvnw -pl distribution/proxy -B -Prelease,docker.buildx.push clean package
 ```
 
 3.4 Confirm the successful release