Merge branch 'master' of github.com:GideonLeGrange/mikrotik-java

This commit is contained in:
GideonLeGrange 2014-11-26 09:46:09 +02:00
commit fc72c58372
2 changed files with 11 additions and 2 deletions

View File

@ -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
<dependency>
<groupId>me.legrange</groupId>
<artifactId>mikrotik</artifactId>
<version>2.0.2</version>
</dependency>
```
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
------------

View File

@ -96,7 +96,7 @@
<executions>
<execution>
<configuration>
<keyname>8D1FA6CF</keyname>
<keyname>D20D95D7</keyname>
</configuration>
<id>sign-artifacts</id>
<phase>verify</phase>