This commit is contained in:
Nathan Sweet 2012-06-19 06:52:46 +00:00
parent ef70ad89dc
commit d2ea0c7ef5
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.06</version>
<version>1.07</version>
<packaging>jar</packaging>
<name>ReflectASM</name>
<description>High performance Java reflection using code generation</description>

View File

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