Skip to content

Commit

Permalink
release v0.700.7+0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jueseitz committed Nov 23, 2024
1 parent 8081752 commit 9d8f202
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["crates/*"]

[workspace.package]
edition = "2021"
version = "0.700.6+0.7.0"
version = "0.700.7+0.7.0"
description = """
"XOEV XWasser XML Standard"
"""
Expand All @@ -17,8 +17,8 @@ keywords = []

[workspace.dependencies]
anyhow = "1.0.89"
xoev-xwasser-codelists = { version = "0.700.6", path = "crates/codelists" }
xoev-xwasser-derive = { version = "0.700.6", path = "crates/derive" }
xoev-xwasser-codelists = { version = "0.700.7", path = "crates/codelists" }
xoev-xwasser-derive = { version = "0.700.7", path = "crates/derive" }
raxb = "0.4.4"
raxb-validate = "0.4.4"
raxb-xmlschema = "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xoev-xwasser",
"version": "0.700.6",
"version": "0.700.7",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.tmp.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"H & D GmbH Open Source <[email protected]>"
],
"description": "\"XOEV XWasser XML Standard\"\n",
"version": "0.700.6+0.7.0",
"version": "0.700.7+0.7.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.tmp.web.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"H & D GmbH Open Source <[email protected]>"
],
"description": "\"XOEV XWasser XML Standard\"\n",
"version": "0.700.6+0.7.0",
"version": "0.700.7+0.7.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion tests/monitoring_plan_builder.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"produkt": "XWasser Test",
"produkthersteller": "H&D GmbH",
"produktversion": "0.700.6",
"produktversion": "0.700.7",
"test": true,
"nachrichtenkopf_g2g": {
"identifikation_nachricht": {
Expand Down
2 changes: 1 addition & 1 deletion tests/monitoring_plan_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn test_monitoring_plan_builder() -> anyhow::Result<()> {
let e = VorgangTransportieren2010::builder()
.produkt("XWasser Test".into())
.produkthersteller("H&D GmbH".into())
.produktversion("0.700.6".into())
.produktversion("0.700.7".into())
.test(Some(true))
.nachrichtenkopf_g2g(nachrichtenkopf_g2g(
NachrichtenTypEnum::VorgangTransportieren2010,
Expand Down
2 changes: 1 addition & 1 deletion tests/monitoring_plan_builder_test_result.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xwas:vorgang.transportieren.2010 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://gitlab.opencode.de/akdb/xoev/xwasser/-/raw/main/V0_7_0/ ../schemas/V0_7_0/xwasser.xsd" xmlns:xwas="https://gitlab.opencode.de/akdb/xoev/xwasser/-/raw/main/V0_7_0/" produkt="XWasser Test" produkthersteller="H&amp;amp;D GmbH" produktversion="0.700.6" standard="XWasser" test="true" version="0.7.0">
<xwas:vorgang.transportieren.2010 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://gitlab.opencode.de/akdb/xoev/xwasser/-/raw/main/V0_7_0/ ../schemas/V0_7_0/xwasser.xsd" xmlns:xwas="https://gitlab.opencode.de/akdb/xoev/xwasser/-/raw/main/V0_7_0/" produkt="XWasser Test" produkthersteller="H&amp;amp;D GmbH" produktversion="0.700.7" standard="XWasser" test="true" version="0.7.0">
<nachrichtenkopf.g2g>
<identifikation.nachricht>
<nachrichtenUUID>5b0e3c07-48ad-4c62-9db9-c612a1f9c0ed</nachrichtenUUID>
Expand Down
2 changes: 1 addition & 1 deletion tests/quality_report_builder.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"produkt": "XWasser Test",
"produkthersteller": "H&D GmbH",
"produktversion": "0.700.6",
"produktversion": "0.700.7",
"test": true,
"nachrichtenkopf_g2g": {
"identifikation_nachricht": {
Expand Down
2 changes: 1 addition & 1 deletion tests/quality_report_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ fn test_quality_report_builder() -> anyhow::Result<()> {
let e = VorgangTransportieren2010::builder()
.produkt("XWasser Test".into())
.produkthersteller("H&D GmbH".into())
.produktversion("0.700.6".into())
.produktversion("0.700.7".into())
.test(Some(true))
.nachrichtenkopf_g2g(nachrichtenkopf_g2g)
.vorgang(
Expand Down
2 changes: 1 addition & 1 deletion tests/quality_report_builder_test_result.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xwas:vorgang.transportieren.2010 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://gitlab.opencode.de/akdb/xoev/xwasser/-/raw/main/V0_7_0/ ../schemas/V0_7_0/xwasser.xsd" xmlns:xwas="https://gitlab.opencode.de/akdb/xoev/xwasser/-/raw/main/V0_7_0/" produkt="XWasser Test" produkthersteller="H&amp;amp;D GmbH" produktversion="0.700.6" standard="XWasser" test="true" version="0.7.0">
<xwas:vorgang.transportieren.2010 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://gitlab.opencode.de/akdb/xoev/xwasser/-/raw/main/V0_7_0/ ../schemas/V0_7_0/xwasser.xsd" xmlns:xwas="https://gitlab.opencode.de/akdb/xoev/xwasser/-/raw/main/V0_7_0/" produkt="XWasser Test" produkthersteller="H&amp;amp;D GmbH" produktversion="0.700.7" standard="XWasser" test="true" version="0.7.0">
<nachrichtenkopf.g2g>
<identifikation.nachricht>
<nachrichtenUUID>787f64ee-5a92-4e01-895e-73b764ea0b54</nachrichtenUUID>
Expand Down

0 comments on commit 9d8f202

Please sign in to comment.