Child version must be independent from parent version for releases
This commit is contained in:
parent
cd636e8076
commit
00762e1ca8
1 changed files with 2 additions and 1 deletions
3
pom.xml
3
pom.xml
|
@ -7,11 +7,12 @@
|
|||
<parent>
|
||||
<groupId>com.rometools</groupId>
|
||||
<artifactId>rome-parent</artifactId>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
<version>1.5.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>rome-utils</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
|
||||
<name>rome-utils</name>
|
||||
|
||||
|
|
Loading…
Reference in a new issue