commit eef44723537a52aac2578b04a70c7b683bcc69d9 parent eac561d989b22167133302432fcd5c4e33e793cf Author: Daniel Gultsch <daniel@gultsch.de> Date: Wed, 28 Feb 2018 15:48:54 +0100 version bump to 0.2.3 Diffstat:
M | README.md | | | 4 | ++-- |
M | pom.xml | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -15,9 +15,9 @@ This tool helps you to asses if your server supports those compliance profiles. ## Usage -Download the compiled [ComplianceTester-0.2.2.jar](https://gultsch.de/files/ComplianceTester-0.2.2.jar) or build with ```mvn package``` (needs Java 8) +Download the compiled [ComplianceTester-0.2.3.jar](https://gultsch.de/files/ComplianceTester-0.2.3.jar) or build with ```mvn package``` (needs Java 8) -Run with ```java -jar target/ComplianceTester-0.2.2.jar username@domain password``` +Run with ```java -jar target/ComplianceTester-0.2.3.jar username@domain password``` Example output: ``` diff --git a/pom.xml b/pom.xml @@ -6,7 +6,7 @@ <groupId>eu.siacs</groupId> <artifactId>ComplianceTester</artifactId> - <version>0.2.2</version> + <version>0.2.3</version> <packaging>jar</packaging> <dependencies>