Skip to content

Commit

Permalink
version to 0.5.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Jun 20, 2022
1 parent d80f467 commit b6b68e3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion codex-process-data-transfer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.netzwerk-universitaetsmedizin.codex</groupId>
<artifactId>codex-processes-ap1</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0-RC1</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class DataTransferProcessPluginDefinition implements ProcessPluginDefinit
private static final Logger logger = LoggerFactory.getLogger(DataTransferProcessPluginDefinition.class);

public static final String VERSION = "0.5.0";
public static final LocalDate DATE = LocalDate.of(2021, 9, 6);
public static final LocalDate DATE = LocalDate.of(2022, 6, 21);

@Override
public String getName()
Expand Down
12 changes: 6 additions & 6 deletions codex-processes-ap1-docker-test-setup/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:


dic-fhir:
image: ghcr.io/highmed/fhir:0.6.0
image: ghcr.io/highmed/fhir:0.7.0-RC1
restart: "no"
ports:
- 127.0.0.1:5000:5000
Expand Down Expand Up @@ -113,7 +113,7 @@ services:
- db
- proxy
dic-bpe:
image: ghcr.io/highmed/bpe:0.6.0
image: ghcr.io/highmed/bpe:0.7.0-RC1
restart: "no"
ports:
- 127.0.0.1:5003:5003
Expand Down Expand Up @@ -201,7 +201,7 @@ services:


gth-fhir:
image: ghcr.io/highmed/fhir:0.6.0
image: ghcr.io/highmed/fhir:0.7.0-RC1
restart: "no"
ports:
- 127.0.0.1:5001:5001
Expand Down Expand Up @@ -248,7 +248,7 @@ services:
- db
- proxy
gth-bpe:
image: ghcr.io/highmed/bpe:0.6.0
image: ghcr.io/highmed/bpe:0.7.0-RC1
restart: "no"
ports:
- 127.0.0.1:5004:5004
Expand Down Expand Up @@ -305,7 +305,7 @@ services:


crr-fhir:
image: ghcr.io/highmed/fhir:0.6.0
image: ghcr.io/highmed/fhir:0.7.0-RC1
restart: "no"
ports:
- 127.0.0.1:5002:5002
Expand Down Expand Up @@ -352,7 +352,7 @@ services:
- db
- proxy
crr-bpe:
image: ghcr.io/highmed/bpe:0.6.0
image: ghcr.io/highmed/bpe:0.7.0-RC1
restart: "no"
ports:
- 127.0.0.1:5005:5005
Expand Down
2 changes: 1 addition & 1 deletion codex-processes-ap1-test-data-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>de.netzwerk-universitaetsmedizin.codex</groupId>
<artifactId>codex-processes-ap1</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0-RC1</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.netzwerk-universitaetsmedizin.codex</groupId>
<artifactId>codex-processes-ap1</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0-RC1</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -19,7 +19,7 @@

<main.basedir>${project.basedir}</main.basedir>
<hapi.version>5.1.0</hapi.version>
<dsf.version>0.7.0-SNAPSHOT</dsf.version>
<dsf.version>0.7.0-RC1</dsf.version>
</properties>

<description>Business processes for the NUM CODEX project (AP1) as plugins for the HiGHmed Data Sharing Framework.</description>
Expand Down

0 comments on commit b6b68e3

Please sign in to comment.