Repository: commons-io Updated Branches: refs/heads/master 65e1c9c38 -> dd5db159f
Document new git repository location Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/2c771dec Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/2c771dec Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/2c771dec Branch: refs/heads/master Commit: 2c771decc2fb117d73e40b17d2691cf9c1c3569d Parents: 65e1c9c Author: Benedikt Ritter <[email protected]> Authored: Sat Sep 3 19:23:24 2016 +0200 Committer: Benedikt Ritter <[email protected]> Committed: Sat Sep 3 19:23:24 2016 +0200 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/2c771dec/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 630eedf..09e27b8 100644 --- a/pom.xml +++ b/pom.xml @@ -49,9 +49,9 @@ file comparators, endian transformation classes, and much more. </distributionManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/io/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/io/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/commons/proper/io/trunk</url> + <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-io.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-io.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=commons-io.git</url> </scm> <developers>
