Skip to content

Commit

Permalink
Merge pull request #7251 from pepness/asm-9.7
Browse files Browse the repository at this point in the history
Complete update to asm 9.7
  • Loading branch information
pepness authored Apr 10, 2024
2 parents 1768511 + 045f99c commit b5294e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harness/apisupport.harness/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
<pathelement location="${cluster}/tasks.jar"></pathelement>
</classpath>
</taskdef>
<echo file="build/binaries-list">AA205CF0A06DBD8E04ECE91C0B37C3F5D567546A org.ow2.asm:asm:9.6</echo>
<echo file="build/binaries-list">073D7B3086E14BEB604CED229C302FEFF6449723 org.ow2.asm:asm:9.7</echo>
<TestDownload>
<manifest dir="build">
<include name="binaries-list"/>
</manifest>
</TestDownload>
<delete file="build/asm-9.5.jar"/>
<delete file="build/asm-9.7.jar"/>
</target>

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

0 comments on commit b5294e0

Please sign in to comment.