[maven-release-plugin] prepare for next development iteration
This commit is contained in:
parent
7acfdc1e87
commit
31d481d4dd
2 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.faendir</groupId>
|
<groupId>com.faendir</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>0.9.20</version>
|
<version>0.9.21-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>acrarium</artifactId>
|
<artifactId>acrarium</artifactId>
|
||||||
<version>0.9.20</version>
|
<version>0.9.21-SNAPSHOT</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>Acrarium</name>
|
<name>Acrarium</name>
|
||||||
<properties>
|
<properties>
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.faendir</groupId>
|
<groupId>com.faendir</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>0.9.20</version>
|
<version>0.9.21-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<connection>scm:git:git://github.com:F43nd1r/Acrarium.git</connection>
|
<connection>scm:git:git://github.com:F43nd1r/Acrarium.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:F43nd1r/Acrarium.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:F43nd1r/Acrarium.git</developerConnection>
|
||||||
<url>https://github.com/F43nd1r/Acrarium</url>
|
<url>https://github.com/F43nd1r/Acrarium</url>
|
||||||
<tag>v0.9.20</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Reference in a new issue