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

pull/38/head v0.12
Richard Körber 2017-09-20 21:06:53 +02:00
parent 0f5b0e7b03
commit c079db192c
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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