This repository was archived by the owner on Oct 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
codex-process-data-transfer
src/main/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer
codex-processes-ap1-docker-test-setup
codex-processes-ap1-test-data-generator Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >de.netzwerk-universitaetsmedizin.codex</groupId >
88 <artifactId >codex-processes-ap1</artifactId >
9- <version >0.5.0-SNAPSHOT </version >
9+ <version >0.5.0-RC1 </version >
1010 </parent >
1111
1212 <properties >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class DataTransferProcessPluginDefinition implements ProcessPluginDefinit
3737 private static final Logger logger = LoggerFactory .getLogger (DataTransferProcessPluginDefinition .class );
3838
3939 public static final String VERSION = "0.5.0" ;
40- public static final LocalDate DATE = LocalDate .of (2021 , 9 , 6 );
40+ public static final LocalDate DATE = LocalDate .of (2022 , 6 , 21 );
4141
4242 @ Override
4343 public String getName ()
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ services:
6666
6767
6868 dic-fhir :
69- image : ghcr.io/highmed/fhir:0.6.0
69+ image : ghcr.io/highmed/fhir:0.7.0-RC1
7070 restart : " no"
7171 ports :
7272 - 127.0.0.1:5000:5000
@@ -113,7 +113,7 @@ services:
113113 - db
114114 - proxy
115115 dic-bpe :
116- image : ghcr.io/highmed/bpe:0.6.0
116+ image : ghcr.io/highmed/bpe:0.7.0-RC1
117117 restart : " no"
118118 ports :
119119 - 127.0.0.1:5003:5003
@@ -201,7 +201,7 @@ services:
201201
202202
203203 gth-fhir :
204- image : ghcr.io/highmed/fhir:0.6.0
204+ image : ghcr.io/highmed/fhir:0.7.0-RC1
205205 restart : " no"
206206 ports :
207207 - 127.0.0.1:5001:5001
@@ -248,7 +248,7 @@ services:
248248 - db
249249 - proxy
250250 gth-bpe :
251- image : ghcr.io/highmed/bpe:0.6.0
251+ image : ghcr.io/highmed/bpe:0.7.0-RC1
252252 restart : " no"
253253 ports :
254254 - 127.0.0.1:5004:5004
@@ -305,7 +305,7 @@ services:
305305
306306
307307 crr-fhir :
308- image : ghcr.io/highmed/fhir:0.6.0
308+ image : ghcr.io/highmed/fhir:0.7.0-RC1
309309 restart : " no"
310310 ports :
311311 - 127.0.0.1:5002:5002
@@ -352,7 +352,7 @@ services:
352352 - db
353353 - proxy
354354 crr-bpe :
355- image : ghcr.io/highmed/bpe:0.6.0
355+ image : ghcr.io/highmed/bpe:0.7.0-RC1
356356 restart : " no"
357357 ports :
358358 - 127.0.0.1:5005:5005
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >de.netzwerk-universitaetsmedizin.codex</groupId >
1010 <artifactId >codex-processes-ap1</artifactId >
11- <version >0.5.0-SNAPSHOT </version >
11+ <version >0.5.0-RC1 </version >
1212 </parent >
1313
1414 <properties >
Original file line number Diff line number Diff line change 44
55 <groupId >de.netzwerk-universitaetsmedizin.codex</groupId >
66 <artifactId >codex-processes-ap1</artifactId >
7- <version >0.5.0-SNAPSHOT </version >
7+ <version >0.5.0-RC1 </version >
88 <packaging >pom</packaging >
99
1010 <modules >
1919
2020 <main .basedir>${project.basedir} </main .basedir>
2121 <hapi .version>5.1.0</hapi .version>
22- <dsf .version>0.7.0-SNAPSHOT </dsf .version>
22+ <dsf .version>0.7.0-RC1 </dsf .version>
2323 </properties >
2424
2525 <description >Business processes for the NUM CODEX project (AP1) as plugins for the HiGHmed Data Sharing Framework.</description >
You can’t perform that action at this time.
0 commit comments