Skip to content

Commit

Permalink
Merge pull request #3095 from r30shah/asmLink
Browse files Browse the repository at this point in the history
Update link to get ASM-7.0 from Beta release page
  • Loading branch information
Shelley Lambert authored Oct 2, 2018
2 parents 91938ff + a4c0d08 commit f2996a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/TestConfig/scripts/tools/getDependencies.pl
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
sha1 => '535f141f6c8fc65986a3469839a852a3266d1025'
);
my %asm_7_0 = (
url => 'https://repository.ow2.org/nexus/content/repositories/snapshots/org/ow2/asm/asm/7.0-beta-SNAPSHOT/asm-7.0-beta-20180929.073030-16.jar',
url => 'https://repository.ow2.org/nexus/content/repositories/releases/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.jar',
fname => 'asm-7.0.jar',
sha1 => '1fc781c7bf0aa32338032bbcc0204c751022f32b'
sha1 => '7804855908e0a5e4f98e3364fa537426d9f5329c'
);
my %commons_cli = (
url => 'http://central.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar',
Expand Down

0 comments on commit f2996a2

Please sign in to comment.