From 579ff6b6679a643c606aee78a995494d4bb9ec25 Mon Sep 17 00:00:00 2001 From: Tim Molter <tim.molter@gmail.com> Date: Tue, 8 Jan 2013 20:43:22 +0100 Subject: [PATCH] changed scm url --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1b4c464c..4d202253 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <scm> <connection>scm:git:git@github.com:timmolter/XChart.git</connection> <developerConnection>scm:git:git@github.com:timmolter/XChart.git</developerConnection> - <url>https://github.com/timmolter/XChart</url> + <url>git@github.com:timmolter/XChart.git</url> </scm> <ciManagement> <url>http://ci.xeiam.com/</url> -- GitLab