[maven-release-plugin] rollback the release of v0.9.15
This commit is contained in:
parent
a6ed3975f9
commit
1d7260ea9e
3 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.faendir</groupId>
|
<groupId>com.faendir</groupId>
|
||||||
<artifactId>acrarium</artifactId>
|
<artifactId>acrarium</artifactId>
|
||||||
<version>0.9.16-SNAPSHOT</version>
|
<version>0.9.15-SNAPSHOT</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>Acrarium</name>
|
<name>Acrarium</name>
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -337,7 +337,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.faendir</groupId>
|
<groupId>com.faendir</groupId>
|
||||||
<artifactId>message-generator-maven-plugin</artifactId>
|
<artifactId>message-generator-maven-plugin</artifactId>
|
||||||
<version>0.9.16-SNAPSHOT</version>
|
<version>0.9.15-SNAPSHOT</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.faendir</groupId>
|
<groupId>com.faendir</groupId>
|
||||||
<artifactId>message-generator-maven-plugin</artifactId>
|
<artifactId>message-generator-maven-plugin</artifactId>
|
||||||
<version>0.9.16-SNAPSHOT</version>
|
<version>0.9.15-SNAPSHOT</version>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
<name>message-generator-maven-plugin</name>
|
<name>message-generator-maven-plugin</name>
|
||||||
<properties>
|
<properties>
|
||||||
|
|
2
pom.xml
2
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.16-SNAPSHOT</version>
|
<version>0.9.15-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
<module>message-generator-maven-plugin</module>
|
<module>message-generator-maven-plugin</module>
|
||||||
|
|
Loading…
Reference in a new issue