Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverts the version #25

Merged
merged 3 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading