Skip to content

Commit 323a65d

Browse files
committed
update to XR 3.0.1
1 parent 759f44a commit 323a65d

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
-->
99

10-
## UNRELEASED
10+
## 2023-09-22
1111

12-
This release is compatible with XRechnung ?.?.?
12+
This release is compatible with XRechnung 3.0.x
13+
14+
### Changed
15+
16+
* Using [XRechnung Schematron 2.0.1](https://github.com/itplr-kosit/xrechnung-schematron/releases/tag/release-2.0.1)
1317

1418
## 2023-07-31
1519

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ In particular this Validator Configuration integrates the following third-party
2121

2222
The git master branch always has the latest code. Since March 2018 new releases have the following naming and versioning scheme:
2323

24-
The source code gets tagged with `release-${release-date}` and distributions get the name `validator-configuration-xrechnung_${xrechnung-version}_${release-date}` e.g. `validator-configuration-xrechnung_3.0.0_2023-07-31.zip`
24+
The source code gets tagged with `release-${release-date}` and distributions get the name `validator-configuration-xrechnung_${xrechnung-version}_${release-date}` e.g. `validator-configuration-xrechnung_3.0.1_2023-09-22.zip`

build.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<!-- Naming -->
2121
<property name="xrechnung.version.major.minor" value="3.0" />
22-
<property name="xrechnung.version.patch" value="0" />
22+
<property name="xrechnung.version.patch" value="1" />
2323
<property name="xrechnung.version"
2424
value="${xrechnung.version.major.minor}.${xrechnung.version.patch}" />
2525
<property name="cen.spec.id" value="urn:cen.eu:en16931:2017" />
@@ -28,7 +28,7 @@
2828
<property name="xrechnung.extension.id"
2929
value="${xrechnung.spec.id}#conformant#urn:xeinkauf.de:kosit:extension:xrechnung_${xrechnung.version.major.minor}" />
3030

31-
<property name="validator.configuration.version.full" value="2023-10-31-SNAPSHOT" />
31+
<property name="validator.configuration.version.full" value="2023-09-22" />
3232
<property name="dist.name"
3333
value="validator-configuration-xrechnung_${xrechnung.version}_${validator.configuration.version.full}.zip" />
3434
<!-- 3rd party resources -->
@@ -77,7 +77,7 @@
7777

7878
<!-- XRechnung Schematron Rules section -->
7979
<property name="xr.schematron.version.major.minor" value="2.0" />
80-
<property name="xr.schematron.version.patch" value="0" />
80+
<property name="xr.schematron.version.patch" value="1" />
8181
<property name="xr.schematron.version.full"
8282
value="${xr.schematron.version.major.minor}.${xr.schematron.version.patch}" />
8383

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

90-
<property name="xr.testsuite.version" value="2023-07-31" />
90+
<property name="xr.testsuite.version" value="2023-09-22" />
9191
<property name="xr.testsuite.download.url.prefix"
9292
value="https://github.com/itplr-kosit/xrechnung-testsuite/releases/download" />
9393

docs/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,15 @@ If you want to skip tests call `ant dist-only`.
203203
```
204204

205205
* Tag the last commit according to the following naming rule:
206-
`release-${date-of-scheduled-release-e.g. 2023-07-31}`
206+
`release-${date-of-scheduled-release-e.g. 2023-09-22}`
207207
e.g.
208-
`git tag release-2023-07-31 && git push origin release-2023-07-31`
208+
`git tag release-2023-09-22 && git push origin release-2023-09-22`
209209

210210
### Publish
211211

212212
* Draft a new release at https://github.com/itplr-kosit/validator-configuration-xrechnung/releases/new
213213
* Choose the git tag
214-
* Add a release title of the following scheme: `Validator Configuration 2023-07-31 compatible with XRechnung 3.0.x`.
214+
* Add a release title of the following scheme: `Validator Configuration 2023-09-22 compatible with XRechnung 3.0.x`.
215215
* Copy & paste the high quality changelog entries for this release from CHANGELOG.md.
216216
* Upload distribution zip and tick mark this release as a `pre-release`.
217217

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ In an empty directory:
1313
# download validator
1414
curl -L "https://github.com/itplr-kosit/validator/releases/download/v1.5.0/validator-1.5.0-distribution.zip" --output validator.zip
1515

16-
# download configuration (for 3.0.0)
17-
curl -L "https://github.com/itplr-kosit/validator-configuration-xrechnung/releases/download/release-2023-07-31/validator-configuration-xrechnung_3.0.0_2023-07-31.zip" --output validator-configuration.zip
16+
# download configuration (for 3.0.1)
17+
curl -L "https://github.com/itplr-kosit/validator-configuration-xrechnung/releases/download/release-2023-09-22/validator-configuration-xrechnung_3.0.1_2023-09-22.zip" --output validator-configuration.zip
1818

1919
# download one most recent test document
2020
curl -L "https://raw.githubusercontent.com/itplr-kosit/xrechnung-testsuite/master/src/test/business-cases/standard/01.01a-INVOICE_ubl.xml" --output ubl.xml

0 commit comments

Comments
 (0)