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

zhangliang 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 649af556ea1 Fix maven-gpg-plugin blocking issue by upgrading Apache 
parent POM (#37049)
649af556ea1 is described below

commit 649af556ea16b80acefabdbe833d0791ade9e35f
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Nov 9 13:21:45 2025 +0800

    Fix maven-gpg-plugin blocking issue by upgrading Apache parent POM (#37049)
    
    Upgrade Apache parent POM from version 29 to 35 to resolve
    maven-gpg-plugin compatibility issues. This upgrade changes the
    maven-gpg-plugin from problematic version 3.0.1 to stable version 3.2.7,
    fixing GPG signing functionality that was blocked in certain environments.
    
    Resolves issue #26770 where maven-gpg-plugin:3.0.1 had known blocking
    issues (Apache JIRA MGPG-90). The upgrade ensures GPG signing works
    properly for Apache releases while maintaining full backward compatibility.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-authored-by: Claude <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dea3627051a..ff4ba0812f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>29</version>
+        <version>35</version>
     </parent>
     <groupId>org.apache.shardingsphere</groupId>
     <artifactId>shardingsphere</artifactId>

Reply via email to