You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2020/08/30 00:01:35 UTC

[httpcomponents-parent] 08/11: Update SCM URLs

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch 12-dev
in repository https://gitbox.apache.org/repos/asf/httpcomponents-parent.git

commit d231f9bac7e4673b575e34dfb5ce48148542666e
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Aug 29 23:08:52 2020 +0200

    Update SCM URLs
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 26bcc91..aac0bfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,8 +210,8 @@ Fixed JIRA link
   </issueManagement>
 
   <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-parent.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-parent.git</developerConnection>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-parent.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-parent.git</developerConnection>
     <url>https://github.com/apache/httpcomponents-parent/tree/${project.scm.tag}</url>
     <tag>master</tag>
   </scm>