Upgrade Pegdown for MarkDown converts to 1.2.0 (which uses ASM 4.0, too)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418727 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-12-08 18:18:27 +00:00
parent 62552bd6a2
commit 29992f217b
1 changed files with 1 additions and 1 deletions

View File

@ -1881,7 +1881,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
<!-- PEGDOWN macro: Before using depend on the target "resolve-pegdown" -->
<target name="resolve-pegdown" unless="pegdown.loaded" depends="ivy-availability-check,ivy-fail,ivy-configure">
<ivy:cachepath organisation="org.pegdown" module="pegdown" revision="1.1.0"
<ivy:cachepath organisation="org.pegdown" module="pegdown" revision="1.2.0"
inline="true" conf="default" type="jar" transitive="true" pathid="pegdown.classpath"/>
<property name="pegdown.loaded" value="true"/>
</target>