mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2025-01-01 07:20:41 +08:00
1.09
This commit is contained in:
parent
e1f72f3303
commit
e48d1b2ec0
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.08</version>
|
<version>1.09</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.08
|
version: 1.09
|
||||||
---
|
---
|
||||||
Build.build(project);
|
Build.build(project);
|
||||||
Build.oneJAR(project);
|
Build.oneJAR(project);
|
Loading…
Reference in New Issue
Block a user