[maven-release-plugin] prepare release v0.9.16

This commit is contained in:
f43nd1r 2019-11-20 04:56:05 +01:00
parent b0ecbaab80
commit f004019640
3 changed files with 9 additions and 5 deletions

View file

@ -8,7 +8,7 @@
</parent>
<groupId>com.faendir</groupId>
<artifactId>acrarium</artifactId>
<version>0.9.16-SNAPSHOT</version>
<version>0.9.16</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.16</version>
<executions>
<execution>
<goals>
@ -390,4 +390,8 @@
</dependencies>
</profile>
</profiles>
<scm>
<tag>v0.9.16</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.16-SNAPSHOT</version>
<version>0.9.16</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.16</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>HEAD</tag>
<tag>v0.9.16</tag>
</scm>
<build>
<plugins>