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:08:39 UTC

[shardingsphere] branch 5.2.0-release updated: 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


The following commit(s) were added to refs/heads/5.2.0-release by this push:
     new c3607d2e13b Upgrade maven-release-plugin version to 3.0.0-M6 for shallow clone
c3607d2e13b is described below

commit c3607d2e13b8c50d4cc7f1d1c8622c8f545b924c
Author: Zhengqiang Duan <du...@apache.org>
AuthorDate: Thu Sep 1 11:08:21 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 c86d2807a19..bf475d2076a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,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>