Updated builds + build system

This commit is contained in:
nathan 2016-02-13 18:51:13 +01:00
parent 309992aab9
commit ef5e71d18a
2 changed files with 2 additions and 5 deletions

View File

@ -44,7 +44,7 @@ Usage:
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ObjectPool</artifactId>
<version>2.0</version>
<version>2.1</version>
</dependency>
```
@ -56,5 +56,3 @@ https://oss.sonatype.org/content/repositories/releases/com/dorkbox/ObjectPool/
This project is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.

View File

@ -30,7 +30,7 @@ class ObjectPool<T> {
*/
public static
String getVersion() {
return "2.0";
return "2.1";
}
public
@ -98,4 +98,3 @@ class ObjectPool<T> {
}
}