From 111de43052988398f89535f4769ff40d59e309e6 Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Fri, 15 Nov 2024 18:17:34 +0900 Subject: [PATCH] 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