Skip to content

Commit

Permalink
Update the version (#24)
Browse files Browse the repository at this point in the history
* Update the version
  • Loading branch information
hiwakaba authored Nov 27, 2024
1 parent af05521 commit 91fd27f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
k2hash-java (1.0.16) stable; urgency=low

* Bump up

-- Hirotaka Wakabayashi <[email protected]> Wed, 27 Nov 2024 21:36:00 +0900

k2hash-java (1.0.8) stable; urgency=low

* Fixes pom.xml
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions 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.8</version>
<version>1.0.16</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 Expand Up @@ -47,7 +47,7 @@
<version>${maven-checkstyle-plugin.version}</version>
<!--Note - the version would be inherited-->
<configuration>
<configLocation>${project.parent.basedir}/${checkstyle.configLocation}</configLocation>
<configLocation>${checkstyle.configLocation}</configLocation>
</configuration>
</plugin>
</plugins>
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.8</version>
<version>1.0.16</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 91fd27f

Please sign in to comment.