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 d0d38c5 commit 4ff6a6cCopy full SHA for 4ff6a6c
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.oceanbase</groupId>
6
<artifactId>obkv-hbase-client</artifactId>
7
- <version>0.1.6-SNAPSHOT</version>
+ <version>1.0.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.2.14.4-SNAPSHOT</table.client.version>
+ <table.client.version>1.3.0</table.client.version>
58
</properties>
59
60
<dependencyManagement>
0 commit comments