Updated builds + build system

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

View File

@ -44,7 +44,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Annotations</artifactId> <artifactId>Annotations</artifactId>
<version>2.0</version> <version>2.4</version>
</dependency> </dependency>
``` ```
@ -60,5 +60,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. This project is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.

View File

@ -199,7 +199,7 @@ class AnnotationDetector implements Builder, Cursor {
*/ */
public static public static
String getVersion() { String getVersion() {
return "2.0"; return "2.4";
} }
/** /**
@ -991,4 +991,3 @@ class AnnotationDetector implements Builder, Cursor {
} }