Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2018-08-29 19:17:26 +0000
committerRoland Grunberg2018-08-29 20:39:50 +0000
commitb9a552276d2eb7c58915b89c3126415c3502e65c (patch)
treee1cc614deca32e788d537318113d8574bfd44fef
parent2f94c0fc92af9c113e8533904d61ef1cf1175240 (diff)
downloadorg.eclipse.linuxtools-b9a552276d2eb7c58915b89c3126415c3502e65c.tar.gz
org.eclipse.linuxtools-b9a552276d2eb7c58915b89c3126415c3502e65c.tar.xz
org.eclipse.linuxtools-b9a552276d2eb7c58915b89c3126415c3502e65c.zip
Update ASM from 6.0.0 to 6.2.1.
Change-Id: I4510ed1be3e5de99b77a67808fb28dbd2150ca88 Reviewed-on: https://git.eclipse.org/r/128332 Tested-by: CI Bot Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
-rw-r--r--releng/org.eclipse.linuxtools.target/linuxtools-e4.9.target10
1 files changed, 5 insertions, 5 deletions
diff --git a/releng/org.eclipse.linuxtools.target/linuxtools-e4.9.target b/releng/org.eclipse.linuxtools.target/linuxtools-e4.9.target
index 96352374b3..64115db274 100644
--- a/releng/org.eclipse.linuxtools.target/linuxtools-e4.9.target
+++ b/releng/org.eclipse.linuxtools.target/linuxtools-e4.9.target
@@ -47,13 +47,13 @@
<unit id="org.glassfish.jersey.ext.entityfiltering" version="2.22.1.v20161103-0227"/>
<unit id="org.glassfish.jersey.media.jersey-media-json-jackson" version="2.22.1.v20161117-2005"/>
<unit id="org.mockito" version="1.9.5.v201605172210"/>
-<unit id="org.objectweb.asm" version="6.0.0.v20180414-0329"/>
-<unit id="org.objectweb.asm.analysis" version="6.0.0.v20180414-0329"/>
-<unit id="org.objectweb.asm.tree" version="6.0.0.v20180414-0329"/>
-<unit id="org.objectweb.asm.util" version="6.0.0.v20180414-0329"/>
+<unit id="org.objectweb.asm" version="6.2.1.v20180823-1831"/>
+<unit id="org.objectweb.asm.analysis" version="6.2.1.v20180823-1831"/>
+<unit id="org.objectweb.asm.tree" version="6.2.1.v20180823-1831"/>
+<unit id="org.objectweb.asm.util" version="6.2.1.v20180823-1831"/>
<unit id="org.slf4j.api" version="1.7.10.v20170428-1633"/>
<unit id="org.swtchart" version="0.10.0.v201605200358"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/I20180801200452/repository"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20180829155938/repository"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>

Back to the top