Skip to content

Commit 942e246

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8fcfd9c commit 942e246

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.oceanbase</groupId>
66
<artifactId>obkv-table-client</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.2.1-SNAPSHOT</version>
88

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

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

@@ -384,7 +384,7 @@
384384
</goals>
385385
<configuration>
386386
<rules>
387-
<DependencyConvergence></DependencyConvergence>
387+
<DependencyConvergence />
388388
</rules>
389389
</configuration>
390390
</execution>

0 commit comments

Comments
 (0)