Browse Source

Switch Maven build to ssh url

tags/release-2.2.1
James Moger 7 years ago
parent
commit
a67ab70435
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -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>

Loading…
Cancel
Save