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 Nov 14, 2023
1 parent 2ab36ec commit d19ce8c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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
## v2023-11-15

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

### Changed

Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<property name="saxon.jar" value="saxon-he-10.6.jar"/>

<!-- Naming -->
<property name="xr-visualization.version.full" value="2023-11-15-SNAPSHOT"/>
<property name="xr-visualization.version.full" value="2023-11-15"/>

<!-- Test resources -->
<property name="xrechnung.version.major.minor" value="3.0"/>
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-09-22"/>
<property name="validator.config.release.date" value="2023-11-15"/>

<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
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-09-22 && git push origin v2023-09-22`
`git tag v2023-11-15 && git push origin v2023-11-15`

### Publish

Expand Down
3 changes: 3 additions & 0 deletions src/test/instances/maxRechnung_ubl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
<cac:PartyIdentification>
<cbc:ID schemeID="0013">987654321</cbc:ID>
</cac:PartyIdentification>
<cac:PartyIdentification>
<cbc:ID schemeID="0013">987654320</cbc:ID>
</cac:PartyIdentification>
<cac:PartyName>
<cbc:Name>EntServDE</cbc:Name>
</cac:PartyName>
Expand Down

0 comments on commit d19ce8c

Please sign in to comment.