This commit is contained in:
Nathan Sweet 2012-06-18 11:32:44 +00:00
parent 14bbe83269
commit 60d4e16918
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.03</version>
<version>1.05</version>
<packaging>jar</packaging>
<name>ReflectASM</name>
<description>High performance Java reflection using code generation</description>

View File

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