[maven-release-plugin] rollback the release of v0.9.15

This commit is contained in:
f43nd1r 2019-11-20 04:45:23 +01:00
parent a6ed3975f9
commit 1d7260ea9e
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@
</parent>
<groupId>com.faendir</groupId>
<artifactId>acrarium</artifactId>
<version>0.9.16-SNAPSHOT</version>
<version>0.9.15-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.16-SNAPSHOT</version>
<version>0.9.15-SNAPSHOT</version>
<executions>
<execution>
<goals>

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.faendir</groupId>
<artifactId>message-generator-maven-plugin</artifactId>
<version>0.9.16-SNAPSHOT</version>
<version>0.9.15-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.16-SNAPSHOT</version>
<version>0.9.15-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>message-generator-maven-plugin</module>