This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new cc6a141 Fix SCM URLs. cc6a141 is described below commit cc6a141ddfbde72e350b3791d1323bcff5969aba Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Fri Feb 1 11:42:16 2019 -0500 Fix SCM URLs. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6611f16..9686708 100644 --- a/pom.xml +++ b/pom.xml @@ -47,8 +47,8 @@ </issueManagement> <scm> - <connection>git:scm:https://gitbox.apache.org/repos/asf/commons-vfs.git</connection> - <developerConnection>git:scm:https://gitbox.apache.org/repos/asf/commons-vfs.git</developerConnection> + <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-vfs.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-vfs.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=commons-vfs.git</url> <tag>commons-vfs-project-2.3</tag> </scm>