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/09/01 03:10:45 UTC

[shardingsphere] 01/01: Upgrade maven-release-plugin version to 3.0.0-M6 for shallow clone

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

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

commit 42673d5b0023bf635e882c290e4c6a8f04000eb2
Author: Zhengqiang Duan <du...@apache.org>
AuthorDate: Thu Sep 1 11:10:12 2022 +0800

    Upgrade maven-release-plugin version to 3.0.0-M6 for shallow clone
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c0706bd8f4e..32472dd58ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
         <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
         <maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
         <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
-        <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
+        <maven-release-plugin.version>3.0.0-M6</maven-release-plugin.version>
         <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
         <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
         <maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>