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

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 26acb7f4f11 Update distribution package path after ShardingSphere 
module name simplify (#21579)
26acb7f4f11 is described below

commit 26acb7f4f11c3bca5f85435cc3e6ec0402fd0554
Author: Zhengqiang Duan <[email protected]>
AuthorDate: Sat Oct 15 11:29:02 2022 +0800

    Update distribution package path after ShardingSphere module name simplify 
(#21579)
---
 docs/community/content/involved/release/shardingsphere.cn.md | 8 ++++----
 docs/community/content/involved/release/shardingsphere.en.md | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/community/content/involved/release/shardingsphere.cn.md 
b/docs/community/content/involved/release/shardingsphere.cn.md
index ed09264a63d..ee987fdc1d1 100644
--- a/docs/community/content/involved/release/shardingsphere.cn.md
+++ b/docs/community/content/involved/release/shardingsphere.cn.md
@@ -307,10 +307,10 @@ cd ~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
 将源码包、二进制包和 ShardingSphere-Proxy 可执行二进制包添加至 SVN 工作目录。
 
 ```shell
-cp -f 
~/shardingsphere/shardingsphere-distribution/shardingsphere-src-distribution/target/*.zip*
 ~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
-cp -f 
~/shardingsphere/shardingsphere-distribution/shardingsphere-jdbc-distribution/target/*.tar.gz*
 ~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
-cp -f 
~/shardingsphere/shardingsphere-distribution/shardingsphere-proxy-distribution/target/*.tar.gz*
 ~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
-cp -f 
~/shardingsphere/shardingsphere-agent/shardingsphere-agent-distribution/target/*.tar.gz*
 ~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
+cp -f ~/shardingsphere/distribution/src/target/*.zip* 
~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
+cp -f ~/shardingsphere/distribution/jdbc/target/*.tar.gz* 
~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
+cp -f ~/shardingsphere/distribution/proxy/target/*.tar.gz* 
~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
+cp -f ~/shardingsphere/agent/distribution/target/*.tar.gz* 
~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
 ```
 
 ### 4. 提交 Apache SVN
diff --git a/docs/community/content/involved/release/shardingsphere.en.md 
b/docs/community/content/involved/release/shardingsphere.en.md
index 1d2d34a5071..6283791743d 100644
--- a/docs/community/content/involved/release/shardingsphere.en.md
+++ b/docs/community/content/involved/release/shardingsphere.en.md
@@ -311,10 +311,10 @@ cd ~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
 Add source code packages, binary packages and executable binary packages of 
ShardingSphere-Proxy to SVN working directory.
 
 ```shell
-cp -f 
~/shardingsphere/shardingsphere-distribution/shardingsphere-src-distribution/target/*.zip*
 ~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
-cp -f 
~/shardingsphere/shardingsphere-distribution/shardingsphere-jdbc-distribution/target/*.tar.gz*
 ~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
-cp -f 
~/shardingsphere/shardingsphere-distribution/shardingsphere-proxy-distribution/target/*.tar.gz*
 ~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
-cp -f 
~/shardingsphere/shardingsphere-agent/shardingsphere-agent-distribution/target/*.tar.gz*
 ~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
+cp -f ~/shardingsphere/distribution/src/target/*.zip* 
~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
+cp -f ~/shardingsphere/distribution/jdbc/target/*.tar.gz* 
~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
+cp -f ~/shardingsphere/distribution/proxy/target/*.tar.gz* 
~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
+cp -f ~/shardingsphere/agent/distribution/target/*.tar.gz* 
~/ss_svn/dev/shardingsphere/${RELEASE.VERSION}
 ```
 
 ### 4. Commit to Apache SVN

Reply via email to