]> source.dussan.org Git - iciql.git/commitdiff
Switch Maven build to ssh url
authorJames Moger <james.moger@gitblit.com>
Wed, 1 Feb 2017 02:33:13 +0000 (21:33 -0500)
committerJames Moger <james.moger@gitblit.com>
Wed, 1 Feb 2017 02:33:13 +0000 (21:33 -0500)
pom.xml

diff --git a/pom.xml b/pom.xml
index 92b030686ab2ab16e56c84dec51c641a8c074194..920fdad9082304edd775d26c66b7b9f503fd3e1a 100644 (file)
--- 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>