From 72f63f6722413861a76894e9149faa7e15a93a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20St=C3=B8a?= Date: Wed, 15 Feb 2023 13:37:49 +0100 Subject: [PATCH 1/2] use action-maven-publish@1.3.1 to include gpg 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 30990dd..1eb34c0 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.0 + - uses: digipost/action-maven-publish@1.3.1 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.0 + uses: digipost/action-maven-publish@1.3.1 with: sonatype_secrets: ${{ secrets.sonatype_secrets }} release_version: ${{ needs.makeversion.outputs.version }} From f9737063d8e4c305b84ba22c957a940f0dc3af41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20St=C3=B8a?= Date: Wed, 15 Feb 2023 13:51:28 +0100 Subject: [PATCH 2/2] upgrade jaxb-runtime to 2.3.8 --- jaxb/pom.xml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jaxb/pom.xml b/jaxb/pom.xml index fea4af3..c70b76d 100644 --- a/jaxb/pom.xml +++ b/jaxb/pom.xml @@ -38,7 +38,7 @@ org.glassfish.jaxb jaxb-runtime - 2.3.6 + 2.3.8 test @@ -205,7 +205,7 @@ org.glassfish.jaxb jaxb-runtime - 2.3.6 + 2.3.8 diff --git a/pom.xml b/pom.xml index 52fedf9..1a573ad 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ org.glassfish.jaxb jaxb-runtime - 2.3.6 + 2.3.8 jakarta.xml.bind