[maven-release-plugin] prepare for next development iteration
This commit is contained in:
parent
e42b69e7a4
commit
37f03bbe84
3 changed files with 5 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
<groupId>com.faendir</groupId>
|
||||
<artifactId>acrarium</artifactId>
|
||||
<version>0.9.15</version>
|
||||
<version>0.9.16-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.15</version>
|
||||
<version>0.9.16-SNAPSHOT</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
@ -390,8 +390,4 @@
|
|||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<scm>
|
||||
<tag>v0.9.15</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.15</version>
|
||||
<version>0.9.16-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.15</version>
|
||||
<version>0.9.16-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.15</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in a new issue