Skip to content

Commit

Permalink
Reverts the version (#25)
Browse files Browse the repository at this point in the history
* Reverts the version
  • Loading branch information
hiwakaba authored Oct 23, 2024
1 parent 682f582 commit 0c3d85d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
k2hdkc-java (1.1.8) stable; urgency=low

* Adds the release profile for Maven Central
* Uses JUnit5
* Uses JDK17

-- Hirotaka Wakabayashi <[email protected]> Mon, 11 Oct 2021 05:49:50 +0000

k2hdkc-java (1.1.7) stable; urgency=low

* Updates setup-java 1.4.3
Expand Down
4 changes: 2 additions & 2 deletions k2hdkc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>ax.antpick</groupId>
<artifactId>k2hdkc-parent</artifactId>
<version>1.0.6</version>
<version>1.1.8</version>
</parent>

<artifactId>k2hdkc</artifactId>
<packaging>jar</packaging>
<version>1.0.6</version>
<version>1.1.8</version>

<name>k2hdkc library</name>
<description>An official java driver for k2hdkc, 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>k2hdkc-parent</artifactId>
<name>k2hdkc</name>
<version>1.0.6</version>
<version>1.1.8</version>
<description>An official java driver for k2hdkc, which is a highly available and scalable distributed KVS library.</description>
<url>https://github.com/yahoojapan/k2hdkc_java</url>

Expand Down

0 comments on commit 0c3d85d

Please sign in to comment.