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

XiaoHongbo-Hope pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-mosaic.git


The following commit(s) were added to refs/heads/main by this push:
     new 64d0b46  ci: fix Java release GPG signing (#40)
64d0b46 is described below

commit 64d0b46684e56f437628c2a9a2226cf82e8c912e
Author: QuakeWang <[email protected]>
AuthorDate: Sat May 23 23:31:34 2026 +0800

    ci: fix Java release GPG signing (#40)
    
    Signed-off-by: QuakeWang <[email protected]>
---
 java/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 80b7b46..b633c6a 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -115,7 +115,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.4</version>
+                        <version>3.2.8</version>
                         <executions>
                             <execution>
                                 <id>sign-artifacts</id>
@@ -124,6 +124,7 @@
                                     <goal>sign</goal>
                                 </goals>
                                 <configuration>
+                                    <bestPractices>true</bestPractices>
                                     <gpgArguments>
                                         <arg>--pinentry-mode</arg>
                                         <arg>loopback</arg>

Reply via email to