Skip to content

Commit

Permalink
bump XMLCalabash to version 1.4.1-100
Browse files Browse the repository at this point in the history
  • Loading branch information
Conal-Tuohy committed Jul 26, 2022
1 parent 8ce676a commit cdd115c
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/ndw/xmlcalabash1/releases/download/1.3.2-99/xmlcalabash-1.3.2-99.zip" dest="build/calabash.zip" skipexisting="true"/>
<get src="https://github.com/ndw/xmlcalabash1/releases/download/1.4.1-100/xmlcalabash-1.4.1-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 cdd115c

Please sign in to comment.