Skip to content

Commit abeeb2f

Browse files
author
junye
committed
[maven-release-plugin] prepare for next development iteration
1 parent 65d9666 commit abeeb2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.oceanbase</groupId>
66
<artifactId>obkv-hbase-client</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.1-SNAPSHOT</version>
88

99
<name>${project.groupId}:${project.artifactId}</name>
1010
<description>OceanBase JavaClient for HBaseApi</description>
@@ -27,7 +27,7 @@
2727

2828
<scm>
2929
<connection>scm:git:https://github.com/oceanbase/obkv-hbase-client-java.git</connection>
30-
<tag>obkv-hbase-client-1.1.0</tag>
30+
<tag>HEAD</tag>
3131
<url>https://github.com/oceanbase/obkv-hbase-client-java</url>
3232
</scm>
3333

@@ -478,13 +478,13 @@
478478
</goals>
479479
<configuration>
480480
<rules>
481-
<DependencyConvergence></DependencyConvergence>
481+
<DependencyConvergence />
482482
</rules>
483483
</configuration>
484484
</execution>
485485
</executions>
486486
</plugin>
487487
</plugins>
488488
</build>
489-
<profiles></profiles>
489+
<profiles />
490490
</project>

0 commit comments

Comments
 (0)