From 0774266247dc7a961622883857dcc0229107fb56 Mon Sep 17 00:00:00 2001 From: Michele Rastelli Date: Fri, 20 Sep 2024 20:47:55 +0200 Subject: [PATCH] CI: fix deploy --- .circleci/config.yml | 6 +++--- pom.xml | 13 +++++++++---- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 54232be..2b874de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ commands: steps: - run: name: Deploy to Apache Maven Central - command: GPG_TTY=$(tty) mvn -s .circleci/maven-release-settings.xml -Dmaven.test.skip=true deploy + command: mvn -s .circleci/maven-release-settings.xml -Dmaven.test.skip=true deploy release: steps: - run: @@ -97,7 +97,7 @@ jobs: - store_cache deploy: - executor: 'j21' + executor: 'j17' steps: - timeout - checkout @@ -107,7 +107,7 @@ jobs: - store_cache release: - executor: 'j21' + executor: 'j17' steps: - timeout - checkout diff --git a/pom.xml b/pom.xml index 0e120c2..08c008e 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.5 + 1.6.13 true ossrh @@ -170,9 +170,8 @@ maven-deploy-plugin - 2.8.2 + 3.1.1 - false 10 @@ -180,7 +179,13 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 3.0.1 + + + --pinentry-mode + loopback + + sign-artifacts