asm 6.0_BETA was released so we should use it when building on java9

Motivation:

We used asm 6.0_ALPHA when building on java9 as the latest stable release not works with java9. asm 6.0_BETA was just released so we should update.

Modifications:

Upgrade asm version

Result:

Not use ALPHA release anymore
This commit is contained in:
Norman Maurer 2017-08-04 20:41:19 +02:00
parent 237a4da1b7
commit bd029503ae

View File

@ -80,7 +80,7 @@
<!-- This is needed as earlier ASM versions not support java9 -->
<!-- https://issues.apache.org/jira/browse/MSHADE-242 -->
<!-- https://github.com/netty/netty/issues/6100 -->
<asm.version>6.0_ALPHA</asm.version>
<asm.version>6.0_BETA</asm.version>
<!-- Skip as maven plugin not works with Java9 yet -->
<skipOsgiTestsuite>true</skipOsgiTestsuite>
<forbiddenapis.skip>true</forbiddenapis.skip>