Skip to content

Commit

Permalink
update changelog and build script to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewein committed Nov 16, 2022
1 parent cdc622e commit cb7d6e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-->

## UNRELEASED
## 2022-11-15

This release is compatible with XRechnung ?.?.?
This release is compatible with XRechnung 2.2.0

### Added

Expand All @@ -22,7 +22,7 @@ This release is compatible with XRechnung ?.?.?
### Changed

* Unexpected behaviour tests follow target state logic
* replaced hardcoded XR extension version in `scenarios.xml`
* Replaced hardcoded XR extension version in `scenarios.xml`

### Fixed

Expand Down
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<property name="xrechnung.extension.id"
value="${xrechnung.spec.id}#conformant#urn:xoev-de:kosit:extension:xrechnung_${xrechnung.version.major.minor}" />

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

<!-- XRechnung Schematron Rules section -->
<property name="xr.schematron.version.major.minor" value="1.7" />
<property name="xr.schematron.version.patch" value="2" />
<property name="xr.schematron.version.patch" value="3" />
<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-07-15" />
<property name="xr.testsuite.version" value="2022-11-15" />
<property name="xr.testsuite.download.url.prefix"
value="https://github.com/itplr-kosit/xrechnung-testsuite/releases/download" />

Expand Down

0 comments on commit cb7d6e3

Please sign in to comment.