[maven-release-plugin] prepare release v0.2

pull/17/merge v0.2
Richard Körber 2016-01-09 17:28:53 +01:00
parent ef8c85a763
commit e49bf4e8f2
4 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<artifactId>acme4j-client</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<artifactId>acme4j-example</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<artifactId>acme4j-utils</artifactId>

View File

@ -19,7 +19,7 @@
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>pom</packaging>
<name>acme4j</name>
@ -37,7 +37,7 @@
<url>scm:git:git@github.com:shred/acme4j.git</url>
<connection>scm:git:git@github.com:shred/acme4j.git</connection>
<developerConnection>scm:git:git@github.com:shred/acme4j.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.2</tag>
</scm>
<issueManagement>
<system>GitHub</system>