Skip to content

Commit

Permalink
bump XMLCalabash version to 1.2.5-100
Browse files Browse the repository at this point in the history
  • Loading branch information
Conal-Tuohy committed May 21, 2021
1 parent fbc9ae6 commit 476db47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<mkdir dir="build/webapp/WEB-INF/classes"/>
<mkdir dir="build/webapp/WEB-INF/lib"/>
<echo>Installing XML Calabash libraries ...</echo>
<get src="https://github.com/Conal-Tuohy/xmlcalabash1/releases/download/1.1.12-ctuohy/xmlcalabash-1.1.23-98.zip" dest="build/calabash.zip" skipexisting="true"/>
<get src="https://github.com/ndw/xmlcalabash1/releases/download/1.2.5-100/xmlcalabash-1.2.5-100.zip" dest="build/calabash.zip" skipexisting="true"/>
<unzip src="build/calabash.zip" dest="build/lib">
<patternset>
<include name="**/*.jar"/>
Expand Down

0 comments on commit 476db47

Please sign in to comment.