Release 3.0.5
This commit is contained in:
parent
8cba90814f
commit
acefe40f25
|
|
@ -8,9 +8,10 @@ This project provides a Java client to manipulate Mikrotik routers using the rem
|
||||||
|
|
||||||
[](https://travis-ci.org/GideonLeGrange/mikrotik-java)
|
[](https://travis-ci.org/GideonLeGrange/mikrotik-java)
|
||||||
|
|
||||||
**The current stable version is 3.0.4**
|
**The current stable version is 3.0.5**
|
||||||
|
|
||||||
|
Version 3.0.5 implements a change in the way `login()` is implemented by RouterOS from version 6.43 onward. See pull request #60 for details.
|
||||||
|
|
||||||
Version 3.0.4 captures several months worth of small code clean-ups and documentation improvements.
|
|
||||||
|
|
||||||
### Changes in version 3.0:
|
### Changes in version 3.0:
|
||||||
|
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -9,7 +9,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>me.legrange</groupId>
|
<groupId>me.legrange</groupId>
|
||||||
<artifactId>mikrotik</artifactId>
|
<artifactId>mikrotik</artifactId>
|
||||||
<version>3.0.4</version>
|
<version>3.0.5</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>Mikrotik API Java Client Library</name>
|
<name>Mikrotik API Java Client Library</name>
|
||||||
<url>https://github.com/GideonLeGrange/mikrotik-java</url>
|
<url>https://github.com/GideonLeGrange/mikrotik-java</url>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue