From b1e394a8324f7d6ab4a65bb9a4ad960c353817d5 Mon Sep 17 00:00:00 2001
From: Barbara Dewein
Date: Fri, 17 Feb 2023 14:04:01 +0100
Subject: [PATCH] update documentation
---
docs/development.md | 6 +++---
scenarios.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/development.md b/docs/development.md
index af88a09..e0e84c9 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -203,15 +203,15 @@ If you want to skip tests call `ant dist-only`.
```
* Tag the last commit according to the following naming rule:
- `release-${date-of-scheduled-release-e.g. 2022-05-31}`
+ `release-${date-of-scheduled-release-e.g. 2023-02-17}`
e.g.
- `git tag release-2022-05-31 && git push origin release-2022-05-31`
+ `git tag release-2023-02-17 && git push origin release-2023-02-17`
### Publish
* Draft a new release at https://github.com/itplr-kosit/validator-configuration-xrechnung/releases/new
* Choose the git tag
-* Add a release title of the following scheme: `Validator Configuration 2022-05-31 compatible with XRechnung 2.2.0`.
+* Add a release title of the following scheme: `Validator Configuration 2023-02-17 compatible with XRechnung 2.3.x`.
* Copy & paste the high quality changelog entries for this release from CHANGELOG.md.
* Upload distribution zip and tick mark this release as a `pre-release`.
diff --git a/scenarios.xml b/scenarios.xml
index 14a1a80..8625cf3 100644
--- a/scenarios.xml
+++ b/scenarios.xml
@@ -11,7 +11,7 @@
Checks whether XML Documents conform to XRechnung specification
@xrechnung.version@
- (https://www.xoev.de/die_standards/xrechnung-14741).
+ (https://xeinkauf.de/xrechnung/versionen-und-bundles/).
It uses CEN Schematron rules of @cen.spec.id@
in version @cen.rules.version@ from @build.date@
(https://github.com/ConnectingEurope/eInvoicing-EN16931/releases).