From a527bdb6c6f87f2bc381b486b6031e5e1cb2c404 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Fri, 4 Aug 2017 20:41:19 +0200 Subject: [PATCH] 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eb9a2dc41f..450181e45a 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ - 6.0_ALPHA + 6.0_BETA true true