From 8c3d437cc9bd6bd15a34727bd7f8da75b2689db0 Mon Sep 17 00:00:00 2001 From: Juho Saarinen Date: Sat, 25 Jan 2025 17:52:28 +0200 Subject: [PATCH 1/2] feat: release version 4.28.1.0 --- .github/workflows/maven.yml | 7 +++---- pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 215bb39..9759f32 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -119,10 +119,9 @@ jobs: distribution: zulu java-version: 17 - name: Release Maven package - run: - echo $GPG_PRIVATE_KEY > .m2/private-key.txt - gpg --import --batch .m2/private-key.txt - rm .m2/private-key.txt + run: | + export GPG_TTY=$(tty) + echo -n "$GPG_PRIVATE_KEY" | gpg --allow-secret-key-import --batch --import mvn clean deploy --batch-mode --activate-profiles deploy --settings ${{ github.workspace }}/.m2/settings.xml -DskipTests -B -ntp env: GPG_PRIVATE_KEY: ${{ secrets.gpg_private_key }} diff --git a/pom.xml b/pom.xml index 51c2829..738eadc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.marketsquare robotframework-seleniumlibrary - 4.28.1.0-SNAPSHOT + 4.28.1.0 jar Robot Framework :: SeleniumLibrary @@ -528,7 +528,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.2.7 sign-artifacts @@ -549,7 +549,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.7.0 true ossrh From 220a6f246713c35a53928ff1c5ad0d941907987c Mon Sep 17 00:00:00 2001 From: Juho Saarinen Date: Sat, 25 Jan 2025 18:37:44 +0200 Subject: [PATCH 2/2] feat: next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 738eadc..f467946 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.marketsquare robotframework-seleniumlibrary - 4.28.1.0 + 4.28.1.1-SNAPSHOT jar Robot Framework :: SeleniumLibrary