Skip to content

Commit 7066231

Browse files
author
Dennis Labordus
committed
Update Validator to latest version (with XSD Validation).
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 7bf0c0e commit 7066231

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

RELEASE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).
1313
### Release 0.6.0
1414

1515
Next release for testing the CoMPAS System with all components.
16-
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.1.1):
16+
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.1.2):
17+
- Validation using the XSD;
1718
- Validation using OCL Files;
1819
- Facilitate automatic loading of NSDoc Files in OpenSCD;
1920
- Updated libraries to the latest versions;
21+
- [SCL Auto Alignment Service](https://github.com/com-pas/compas-scl-auto-alignment) (Version 0.2.2):
22+
- Updated libraries to the latest versions;
23+
- [CIM Mapping Service](https://github.com/com-pas/compas-cim-mapping) (Version 0.8.4):
24+
- Updated libraries to the latest versions;
2025
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.12.0.2):
2126
- Automatic loading of NSDoc Files from SCL Validator Service;
2227
- Added CoMPAS Validation using the SCL Validator Service;

compas/docker-compose-basex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ services:
111111
scl-validator:
112112
labels:
113113
compas: true
114-
image: "lfenergy/compas-scl-validator:0.1.1"
114+
image: "lfenergy/compas-scl-validator:0.1.2"
115115
ports:
116116
- "9093:8080"
117117
environment:

compas/docker-compose-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ services:
118118
scl-validator:
119119
labels:
120120
compas: true
121-
image: "lfenergy/compas-scl-validator:0.1.1"
121+
image: "lfenergy/compas-scl-validator:0.1.2"
122122
ports:
123123
- "9093:8080"
124124
environment:

0 commit comments

Comments
 (0)