From af05521749a9dca2906a8c14c908ba7326682ac6 Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Fri, 15 Nov 2024 18:46:19 +0900 Subject: [PATCH] Prevents from failing GHA builds in PRs (#23) --- .github/workflows/main.yml | 9 +-------- ChangeLog | 7 +++++++ k2hash/pom.xml | 5 ++--- pom.xml | 4 ++-- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d122452..4a87d60 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,14 +33,7 @@ jobs: with: distribution: 'zulu' java-version: ${{ matrix.java }} - - name: Configure GPG Key - run: | - export GPG_TTY=$(tty) - echo -n "$GPG_SIGNING_KEY" | gpg --import --batch - env: - GPG_SIGNING_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} - - name: List of keys on gpg - run: gpg --list-secret-keys --keyid-format LONG + - name: Set environments run: | echo "COMMON_MAVEN_OPTS=-Dmaven.compiler.failOnWarning=true -Dmaven.compiler.showDeprecation=true -Dmaven.compiler.verbose=true -Dmaven.compiler.debuglevel=lines,vars,source" >> "$GITHUB_ENV" diff --git a/ChangeLog b/ChangeLog index 11deb51..4ad940d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +k2hash-java (1.0.8) stable; urgency=low + + * Fixes pom.xml + * Fixes main.yml + + -- Hirotaka Wakabayashi Fri, 15 Nov 2024 18:16:43 +0900 + k2hash-java (1.0.7) stable; urgency=low * Maven Central Repository migration diff --git a/k2hash/pom.xml b/k2hash/pom.xml index 9f9f07e..4e5d599 100644 --- a/k2hash/pom.xml +++ b/k2hash/pom.xml @@ -7,12 +7,12 @@ ax.antpick k2hash-parent - 1.0.7 + 1.0.8 k2hash jar - 1.0.7 + 1.0.8 k2hash library An official java driver for k2hash, which is a highly available and scalable distributed KVS library. @@ -48,7 +48,6 @@ ${project.parent.basedir}/${checkstyle.configLocation} - ${project.parent.basedir}/${checkstyle.suppressionsLocation} diff --git a/pom.xml b/pom.xml index a2e625d..3b1dd79 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ pom k2hash-parent k2hash - 1.0.7 + 1.0.8 An official java driver for k2hash, which is a highly available and scalable distributed KVS library. https://github.com/yahoojapan/k2hash_java @@ -169,7 +169,7 @@ site - sitey + site