Skip to content

Commit

Permalink
Updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
hiwakaba committed Nov 15, 2024
1 parent cdcbb6c commit 111de43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
k2hash-java (1.0.8) stable; urgency=low

* Fixes pom.xml
* Fixes main.yml

-- Hirotaka Wakabayashi <[email protected]> Fri, 15 Nov 2024 18:16:43 +0900

k2hash-java (1.0.7) stable; urgency=low

* Maven Central Repository migration
Expand Down
2 changes: 1 addition & 1 deletion k2hash/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>k2hash</artifactId>
<packaging>jar</packaging>
<version>1.0.7</version>
<version>1.0.8</version>

<name>k2hash library</name>
<description>An official java driver for k2hash, which is a highly available and scalable distributed KVS library.</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<packaging>pom</packaging>
<artifactId>k2hash-parent</artifactId>
<name>k2hash</name>
<version>1.0.7</version>
<version>1.0.8</version>
<description>An official java driver for k2hash, which is a highly available and scalable distributed KVS library.</description>
<url>https://github.com/yahoojapan/k2hash_java</url>

Expand Down

0 comments on commit 111de43

Please sign in to comment.