Skip to content

Commit

Permalink
update to next release
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewein committed May 11, 2023
1 parent a0cfec5 commit fb629cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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-04-31-SNAPSHOT"/>
<property name="xr-visualization.version.full" value="2023-05-12"/>

<!-- Test resources -->
<property name="xrechnung.version.major.minor" value="2.3"/>
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-01-31"/>
<property name="validator.config.release.date" value="2023-05-12"/>

<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-01-31"/>
<property name="xr.testsuite.version" value="2023-05-12"/>
<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-01-31 && git push origin v2023-01-31`
`git tag v2023-05-12 && git push origin v2023-05-12`

### Publish

Expand Down

0 comments on commit fb629cf

Please sign in to comment.