mirror of https://github.com/shred/acme4j
parent
be7e9a690a
commit
86c2647ff0
|
@ -20,7 +20,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.shredzone.acme4j</groupId>
|
<groupId>org.shredzone.acme4j</groupId>
|
||||||
<artifactId>acme4j</artifactId>
|
<artifactId>acme4j</artifactId>
|
||||||
<version>3.1.1-SNAPSHOT</version>
|
<version>3.1.1</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>3.1.1-SNAPSHOT</version>
|
<version>3.1.1</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>3.1.1-SNAPSHOT</version>
|
<version>3.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>acme4j-it</artifactId>
|
<artifactId>acme4j-it</artifactId>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.shredzone.acme4j</groupId>
|
<groupId>org.shredzone.acme4j</groupId>
|
||||||
<artifactId>acme4j</artifactId>
|
<artifactId>acme4j</artifactId>
|
||||||
<version>3.1.1-SNAPSHOT</version>
|
<version>3.1.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>acme4j-smime</artifactId>
|
<artifactId>acme4j-smime</artifactId>
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<groupId>org.shredzone.acme4j</groupId>
|
<groupId>org.shredzone.acme4j</groupId>
|
||||||
<artifactId>acme4j</artifactId>
|
<artifactId>acme4j</artifactId>
|
||||||
<version>3.1.1-SNAPSHOT</version>
|
<version>3.1.1</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>v3.1.1</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>GitHub</system>
|
<system>GitHub</system>
|
||||||
|
|
Loading…
Reference in New Issue