Updated version

This commit is contained in:
nathan 2016-05-31 02:21:42 +02:00
parent e9717b173a
commit ade60fa139
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
https://github.com/dorkbox https://github.com/dorkbox
Copyright 2014, dorkbox, llc Copyright 2014, dorkbox, llc
Copyright 2011 - 2014, XIAM Solutions B.V. (http://www.xiam.nl) Copyright 2011 - 2014, XIAM Solutions B.V. (http://www.xiam.nl)
Extremely fast, lightweight annotation scanner for the classpath, classloader, or files for Java 6+
- Dorkbox Utils - Apache 2.0 License - Dorkbox Utils - Apache 2.0 License

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.9</version> <version>2.10</version>
</dependency> </dependency>
``` ```

View File

@ -199,7 +199,7 @@ class AnnotationDetector implements Builder, Cursor {
*/ */
public static public static
String getVersion() { String getVersion() {
return "2.9"; return "2.10";
} }
/** /**