Updated builds + build system

This commit is contained in:
nathan 2016-02-13 18:51:13 +01:00
parent 24218faa3a
commit 270019d9c1
2 changed files with 2 additions and 13 deletions

View File

@ -50,7 +50,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Notify</artifactId>
<version>2.0</version>
<version>2.5</version>
</dependency>
```
@ -68,8 +68,3 @@ https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
This project is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.

View File

@ -63,7 +63,7 @@ class Notify {
*/
public static
String getVersion() {
return "2.0";
return "2.5";
}
/**
@ -366,9 +366,3 @@ class Notify {
}
}