[maven-release-plugin] prepare for next development iteration

This commit is contained in:
f43nd1r 2019-11-20 04:51:36 +01:00
parent ac07ac9f1d
commit 62c275fd53
3 changed files with 5 additions and 9 deletions

View file

@ -8,7 +8,7 @@
</parent>
<groupId>com.faendir</groupId>
<artifactId>acrarium</artifactId>
<version>0.9.15</version>
<version>0.9.16-SNAPSHOT</version>
<packaging>war</packaging>
<name>Acrarium</name>
<properties>
@ -337,7 +337,7 @@
<plugin>
<groupId>com.faendir</groupId>
<artifactId>message-generator-maven-plugin</artifactId>
<version>0.9.15</version>
<version>0.9.16-SNAPSHOT</version>
<executions>
<execution>
<goals>
@ -390,8 +390,4 @@
</dependencies>
</profile>
</profiles>
<scm>
<tag>v0.9.15</tag>
</scm>
</project>

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.faendir</groupId>
<artifactId>message-generator-maven-plugin</artifactId>
<version>0.9.15</version>
<version>0.9.16-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>message-generator-maven-plugin</name>
<properties>

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.faendir</groupId>
<artifactId>parent</artifactId>
<version>0.9.15</version>
<version>0.9.16-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>message-generator-maven-plugin</module>
@ -13,7 +13,7 @@
<connection>scm:git:git://github.com:F43nd1r/Acrarium.git</connection>
<developerConnection>scm:git:git@github.com:F43nd1r/Acrarium.git</developerConnection>
<url>https://github.com/F43nd1r/Acrarium</url>
<tag>v0.9.15</tag>
<tag>HEAD</tag>
</scm>
<build>
<plugins>