commit ee93a0b1aba5ec0d8a78fe6b11fc00775ad18c6d
parent 8e3b1348e70acc1233cce3346b5649490bca3133
Author: Daniel Gultsch <daniel@gultsch.de>
Date: Sun, 8 Oct 2017 16:29:26 +0200
Merge branch 'master' of github.com:iNPUTmice/ComplianceTester
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -17,7 +17,7 @@ This tool helps you to asses if your server supports those compliance profiles.
Download the compiled [ComplianceTester-0.2.1.jar](https://gultsch.de/files/ComplianceTester-0.2.1.jar) or build with ```mvn package``` (needs Java 8)
-Run with ```java -jar target/ComplianceTester-0.1.jar username@domain password```
+Run with ```java -jar target/ComplianceTester-0.2.1.jar username@domain password```
Example output:
```
diff --git a/pom.xml b/pom.xml
@@ -25,7 +25,7 @@
<dependency>
<groupId>de.measite.minidns</groupId>
<artifactId>minidns-hla</artifactId>
- <version>0.2.0</version>
+ <version>0.2.4</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>