Prepared release
This commit is contained in:
parent
42d08f1eda
commit
bb571acd4a
1 changed files with 5 additions and 4 deletions
9
pom.xml
9
pom.xml
|
@ -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-modules</artifactId>
|
<artifactId>rome-modules</artifactId>
|
||||||
|
<version>1.5.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>rome-modules</name>
|
<name>rome-modules</name>
|
||||||
|
@ -20,9 +21,9 @@
|
||||||
<url>http://rometools.github.io/rome-modules/</url>
|
<url>http://rometools.github.io/rome-modules/</url>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git@github.com:rometools/rome-modules.git</connection>
|
<connection>scm:git:ssh://github.com/rometools/rome-modules.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:rometools/rome-modules.git</developerConnection>
|
<developerConnection>scm:git:ssh://git@github.com/rometools/rome-modules.git</developerConnection>
|
||||||
<url>https://github.com/rometools/rome-modules/</url>
|
<url>https://github.com/rometools/rome-modules</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
|
Loading…
Reference in a new issue