Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 931fbe4

Browse files
committed
version update changes
1 parent ddc8b7f commit 931fbe4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

codex-process-data-transfer/src/main/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/DataTransferProcessPluginDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
public class DataTransferProcessPluginDefinition implements ProcessPluginDefinition
2222
{
23-
public static final String VERSION = "0.2.1";
23+
public static final String VERSION = "0.2.2";
2424

2525
@Override
2626
public String getName()

codex-processes-ap1-docker-test-setup/crr/bpe/app/conf/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ org.highmed.dsf.bpe.fhir.task.subscription.lastEventTimeFile=last_event/time.fil
5757
#org.highmed.dsf.bpe.mpi.pdq.assigningAuthority.namespaceId=
5858
#org.highmed.dsf.bpe.mpi.pdq.assigningAuthority.universalId=
5959

60-
org.highmed.dsf.bpe.process.excluded=dataTrigger/0.2.1,dataSend/0.2.1,dataTranslate/0.2.1
60+
org.highmed.dsf.bpe.process.excluded=dataTrigger/0.2.2,dataSend/0.2.2,dataTranslate/0.2.2
6161
#org.highmed.dsf.bpe.process.retired=
6262
#org.highmed.dsf.bpe.process_plugin_directroy=process
6363

codex-processes-ap1-docker-test-setup/dic/bpe/app/conf/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ org.highmed.dsf.bpe.fhir.task.subscription.lastEventTimeFile=last_event/time.fil
5757
#org.highmed.dsf.bpe.mpi.pdq.assigningAuthority.namespaceId=
5858
#org.highmed.dsf.bpe.mpi.pdq.assigningAuthority.universalId=
5959

60-
org.highmed.dsf.bpe.process.excluded=dataTranslate/0.2.1,dataReceive/0.2.1
60+
org.highmed.dsf.bpe.process.excluded=dataTranslate/0.2.2,dataReceive/0.2.2
6161
#org.highmed.dsf.bpe.process.retired=
6262
#org.highmed.dsf.bpe.process_plugin_directroy=process
6363

codex-processes-ap1-docker-test-setup/gth/bpe/app/conf/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ org.highmed.dsf.bpe.fhir.task.subscription.lastEventTimeFile=last_event/time.fil
5757
#org.highmed.dsf.bpe.mpi.pdq.assigningAuthority.namespaceId=
5858
#org.highmed.dsf.bpe.mpi.pdq.assigningAuthority.universalId=
5959

60-
org.highmed.dsf.bpe.process.excluded=dataTrigger/0.2.1,dataSend/0.2.1,dataReceive/0.2.1
60+
org.highmed.dsf.bpe.process.excluded=dataTrigger/0.2.2,dataSend/0.2.2,dataReceive/0.2.2
6161
#org.highmed.dsf.bpe.process.retired=
6262
#org.highmed.dsf.bpe.process_plugin_directroy=process
6363

0 commit comments

Comments
 (0)