Fixed connection urls
Prepared release
This commit is contained in:
parent
565625aa82
commit
9d2713c59e
1 changed files with 4 additions and 3 deletions
7
pom.xml
7
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue