Updated builds + build system

This commit is contained in:
nathan 2016-02-13 18:51:13 +01:00
parent 27b5842caa
commit f7264f534c
2 changed files with 2 additions and 7 deletions

View File

@ -19,7 +19,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>CabParser</artifactId>
<version>2.0</version>
<version>2.2</version>
</dependency>
```
@ -32,6 +32,3 @@ https://oss.sonatype.org/content/repositories/releases/com/dorkbox/CabParser-Dor
This project is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.

View File

@ -90,7 +90,7 @@ public final class CabParser {
*/
public static
String getVersion() {
return "2.0";
return "2.2";
}
public Enumeration<Object> entries() {
@ -177,5 +177,3 @@ public final class CabParser {
}
}