Skip to content

Commit

Permalink
Actions -< use 2.3.1 validation config
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Sep 11, 2023
1 parent 4e44b09 commit bdff92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- By default the tools are managed by Composer in ${basedir}/vendor/bin -->
<property name="url.composer.download" value="https://getcomposer.org/download/2.2.6/composer.phar"/>
<property name="url.validator.download" value="https://github.com/itplr-kosit/validator/releases/download/v1.4.0/validationtool-1.4.0.zip"/>
<property name="url.validator.scenarios.download" value="https://github.com/itplr-kosit/validator-configuration-xrechnung/releases/download/release-2020-07-31/validator-configuration-xrechnung_2.0.0_2020-07-31.zip"/>
<property name="url.validator.scenarios.download" value="https://github.com/itplr-kosit/validator-configuration-xrechnung/releases/download/release-2023-05-12/validator-configuration-xrechnung_2.3.1_2023-05-12.zip"/>
<property name="url.phpdocumentor.download" value="https://phpdoc.org/phpDocumentor.phar"/>
<property name="validatorzipdir" value="${basedir}/build/validator"/>
<property name="validatorconfigzipdir" value="${basedir}/build/validator"/>
Expand Down

0 comments on commit bdff92c

Please sign in to comment.