[maven-release-plugin] prepare release v0.9.6
This commit is contained in:
parent
f313461965
commit
904112d8cf
3 changed files with 9 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.faendir</groupId>
|
<groupId>com.faendir</groupId>
|
||||||
<artifactId>acrarium</artifactId>
|
<artifactId>acrarium</artifactId>
|
||||||
<version>0.9.6-SNAPSHOT</version>
|
<version>0.9.6</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>Acrarium</name>
|
<name>Acrarium</name>
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -304,7 +304,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.6-SNAPSHOT</version>
|
<version>0.9.6</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
|
@ -357,4 +357,8 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<tag>v0.9.6</tag>
|
||||||
|
</scm>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -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.6-SNAPSHOT</version>
|
<version>0.9.6</version>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
<name>message-generator-maven-plugin</name>
|
<name>message-generator-maven-plugin</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.6-SNAPSHOT</version>
|
<version>0.9.6</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
<module>message-generator-maven-plugin</module>
|
<module>message-generator-maven-plugin</module>
|
||||||
|
@ -13,7 +13,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>HEAD</tag>
|
<tag>v0.9.6</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Reference in a new issue