This commit is contained in:
NathanSweet 2013-11-12 23:16:05 +01:00
parent edfb9f36a7
commit 0138ec7075
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.esotericsoftware.reflectasm</groupId>
<artifactId>reflectasm</artifactId>
<version>1.07</version>
<version>1.08</version>
<packaging>jar</packaging>
<name>ReflectASM</name>
<description>High performance Java reflection using code generation</description>

View File

@ -1,4 +1,4 @@
version: 1.07
version: 1.08
---
Build.build(project);
Build.oneJAR(project);