This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git
The following commit(s) were added to refs/heads/main by this push:
new eab5944 Release BanyanDB Java Client v0.2.0, and begin next release.
(#24)
eab5944 is described below
commit eab5944c93b825cd3617d67fba56d598e13d3fd2
Author: Jiajing LU <[email protected]>
AuthorDate: Mon Nov 7 19:44:26 2022 +0800
Release BanyanDB Java Client v0.2.0, and begin next release. (#24)
* use ssh instead of https
* [maven-release-plugin] prepare release v0.2.0
* [maven-release-plugin] prepare for next development iteration
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d29ca90..7499ec9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.apache.skywalking</groupId>
<artifactId>banyandb-java-client</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
<parent>
<groupId>org.apache</groupId>
@@ -39,7 +39,7 @@
<scm>
<url>https://github.com/apache/skywalking-banyandb-java-client</url>
<connection>scm:git:https://github.com/apache/skywalking-banyandb-java-client.git</connection>
-
<developerConnection>scm:git:https://github.com/apache/skywalking-banyandb-java-client.git</developerConnection>
+
<developerConnection>scm:git:ssh://[email protected]/apache/skywalking-banyandb-java-client.git</developerConnection>
<tag>HEAD</tag>
</scm>