aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2017-01-31 21:33:13 -0500
committerJames Moger <james.moger@gitblit.com>2017-01-31 21:33:13 -0500
commita67ab70435c44508e21ab8cf8c76de1c3fac78f2 (patch)
tree90289cdae81eaa5910b58d2971a6825463b5124e
parentf8b07205d5b3d2f24c70856d478d942fd4f031d2 (diff)
downloadiciql-a67ab70435c44508e21ab8cf8c76de1c3fac78f2.tar.gz
iciql-a67ab70435c44508e21ab8cf8c76de1c3fac78f2.zip
Switch Maven build to ssh url
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 92b0306..920fdad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<scm>
<connection>scm:git:git://github.com/gitblit/iciql.git</connection>
- <developerConnection>scm:git:https://github.com/gitblit/iciql.git</developerConnection>
+ <developerConnection>scm:git:git@github.com/gitblit/iciql.git</developerConnection>
<url>https://github.com/gitblit/iciql</url>
<tag>HEAD</tag>
</scm>