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