This is an automated email from the ASF dual-hosted git repository. randgalt pushed a commit to branch CURATOR-500 in repository https://gitbox.apache.org/repos/asf/curator.git
commit 7f65c9e5940fcf9d5bfdf7cb17096e2e2417c420 Author: randgalt <[email protected]> AuthorDate: Wed Jan 30 14:23:16 2019 -0500 CURATOR-500 - move to Gitbox --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 265beaa..d86d116 100644 --- a/pom.xml +++ b/pom.xml @@ -94,9 +94,8 @@ <scm> <url>https://github.com/apache/curator.git</url> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/curator.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/curator.git - </developerConnection> + <connection>scm:git:https://gitbox.apache.org/repos/asf/curator.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/curator.git</developerConnection> <tag>apache-curator-3.2.0</tag> </scm>
