This is an automated email from the ASF dual-hosted git repository. lujiajing pushed a commit to branch release-v0.2.0 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git
commit be91e92bafa9ef922b24779f86efdd7f14974453 Author: Megrez Lu <[email protected]> AuthorDate: Mon Nov 7 18:39:52 2022 +0800 use ssh instead of https --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d29ca90..f4ea505 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
