File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ Next release for testing the CoMPAS System with all components.
22
22
- Updated libraries to the latest versions;
23
23
- [ SCL Auto Alignment Service] ( https://github.com/com-pas/compas-scl-auto-alignment ) (Version 0.2.4):
24
24
- Updated libraries to the latest versions;
25
- - [ CIM Mapping Service] ( https://github.com/com-pas/compas-cim-mapping ) (Version 0.8.7):
25
+ - [ CIM Mapping Service] ( https://github.com/com-pas/compas-cim-mapping ) (Version 0.9.0):
26
+ - Upgrade to JDK 17;
26
27
- Updated libraries to the latest versions;
27
28
- [ SCL Validator Service] ( https://github.com/com-pas/compas-scl-validator ) (Version 0.2.0):
28
29
- Latest OCL Rules for SCL from RiseClipse are included;
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ services:
69
69
cim-mapping :
70
70
labels :
71
71
compas : true
72
- image : " lfenergy/compas-cim-mapping:0.8.8 "
72
+ image : " lfenergy/compas-cim-mapping:0.9.0 "
73
73
ports :
74
74
- " 9091:8080"
75
75
environment :
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ services:
76
76
cim-mapping :
77
77
labels :
78
78
compas : true
79
- image : " lfenergy/compas-cim-mapping:0.8.8 "
79
+ image : " lfenergy/compas-cim-mapping:0.9.0 "
80
80
ports :
81
81
- " 9091:8080"
82
82
environment :
You can’t perform that action at this time.
0 commit comments