Bump to v3.0.0, adhere to SemVer

pull/140/head
Richard Körber 2022-11-18 19:44:09 +01:00
parent 3b4591884b
commit 41d9855bc0
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
8 changed files with 8 additions and 6 deletions

View File

@ -21,6 +21,7 @@ It is an independent open source implementation that is not affiliated with or e
* Built with maven, packages available at [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22org.shredzone.acme4j%22)
* Extensive unit and integration tests
* Reported to work on Android. However, this platform is not officially supported.
* Adheres to [Semantic Versioning](https://semver.org/)
## Dependencies

View File

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

View File

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

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j</artifactId>
<version>2.17-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>acme4j-it</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j</artifactId>
<version>2.17-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>acme4j-smime</artifactId>

View File

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

View File

@ -19,7 +19,7 @@
<groupId>org.shredzone.acme4j</groupId>
<artifactId>acme4j</artifactId>
<version>2.17-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>acme4j</name>

View File

@ -25,6 +25,7 @@ Latest version: ![maven central](https://shredzone.org/maven-central/org.shredzo
* Built with maven, packages available at [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22org.shredzone.acme4j%22)
* Extensive unit and integration tests
* Reported to work on Android. However, this platform is not officially supported.
* Adheres to [Semantic Versioning](https://semver.org/)
## Dependencies