Fixed connection urls

This commit is contained in:
Patrick Gotthard 2014-06-03 23:43:14 +02:00
parent 532ff8e6fe
commit 12f7d4d71e

View file

@ -7,7 +7,7 @@
<parent>
<groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>rome-utils</artifactId>
@ -20,8 +20,8 @@
<url>http://rometools.github.io/rome-utils/</url>
<scm>
<connection>scm:git:git@github.com:rometools/rome-utils.git</connection>
<developerConnection>scm:git:git@github.com:rometools/rome-utils.git</developerConnection>
<connection>scm:git:ssh://github.com/rometools/rome-utils.git</connection>
<developerConnection>scm:git:ssh//git@github.com/rometools/rome-utils.git</developerConnection>
<url>https://github.com/rometools/rome-utils</url>
</scm>