This is an automated email from the ASF dual-hosted git repository. britter pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push: new f7c12cd Update scm URLs f7c12cd is described below commit f7c12cd9036be47c4b3f19a8f76d5cee475321ca Author: Benedikt Ritter <brit...@apache.org> AuthorDate: Sun Feb 17 18:38:53 2019 +0100 Update scm URLs --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1a95fed..04acd4d 100644 --- a/pom.xml +++ b/pom.xml @@ -40,9 +40,9 @@ </issueManagement> <scm> - <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-cli.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-cli.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=commons-cli.git</url> + <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-cli.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-cli.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=commons-cli.git</url> <tag>HEAD</tag> </scm>