diff --git a/ChangeLog b/ChangeLog index 4ad940d..1526e39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +k2hash-java (1.0.16) stable; urgency=low + + * Bump up + + -- Hirotaka Wakabayashi Wed, 27 Nov 2024 21:36:00 +0900 + k2hash-java (1.0.8) stable; urgency=low * Fixes pom.xml diff --git a/checkstyle.xml b/k2hash/checkstyle.xml similarity index 100% rename from checkstyle.xml rename to k2hash/checkstyle.xml diff --git a/k2hash/pom.xml b/k2hash/pom.xml index 4e5d599..f0ebf13 100644 --- a/k2hash/pom.xml +++ b/k2hash/pom.xml @@ -12,7 +12,7 @@ k2hash jar - 1.0.8 + 1.0.16 k2hash library An official java driver for k2hash, which is a highly available and scalable distributed KVS library. @@ -47,7 +47,7 @@ ${maven-checkstyle-plugin.version} - ${project.parent.basedir}/${checkstyle.configLocation} + ${checkstyle.configLocation} diff --git a/pom.xml b/pom.xml index 3b1dd79..2a5600e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ pom k2hash-parent k2hash - 1.0.8 + 1.0.16 An official java driver for k2hash, which is a highly available and scalable distributed KVS library. https://github.com/yahoojapan/k2hash_java