Skip to content

Commit

Permalink
update versions in build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewein committed Jun 17, 2022
1 parent 57ec283 commit 7de7213
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
value="${cen.spec.id}#compliant#urn:xoev-de:kosit:standard:xrechnung_${xrechnung.version.major.minor}" />


<property name="validator.configuration.version.full" value="2022-04-31-SNAPSHOT" />
<property name="validator.configuration.version.full" value="2022-05-31" />
<property name="dist.name"
value="validator-configuration-xrechnung_${xrechnung.version}_${validator.configuration.version.full}.zip" />
<!-- 3rd party resources -->
Expand Down Expand Up @@ -74,10 +74,10 @@

<!-- XRechnung Schematron Rules section -->
<!-- build date might get deprecated in future: check on this -->
<property name="xrechnung.build.date" value="2022-01-31" />
<property name="xrechnung.build.date" value="2022-05-31" />
<!-- XRechnung Schematron -->
<property name="xr.schematron.version.major.minor" value="1.7" />
<property name="xr.schematron.version.patch" value="1" />
<property name="xr.schematron.version.patch" value="2" />
<property name="xr.schematron.version.full"
value="${xr.schematron.version.major.minor}.${xr.schematron.version.patch}" />

Expand All @@ -87,7 +87,7 @@
value="xrechnung-${xrechnung.version}-schematron-${xr.schematron.version.full}.zip" />
<property name="xr.schematron.download.url" value="${xr.schematron.download.url.prefix}/${xr.schematron.zip}" />

<property name="xr.testsuite.version" value="2022-01-31" />
<property name="xr.testsuite.version" value="2022-05-31" />
<property name="xr.testsuite.download.url.prefix"
value="https://github.com/itplr-kosit/xrechnung-testsuite/releases/download" />

Expand Down

0 comments on commit 7de7213

Please sign in to comment.