[maven-release-plugin] prepare release accurest-maven-project-0.1.1

This commit is contained in:
Mariusz Smykula
2016-04-02 17:54:20 +02:00
parent 10f9f4a58e
commit 4e459a1bfb
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-SNAPSHOT</version>
<version>0.1.1</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-SNAPSHOT</version>
<version>0.1.1</version>
<name>Accurate Maven Plugin Project</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>HEAD</tag>
<tag>accurest-maven-project-0.1.1</tag>
</scm>
<distributionManagement>

View File

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