Merge remote-tracking branch 'origin/master'

This commit is contained in:
NathanSweet 2015-06-27 14:17:38 +02:00
commit 455f612e98
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ To use reflectasm with maven, please use the following snippet in your pom.xml
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>reflectasm</artifactId>
<version>1.10.1</version>
<version>1.11.0</version>
</dependency>
```
@ -34,7 +34,7 @@ If you already have asm in a different version (than the one pulled in by reflec
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>reflectasm</artifactId>
<version>1.10.1</version>
<version>1.11.0</version>
<classifier>shaded</classifier>
<exclusions>
<exclusion>

View File

@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.esotericsoftware</groupId>
<artifactId>reflectasm</artifactId>
<version>1.10.2-SNAPSHOT</version>
<version>1.11.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>ReflectASM</name>
<description>High performance Java reflection using code generation</description>