From c776475b2163365793a1b17e12e1b76cd91c6a7b Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Fri, 15 Nov 2024 18:04:26 +0900 Subject: [PATCH 1/5] Fixes the wrong phase --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index a4add23..a2e625d 100644 --- a/pom.xml +++ b/pom.xml @@ -169,13 +169,7 @@ site - - site-deploy - - github - Building site for my project - true - + sitey From cdcbb6c6d53544002ed3eefb744d6f53fa9b7072 Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Fri, 15 Nov 2024 18:12:19 +0900 Subject: [PATCH 2/5] Prevents from failing in PRs --- .github/workflows/main.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 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" From 111de43052988398f89535f4769ff40d59e309e6 Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Fri, 15 Nov 2024 18:17:34 +0900 Subject: [PATCH 3/5] Updates version --- ChangeLog | 7 +++++++ k2hash/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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..5ec2707 100644 --- a/k2hash/pom.xml +++ b/k2hash/pom.xml @@ -12,7 +12,7 @@ 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. diff --git a/pom.xml b/pom.xml index a2e625d..3d84bb3 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 From 201d8c8e163c8f83e85dacc20b5c4d35f6dc83ce Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Fri, 15 Nov 2024 18:19:15 +0900 Subject: [PATCH 4/5] Fixes typo --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d84bb3..3b1dd79 100644 --- a/pom.xml +++ b/pom.xml @@ -169,7 +169,7 @@ site - sitey + site From 70886a21d4d6e8736f1f4011ba0aedecddc8b46d Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Fri, 15 Nov 2024 18:39:28 +0900 Subject: [PATCH 5/5] Fixes the errors --- k2hash/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/k2hash/pom.xml b/k2hash/pom.xml index 5ec2707..4e5d599 100644 --- a/k2hash/pom.xml +++ b/k2hash/pom.xml @@ -7,7 +7,7 @@ ax.antpick k2hash-parent - 1.0.7 + 1.0.8 k2hash @@ -48,7 +48,6 @@ ${project.parent.basedir}/${checkstyle.configLocation} - ${project.parent.basedir}/${checkstyle.suppressionsLocation}