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 baa8ec4 Fix SCM URLs. baa8ec4 is described below commit baa8ec4056eb25a26ae9a65a1f8bb73ddcfcac88 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Fri Feb 1 11:39:44 2019 -0500 Fix SCM URLs. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e761de4..6611f16 100644 --- a/pom.xml +++ b/pom.xml @@ -47,8 +47,8 @@ </issueManagement> <scm> - <connection>https://gitbox.apache.org/repos/asf/commons-vfs.git</connection> - <developerConnection>https://gitbox.apache.org/repos/asf/commons-vfs.git</developerConnection> + <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> <url>https://gitbox.apache.org/repos/asf?p=commons-vfs.git</url> <tag>commons-vfs-project-2.3</tag> </scm>