This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/release by this push: new 0f42a52 Fix SCM URLs. 0f42a52 is described below commit 0f42a52aa5c9ffc9dc406a4807984f84596a92cd Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Fri Feb 1 11:30:58 2019 -0500 Fix SCM URLs. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 918f33e..08e5fc1 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>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>