mirror of https://github.com/shred/acme4j
Merge branch 'staging'
commit
c7a9c2f55b
|
@ -20,7 +20,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.shredzone.acme4j</groupId>
|
<groupId>org.shredzone.acme4j</groupId>
|
||||||
<artifactId>acme4j</artifactId>
|
<artifactId>acme4j</artifactId>
|
||||||
<version>2.0-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>acme4j-client</artifactId>
|
<artifactId>acme4j-client</artifactId>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.shredzone.acme4j</groupId>
|
<groupId>org.shredzone.acme4j</groupId>
|
||||||
<artifactId>acme4j</artifactId>
|
<artifactId>acme4j</artifactId>
|
||||||
<version>2.0-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>acme4j-example</artifactId>
|
<artifactId>acme4j-example</artifactId>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.shredzone.acme4j</groupId>
|
<groupId>org.shredzone.acme4j</groupId>
|
||||||
<artifactId>acme4j</artifactId>
|
<artifactId>acme4j</artifactId>
|
||||||
<version>2.0-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>acme4j-it</artifactId>
|
<artifactId>acme4j-it</artifactId>
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
</ports>
|
</ports>
|
||||||
<cmd>
|
<cmd>
|
||||||
<shell>
|
<shell>
|
||||||
echo "nameserver $(grep 'bammbamm' /etc/hosts|cut -f1)">/etc/resolv.conf; \
|
echo "nameserver $(grep 'bammbamm' /etc/hosts|cut -f1)">/etc/resolv.conf; \
|
||||||
pebble -config /etc/pebble/pebble-config.json
|
pebble -config /etc/pebble/pebble-config.json
|
||||||
</shell>
|
</shell>
|
||||||
</cmd>
|
</cmd>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.shredzone.acme4j</groupId>
|
<groupId>org.shredzone.acme4j</groupId>
|
||||||
<artifactId>acme4j</artifactId>
|
<artifactId>acme4j</artifactId>
|
||||||
<version>2.0-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>acme4j-utils</artifactId>
|
<artifactId>acme4j-utils</artifactId>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<groupId>org.shredzone.acme4j</groupId>
|
<groupId>org.shredzone.acme4j</groupId>
|
||||||
<artifactId>acme4j</artifactId>
|
<artifactId>acme4j</artifactId>
|
||||||
<version>2.0-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>acme4j</name>
|
<name>acme4j</name>
|
||||||
|
|
Loading…
Reference in New Issue