[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Mariusz Smykula
2016-03-30 20:54:18 +02:00
parent effd085e79
commit 543a314e97
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>io.codearte.accurest</groupId>
<artifactId>accurest-maven-project</artifactId>
<version>0.1-alpha</version>
<version>0.2-SNAPSHOT</version>
</parent>
<artifactId>accurest-maven-plugin</artifactId>

View File

@@ -4,7 +4,7 @@
<groupId>io.codearte.accurest</groupId>
<artifactId>accurest-maven-project</artifactId>
<version>0.1-alpha</version>
<version>0.2-SNAPSHOT</version>
<name>Accurate Maven Plugin</name>
<description>Accurate REST Maven Plugin</description>
@@ -50,7 +50,7 @@
<connection>scm:git:https://github.com/Codearte/accurest-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:Codearte/accurest-maven-plugin.git</developerConnection>
<url>https://github.com/Codearte/accurest-maven-plugin</url>
<tag>accurest-maven-project-0.1-alpha</tag>
<tag>HEAD</tag>
</scm>
<distributionManagement>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>accurest-maven-project</artifactId>
<groupId>io.codearte.accurest</groupId>
<version>0.1-alpha</version>
<version>0.2-SNAPSHOT</version>
</parent>
<artifactId>accurest-test-deps</artifactId>