[maven-release-plugin] prepare release v2.0

pull/61/head v2.0
Richard Körber 2018-03-13 23:40:54 +01:00
parent e02e319a11
commit 14484b9fc9
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
5 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
</parent>
<artifactId>acme4j-it</artifactId>
@ -131,7 +131,7 @@
</ports>
<cmd>
<shell>
echo "nameserver $(grep 'bammbamm' /etc/hosts|cut -f1)">/etc/resolv.conf; \
echo "nameserver $(grep 'bammbamm' /etc/hosts|cut -f1)"&gt;/etc/resolv.conf; \
pebble -config /etc/pebble/pebble-config.json
</shell>
</cmd>

View File

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

View File

@ -19,7 +19,7 @@
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
<packaging>pom</packaging>
<name>acme4j</name>
@ -37,7 +37,7 @@
<url>https://github.com/shred/acme4j/</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>v2.0</tag>
</scm>
<issueManagement>
<system>GitHub</system>