From 0efe62750bc73e478025aa4fe8670b9905b803a4 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Mon, 17 Nov 2014 23:49:39 +0200 Subject: [PATCH 1/3] Update to pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f3a37b9..798a8e0 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,7 @@ - 8D1FA6CF + D20D95D7 sign-artifacts verify From 599ec6d6f58698082e55d77fca9da31cf6ce2a85 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Mon, 17 Nov 2014 23:55:40 +0200 Subject: [PATCH 2/3] Updated README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42ec788..5c7bdba 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,16 @@ The latest development version is 2.0.0 which is available using the 2.0.0 branc Getting the API --------------- -You can clone or fork the repository. Alternatively, you can get the jar from Maven Central. +I recommend using the Maven artifact from Maven Central using this dependency: + +```xml + + me.legrange + mikrotik + 2.0.2 + +``` +You can also clone or fork the repository, or download the source as a zip or tar.gz from [Releases] Contributing ------------ From 71bf6995c8b5ba74f293c8ecebe8f49d298e4eba Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Mon, 17 Nov 2014 23:59:33 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c7bdba..0f6ffe8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ I recommend using the Maven artifact from Maven Central using this dependency: 2.0.2 ``` -You can also clone or fork the repository, or download the source as a zip or tar.gz from [Releases] +You can also clone or fork the repository, or download the source as a zip or tar.gz from [Releases](https://github.com/GideonLeGrange/mikrotik-java/releases) Contributing ------------