Upgrade pegdown again, there is already 1.2.1, using ASM 4.1

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-12-08 18:21:58 +00:00
parent 29992f217b
commit ece5c6925c
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" --> <!-- 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"> <target name="resolve-pegdown" unless="pegdown.loaded" depends="ivy-availability-check,ivy-fail,ivy-configure">
<ivy:cachepath organisation="org.pegdown" module="pegdown" revision="1.2.0" <ivy:cachepath organisation="org.pegdown" module="pegdown" revision="1.2.1"
inline="true" conf="default" type="jar" transitive="true" pathid="pegdown.classpath"/> inline="true" conf="default" type="jar" transitive="true" pathid="pegdown.classpath"/>
<property name="pegdown.loaded" value="true"/> <property name="pegdown.loaded" value="true"/>
</target> </target>