This is an automated email from the ASF dual-hosted git repository.
XiaoHongbo-Hope pushed a commit to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/paimon-mosaic.git
The following commit(s) were added to refs/heads/release-0.1 by this push:
new bce1e83 ci: fix Java release GPG signing (#40)
bce1e83 is described below
commit bce1e83464e085f7d67a8047a04bfa36dbcc58a8
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 884a070..9c7a38b 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>