[maven-release-plugin] prepare for next development iteration
This commit is contained in:
parent
ac0d216f95
commit
33c58ff82e
3 changed files with 5 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
<groupId>com.faendir</groupId>
|
||||
<artifactId>acrarium</artifactId>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
<name>Acrarium</name>
|
||||
<properties>
|
||||
|
@ -304,7 +304,7 @@
|
|||
<plugin>
|
||||
<groupId>com.faendir</groupId>
|
||||
<artifactId>message-generator-maven-plugin</artifactId>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6-SNAPSHOT</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
@ -356,8 +356,4 @@
|
|||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<scm>
|
||||
<tag>v0.9.5</tag>
|
||||
</scm>
|
||||
</project>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.faendir</groupId>
|
||||
<artifactId>message-generator-maven-plugin</artifactId>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6-SNAPSHOT</version>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<name>message-generator-maven-plugin</name>
|
||||
<properties>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.faendir</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.6-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.5</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in a new issue