From e8fdf0cc512e56131b588b69dafd738c8286045a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20St=C3=B8a?= Date: Wed, 15 Feb 2023 15:28:58 +0100 Subject: [PATCH 1/4] use action-maven-publish@1.3.2 to include gpg > 2.0 when releasing --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1eb34c0..0401cd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: name: Deploy snapshot steps: - uses: actions/checkout@v1 - - uses: digipost/action-maven-publish@1.3.1 + - uses: digipost/action-maven-publish@1.3.2 with: sonatype_secrets: ${{ secrets.sonatype_secrets }} release_version: ${{ needs.makeversion.outputs.version }} @@ -60,7 +60,7 @@ jobs: - name: Check out Git repository uses: actions/checkout@v1 - name: Release to Central Repository - uses: digipost/action-maven-publish@1.3.1 + uses: digipost/action-maven-publish@1.3.2 with: sonatype_secrets: ${{ secrets.sonatype_secrets }} release_version: ${{ needs.makeversion.outputs.version }} From 3f5770a09114e7fbf20dc55cc979235c043fa50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20St=C3=B8a?= Date: Wed, 15 Feb 2023 15:47:33 +0100 Subject: [PATCH 2/4] upgrade nexus-staging-maven-plugin to 1.6.13 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 1a573ad..4a58c4b 100644 --- a/pom.xml +++ b/pom.xml @@ -148,6 +148,11 @@ org.codehaus.mojo versions-maven-plugin 2.14.2 + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 From 108e6afdbb093134b55d7e73d9cb195051300188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20St=C3=B8a?= Date: Thu, 16 Feb 2023 09:13:38 +0100 Subject: [PATCH 3/4] use digipost-open-super-pom:8.rc1 to get nexus-staging-maven-plugin:1.6.13 --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4a58c4b..849f52a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ no.digipost digipost-open-super-pom - 7 + 8.rc1 Posten signering - API Specification @@ -148,11 +148,6 @@ org.codehaus.mojo versions-maven-plugin 2.14.2 - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 From e8b145b547f18cd42780321fa36aa57eb275c463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20St=C3=B8a?= Date: Thu, 16 Feb 2023 13:54:47 +0100 Subject: [PATCH 4/4] use digipost-open-super-pom:8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 849f52a..c14b026 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ no.digipost digipost-open-super-pom - 8.rc1 + 8 Posten signering - API Specification