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

pull/17/merge v0.1
Richard Körber 2015-12-25 14:51:27 +01:00
parent 0f6c1a8abd
commit 4414abb1d2
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.1-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>acme4j-client</artifactId>

View File

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

View File

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

View File

@ -19,7 +19,7 @@
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</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.1</tag>
</scm>
<issueManagement>
<system>GitHub</system>