Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Aug 24, 2021
1 parent f56b337 commit 0217f07
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dsf-bpe-process-feasibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>dsf-bpe-highmed-processes-pom</artifactId>
<groupId>org.highmed.dsf</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dsf-bpe-process-local-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>dsf-bpe-highmed-processes-pom</artifactId>
<groupId>org.highmed.dsf</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dsf-bpe-process-ping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.highmed.dsf</groupId>
<artifactId>dsf-bpe-highmed-processes-pom</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dsf-bpe-process-update-allow-list/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.highmed.dsf</groupId>
<artifactId>dsf-bpe-highmed-processes-pom</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dsf-bpe-process-update-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.highmed.dsf</groupId>
<artifactId>dsf-bpe-highmed-processes-pom</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

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

<groupId>org.highmed.dsf</groupId>
<artifactId>dsf-bpe-highmed-processes-pom</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -64,12 +64,12 @@
<dependency>
<groupId>org.highmed.dsf</groupId>
<artifactId>dsf-bpe-process-base</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>org.highmed.dsf</groupId>
<artifactId>dsf-fhir-validation</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>org.highmed.dsf</groupId>
<artifactId>dsf-bpe-process-base</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down

0 comments on commit 0217f07

Please sign in to comment.