From 2bac9a5b2144e27e52b12e46049a08b8e15988b8 Mon Sep 17 00:00:00 2001 From: GideonLeGrange Date: Wed, 30 Apr 2014 14:29:05 +0200 Subject: [PATCH] Preparing for Maven --- README.md | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2358b68..45a53ed 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ The current stable version is 1.1.5, which fixes more comamnd line parsing bugs. * 1.1.2 added support for handling multi-line results, like for example /file print. * 1.1 added TLS (SSL) support to encrypt API traffic. +Getting the API +--------------- + +You can clone or fork the repository. Alternatively, you can get the mikrotik-java jar from Maven Central. + Examples ======== diff --git a/pom.xml b/pom.xml index c360a88..a86e692 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ me.legrange mikrotik - 1.1.6 + 1.1.6-SNAPSHOT jar Mikrotik API Java Client Library