From dc3eaaf3fed61e561910ff977376ebce3803dc33 Mon Sep 17 00:00:00 2001 From: Linsong Wang Date: Fri, 31 May 2024 01:49:40 -0700 Subject: [PATCH] upgrade maven-gpg-plugin to 3.2.4 --- .github/workflows/maven.yml | 2 +- Jenkinsfile | 1 - pom.xml | 9 ++++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4bbaa4c8f..ca526439a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - with: + with: show-progress: false # needed for the git-commit-id-plugin to work fetch-depth: 0 diff --git a/Jenkinsfile b/Jenkinsfile index 7662ddd89..3955844fb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -107,7 +107,6 @@ pipeline { gpg --batch --import ${GPG_SECRET} echo ${GPG_TRUST} | gpg --import-ownertrust - gpg --list-secret-keys - echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf printenv | sort git checkout ${REPO_RELEASE_TAG} diff --git a/pom.xml b/pom.xml index d40aa7125..8ed64852e 100644 --- a/pom.xml +++ b/pom.xml @@ -397,11 +397,18 @@ org.apache.maven.plugins maven-gpg-plugin + 3.2.4 + + + --pinentry-mode + loopback + + - + deploy-to-ossrh