Skip to content

Commit

Permalink
update to upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewein committed Jun 20, 2024
1 parent 4ac0dae commit a03529d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## UNRELEASED
## v2024-06-20

This release is compatible with XRechnung ?.?.?
This release is compatible with XRechnung 3.0.x

### Fixed

* Incorrect German translation for BT-10 (thanks to GitHub user @futurescenario9).
* Incorrect German translation for BT-10 (thanks to GitHub user @futurescenario9)
* BT-31: scheme identifier 'VAT' removed from templates
* condition removed from BT-29 in cii2xr conversion, which prevented display of multiple BT-29 from different bindings
* Display of specification identifier in PDF
Expand Down
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<property name="saxon.jar" value="saxon-he-10.6.jar"/>

<!-- Naming -->
<property name="xr-visualization.version.full" value="2024-01-31-SNAPSHOT"/>
<property name="xr-visualization.version.full" value="2024-06-20"/>

<!-- Test resources -->
<property name="xrechnung.version.major.minor" value="3.0"/>
<property name="xrechnung.version.full" value="${xrechnung.version.major.minor}.1"/>
<property name="xrechnung.version.full" value="${xrechnung.version.major.minor}.2"/>

<property name="github.group.url" value="https://github.com/itplr-kosit"/>

Expand All @@ -37,7 +37,7 @@

<!-- Validator Configuration XRechnung -->
<property name="validator.config.proj.name" value="validator-configuration-xrechnung"/>
<property name="validator.config.release.date" value="2023-11-15"/>
<property name="validator.config.release.date" value="2024-06-20"/>

<property name="validator.config.download.url"
value="${github.group.url}/${validator.config.proj.name}/releases/download/release-${validator.config.release.date}/${validator.config.proj.name}_${xrechnung.version.full}_${validator.config.release.date}.zip"/>
Expand Down Expand Up @@ -68,7 +68,7 @@
<property name="test.reports.dir" location="${test.build.dir}/reports"/>

<!-- testsuite -->
<property name="xr.testsuite.version" value="2023-09-22"/>
<property name="xr.testsuite.version" value="2024-06-20"/>
<property name="xr.testsuite.download.url.prefix"
value="https://github.com/itplr-kosit/xrechnung-testsuite/releases/download"/>
<property name="xr.testsuite.zip"
Expand Down
2 changes: 1 addition & 1 deletion doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ant clean dist
```

* Tag the last commit according to the following naming rule: `v${xr-visu.version.full}` e.g.
`git tag v2023-11-15 && git push origin v2023-11-15`
`git tag v2024-06-20 && git push origin v2024-06-20`

### Publish

Expand Down

0 comments on commit a03529d

Please sign in to comment.