This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 30363ac91 Fix release URL
30363ac91 is described below
commit 30363ac91228861e6fda8bf1bbca8b55c0cc2205
Author: Junkai Xue <[email protected]>
AuthorDate: Wed May 11 18:18:48 2022 -0700
Fix release URL
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1da9fd70d..991d2a958 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,9 +373,9 @@
</pluginRepositories>
<scm>
-
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/helix.git</connection>
-
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/helix.git</developerConnection>
- <url>https://git-wip-us.apache.org/repos/asf?p=helix.git;a=summary</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/helix.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/helix.git</developerConnection>
+ <url>https://gitbox.apache.org/repos/asf?p=helix.git;a=summary</url>
<tag>HEAD</tag>
</scm>
<issueManagement>