Repository: incubator-samoa Updated Branches: refs/heads/releases/0.3.0-incubating 4becbedd7 -> 2c52d932b (forced update)
SAMOA-38: Fix git connection url in pom.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-samoa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samoa/commit/fab7c742 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/fab7c742 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/fab7c742 Branch: refs/heads/releases/0.3.0-incubating Commit: fab7c742f0a6c3280901bd935175f72404aacee0 Parents: f95cad7 Author: Gianmarco De Francisci Morales <[email protected]> Authored: Wed Jul 1 14:41:11 2015 +0300 Committer: Gianmarco De Francisci Morales <[email protected]> Committed: Wed Jul 1 14:41:11 2015 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/fab7c742/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8c13144..3cd4174 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ <scm> <url>https://git-wip-us.apache.org/repos/asf/incubator-samoa.git</url> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-samoa.git</connection> - <developerConnection>scm:git:git://git.apache.org/incubator-samoa.git</developerConnection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-samoa.git</developerConnection> <tag>HEAD</tag> </scm>
