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 0e7df0c commit ad398c5Copy full SHA for ad398c5
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.oceanbase</groupId>
6
<artifactId>obkv-hbase-client</artifactId>
7
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.4.0</version>
8
9
<name>${project.groupId}:${project.artifactId}</name>
10
<description>OceanBase JavaClient for HBaseApi</description>
@@ -27,7 +27,7 @@
27
28
<scm>
29
<connection>scm:git:https://github.com/oceanbase/obkv-hbase-client-java.git</connection>
30
- <tag>HEAD</tag>
+ <tag>obkv-hbase-client-2.4.0</tag>
31
<url>https://github.com/oceanbase/obkv-hbase-client-java</url>
32
</scm>
33
@@ -408,5 +408,5 @@
408
</plugin>
409
</plugins>
410
</build>
411
- <profiles />
+ <profiles></profiles>
412
</project>
0 commit comments