File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
needs : tests
158
158
runs-on : ubuntu-latest
159
159
env :
160
- ONTOLOGY_GIT_TAG : v3.8.3
160
+ ONTOLOGY_GIT_TAG : vv3.9.0-experimental.0
161
161
ELASTIC_HOST : http://localhost:9200
162
162
ELASTIC_FILEPATH : https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/download/TAGPLACEHOLDER/
163
163
ELASTIC_FILENAME : elastic.zip
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ services:
139
139
environment :
140
140
ES_HOST : http://dataportal-elastic
141
141
ES_PORT : 9200
142
- ONTO_GIT_TAG : v3.8.3
142
+ ONTO_GIT_TAG : vv3.9.0-experimental.0
143
143
ONTO_REPO : https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/download
144
144
DOWNLOAD_FILENAME : elastic.zip
145
145
EXIT_ON_EXISTING_INDICES : false
Original file line number Diff line number Diff line change 27
27
<java .version>17</java .version>
28
28
<mockwebserver .version>4.12.0</mockwebserver .version>
29
29
<okhttp3 .version>4.10.0</okhttp3 .version>
30
- <ontology-tag >v3.8.3 </ontology-tag >
30
+ <ontology-tag >v3.9.0-experimental.0 </ontology-tag >
31
31
</properties >
32
32
33
33
<dependencies >
You can’t perform that action at this time.
0 commit comments