Bump asm version to 5.0.3

5.x release added support for Java 8 and fixed some bugs: [1].

[1] http://forge.ow2.org/forum/forum.php?forum_id=2302

Change-Id: If5009c676e76bfd420d71a710157e57be0c1511a
This commit is contained in:
David Ostrovsky
2014-10-26 07:43:43 +01:00
committed by David Pursehouse
parent b6b88ebe9c
commit 5f5c792ec3

View File

@@ -1,32 +1,32 @@
include_defs('//lib/maven.defs')
VERSION = '4.1'
VERSION = '5.0.3'
maven_jar(
name = 'ow2-asm',
id = 'org.ow2.asm:asm:' + VERSION,
sha1 = 'ad568238ee36a820bd6c6806807e8a14ea34684d',
sha1 = 'dcc2193db20e19e1feca8b1240dbbc4e190824fa',
license = 'ow2',
)
maven_jar(
name = 'ow2-asm-analysis',
id = 'org.ow2.asm:asm-analysis:' + VERSION,
sha1 = '73401033069e4714f57b60aeae02f97210aaa64e',
sha1 = 'c7126aded0e8e13fed5f913559a0dd7b770a10f3',
license = 'ow2',
)
maven_jar(
name = 'ow2-asm-tree',
id = 'org.ow2.asm:asm-tree:' + VERSION,
sha1 = '51085abcc4cb6c6e1cb5551e6f999eb8e31c5b2d',
sha1 = '287749b48ba7162fb67c93a026d690b29f410bed',
license = 'ow2',
)
maven_jar(
name = 'ow2-asm-util',
id = 'org.ow2.asm:asm-util:' + VERSION,
sha1 = '6344065cb0f94e2b930a95e6656e040ebc11df08',
sha1 = '1512e5571325854b05fb1efce1db75fcced54389',
license = 'ow2',
)