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 abae9c3 commit b2f3300Copy full SHA for b2f3300
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.oceanbase</groupId>
6
<artifactId>obkv-hbase-client</artifactId>
7
- <version>0.1.5</version>
+ <version>0.1.6-SNAPSHOT</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>obkv-hbase-client-0.1.5</tag>
+ <tag>HEAD</tag>
31
<url>https://github.com/oceanbase/obkv-hbase-client-java</url>
32
</scm>
33
@@ -403,5 +403,5 @@
403
</plugin>
404
</plugins>
405
</build>
406
- <profiles></profiles>
+ <profiles />
407
</project>
0 commit comments