Fixed connection urls
This commit is contained in:
parent
532ff8e6fe
commit
12f7d4d71e
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -7,7 +7,7 @@
|
||||||
<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-utils</artifactId>
|
<artifactId>rome-utils</artifactId>
|
||||||
|
@ -20,8 +20,8 @@
|
||||||
<url>http://rometools.github.io/rome-utils/</url>
|
<url>http://rometools.github.io/rome-utils/</url>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git@github.com:rometools/rome-utils.git</connection>
|
<connection>scm:git:ssh://github.com/rometools/rome-utils.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:rometools/rome-utils.git</developerConnection>
|
<developerConnection>scm:git:ssh//git@github.com/rometools/rome-utils.git</developerConnection>
|
||||||
<url>https://github.com/rometools/rome-utils</url>
|
<url>https://github.com/rometools/rome-utils</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue