mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2025-01-01 07:20:41 +08:00
1.07
This commit is contained in:
parent
ef70ad89dc
commit
d2ea0c7ef5
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.esotericsoftware.reflectasm</groupId>
|
<groupId>com.esotericsoftware.reflectasm</groupId>
|
||||||
<artifactId>reflectasm</artifactId>
|
<artifactId>reflectasm</artifactId>
|
||||||
<version>1.06</version>
|
<version>1.07</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>ReflectASM</name>
|
<name>ReflectASM</name>
|
||||||
<description>High performance Java reflection using code generation</description>
|
<description>High performance Java reflection using code generation</description>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: 1.06
|
version: 1.07
|
||||||
---
|
---
|
||||||
Build.build(project);
|
Build.build(project);
|
||||||
Build.oneJAR(project);
|
Build.oneJAR(project);
|
Loading…
Reference in New Issue
Block a user