Fixed connection urls

Prepared release
This commit is contained in:
Patrick Gotthard 2014-06-03 23:54:42 +02:00
parent 565625aa82
commit 9d2713c59e

View file

@ -7,10 +7,11 @@
<parent>
<groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>rome</artifactId>
<version>1.5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>rome</name>
@ -28,8 +29,8 @@
<url>http://rometools.github.io/rome/</url>
<scm>
<connection>scm:git:git@github.com:rometools/rome.git</connection>
<developerConnection>scm:git:git@github.com:rometools/rome.git</developerConnection>
<connection>scm:git:ssh://github.com/rometools/rome.git</connection>
<developerConnection>scm:git:ssh://git@github.com/rometools/rome.git</developerConnection>
<url>https://github.com/rometools/rome</url>
</scm>