Skip to content

Commit 0f1d6dc

Browse files
committed
Merge remote-tracking branch 'origin/issues/10_start_0.5.0_dev_cycle'
into develop
2 parents 0b429b7 + 14bb96a commit 0f1d6dc

File tree

16 files changed

+36
-36
lines changed

16 files changed

+36
-36
lines changed

dsf-bpe-process-feasibility/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>dsf-bpe-highmed-processes-pom</artifactId>
1010
<groupId>org.highmed.dsf</groupId>
11-
<version>0.4.0</version>
11+
<version>0.5.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<dependencies>

dsf-bpe-process-feasibility/src/main/java/org/highmed/dsf/bpe/FeasibilityProcessPluginDefinition.java

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

1919
public class FeasibilityProcessPluginDefinition implements ProcessPluginDefinition
2020
{
21-
public static final String VERSION = "0.4.0";
21+
public static final String VERSION = "0.5.0";
2222

2323
@Override
2424
public String getName()

dsf-bpe-process-feasibility/src/test/java/org/highmed/dsf/fhir/profile/TaskProfileTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ public class TaskProfileTest
6868

6969
@ClassRule
7070
public static final ValidationSupportRule validationRule = new ValidationSupportRule(VERSION,
71-
Arrays.asList("highmed-task-base-0.4.0.xml", "highmed-group-0.4.0.xml",
72-
"highmed-extension-group-id-0.4.0.xml", "highmed-research-study-0.4.0.xml",
71+
Arrays.asList("highmed-task-base-0.5.0.xml", "highmed-group-0.5.0.xml",
72+
"highmed-extension-group-id-0.5.0.xml", "highmed-research-study-0.5.0.xml",
7373
"highmed-task-request-feasibility.xml", "highmed-task-execute-feasibility.xml",
7474
"highmed-task-single-medic-result-feasibility.xml", "highmed-task-compute-feasibility.xml",
7575
"highmed-task-multi-medic-result-feasibility.xml", "highmed-task-error-feasibility.xml"),
76-
Arrays.asList("highmed-authorization-role-0.4.0.xml", "highmed-bpmn-message-0.4.0.xml",
76+
Arrays.asList("highmed-authorization-role-0.5.0.xml", "highmed-bpmn-message-0.5.0.xml",
7777
"highmed-feasibility.xml"),
78-
Arrays.asList("highmed-authorization-role-0.4.0.xml", "highmed-bpmn-message-0.4.0.xml",
78+
Arrays.asList("highmed-authorization-role-0.5.0.xml", "highmed-bpmn-message-0.5.0.xml",
7979
"highmed-feasibility.xml"));
8080

8181
private ResourceValidator resourceValidator = new ResourceValidatorImpl(validationRule.getFhirContext(),

dsf-bpe-process-local-services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>dsf-bpe-highmed-processes-pom</artifactId>
1111
<groupId>org.highmed.dsf</groupId>
12-
<version>0.4.0</version>
12+
<version>0.5.0-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

dsf-bpe-process-local-services/src/main/java/org/highmed/dsf/bpe/LocalServicesProcessPluginDefinition.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
public class LocalServicesProcessPluginDefinition implements ProcessPluginDefinition
2020
{
21-
public static final String VERSION = "0.4.0";
21+
public static final String VERSION = "0.5.0";
2222

23-
private static final String DEPENDENCY_FEASIBILITY_VERSION = "0.4.0";
24-
private static final String DEPENDENCY_FEASIBILITY_NAME_AND_VERSION = "dsf-bpe-process-feasibility-0.4.0";
23+
private static final String DEPENDENCY_FEASIBILITY_VERSION = "0.5.0";
24+
private static final String DEPENDENCY_FEASIBILITY_NAME_AND_VERSION = "dsf-bpe-process-feasibility-0.5.0";
2525

2626
@Override
2727
public String getName()

dsf-bpe-process-local-services/src/test/java/org/highmed/dsf/fhir/profile/TaskProfileTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ public class TaskProfileTest
4141

4242
@ClassRule
4343
public static final ValidationSupportRule validationRule = new ValidationSupportRule(VERSION,
44-
Arrays.asList("highmed-task-base-0.4.0.xml", "highmed-group-0.4.0.xml",
45-
"highmed-extension-group-id-0.4.0.xml", "highmed-extension-query-0.4.0.xml",
44+
Arrays.asList("highmed-task-base-0.5.0.xml", "highmed-group-0.5.0.xml",
45+
"highmed-extension-group-id-0.5.0.xml", "highmed-extension-query-0.5.0.xml",
4646
"highmed-task-local-services-integration.xml"),
47-
Arrays.asList("highmed-authorization-role-0.4.0.xml", "highmed-bpmn-message-0.4.0.xml",
48-
"highmed-feasibility.xml", "highmed-query-type-0.4.0.xml"),
49-
Arrays.asList("highmed-authorization-role-0.4.0.xml", "highmed-bpmn-message-0.4.0.xml",
50-
"highmed-feasibility.xml", "highmed-query-type-0.4.0.xml"));
47+
Arrays.asList("highmed-authorization-role-0.5.0.xml", "highmed-bpmn-message-0.5.0.xml",
48+
"highmed-feasibility.xml", "highmed-query-type-0.5.0.xml"),
49+
Arrays.asList("highmed-authorization-role-0.5.0.xml", "highmed-bpmn-message-0.5.0.xml",
50+
"highmed-feasibility.xml", "highmed-query-type-0.5.0.xml"));
5151

5252
private ResourceValidator resourceValidator = new ResourceValidatorImpl(validationRule.getFhirContext(),
5353
validationRule.getValidationSupport());

dsf-bpe-process-ping/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.highmed.dsf</groupId>
99
<artifactId>dsf-bpe-highmed-processes-pom</artifactId>
10-
<version>0.4.0</version>
10+
<version>0.5.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<dependencies>

dsf-bpe-process-ping/src/main/java/org/highmed/dsf/bpe/PingProcessPluginDefinition.java

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

1616
public class PingProcessPluginDefinition implements ProcessPluginDefinition
1717
{
18-
public static final String VERSION = "0.4.0";
18+
public static final String VERSION = "0.5.0";
1919

2020
@Override
2121
public String getName()

dsf-bpe-process-ping/src/test/java/org/highmed/dsf/fhir/profiles/TaskProfileTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ public class TaskProfileTest
4242

4343
@ClassRule
4444
public static final ValidationSupportRule validationRule = new ValidationSupportRule(VERSION,
45-
Arrays.asList("highmed-task-base-0.4.0.xml", "highmed-task-start-ping-process.xml", "highmed-task-ping.xml",
45+
Arrays.asList("highmed-task-base-0.5.0.xml", "highmed-task-start-ping-process.xml", "highmed-task-ping.xml",
4646
"highmed-task-pong.xml"),
47-
Arrays.asList("highmed-authorization-role-0.4.0.xml", "highmed-bpmn-message-0.4.0.xml"),
48-
Arrays.asList("highmed-authorization-role-0.4.0.xml", "highmed-bpmn-message-0.4.0.xml"));
47+
Arrays.asList("highmed-authorization-role-0.5.0.xml", "highmed-bpmn-message-0.5.0.xml"),
48+
Arrays.asList("highmed-authorization-role-0.5.0.xml", "highmed-bpmn-message-0.5.0.xml"));
4949

5050
private ResourceValidator resourceValidator = new ResourceValidatorImpl(validationRule.getFhirContext(),
5151
validationRule.getValidationSupport());

dsf-bpe-process-update-allow-list/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.highmed.dsf</groupId>
99
<artifactId>dsf-bpe-highmed-processes-pom</artifactId>
10-
<version>0.4.0</version>
10+
<version>0.5.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<dependencies>

0 commit comments

Comments
 (0)