Repository: incubator-unomi Updated Branches: refs/heads/master 2f177c6dc -> 2bc8985a7
Fix scm definition Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/2bc8985a Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/2bc8985a Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/2bc8985a Branch: refs/heads/master Commit: 2bc8985a7197ca0abad18cde8b4a24d177957ff5 Parents: 2f177c6 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Dec 17 14:22:00 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Dec 17 14:22:00 2015 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/2bc8985a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 25dc349..4690e06 100644 --- a/pom.xml +++ b/pom.xml @@ -88,8 +88,8 @@ </mailingLists> <scm> - <connection>scm:https://git-wip-us.apache.org/repos/asf/incubator-unomi.git</connection> - <developerConnection>scm:https://git-wip-us.apache.org/repos/asf/incubator-unomi.git</developerConnection> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-unomi.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-unomi.git</developerConnection> <tag>HEAD</tag> <url>https://git-wip-us.apache.org/repos/asf/incubator-unomi.git</url> </scm>
