We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc8360 commit ea19bddCopy full SHA for ea19bdd
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.oceanbase</groupId>
6
<artifactId>obkv-hbase-client</artifactId>
7
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
8
9
<name>${project.groupId}:${project.artifactId}</name>
10
<description>OceanBase JavaClient for HBaseApi</description>
@@ -54,7 +54,7 @@
54
<project.build.sourceEncoding>${project.encoding}</project.build.sourceEncoding>
55
<project.encoding>UTF-8</project.encoding>
56
<slf4j.version>1.7.21</slf4j.version>
57
- <table.client.version>1.3.0</table.client.version>
+ <table.client.version>1.4.0</table.client.version>
58
</properties>
59
60
<dependencies>
0 commit comments