Skip to content

Commit 045f99c

Browse files
committed
Complete update to asm 9.7
1 parent 57b7d49 commit 045f99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

harness/apisupport.harness/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<pathelement location="${cluster}/tasks.jar"></pathelement>
4040
</classpath>
4141
</taskdef>
42-
<echo file="build/binaries-list">AA205CF0A06DBD8E04ECE91C0B37C3F5D567546A org.ow2.asm:asm:9.6</echo>
42+
<echo file="build/binaries-list">073D7B3086E14BEB604CED229C302FEFF6449723 org.ow2.asm:asm:9.7</echo>
4343
<TestDownload>
4444
<manifest dir="build">
4545
<include name="binaries-list"/>
4646
</manifest>
4747
</TestDownload>
48-
<delete file="build/asm-9.5.jar"/>
48+
<delete file="build/asm-9.7.jar"/>
4949
</target>
5050

5151
<target name="compile-jnlp-launcher" depends="init,compile">

0 commit comments

Comments
 (0)