Skip to content

Commit

Permalink
Merge branch 'release/v0.16.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
wlad committed Apr 13, 2021
2 parents 1a6898a + b048444 commit 9c21c56
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>server</artifactId>
<groupId>org.ehrbase.openehr</groupId>
<version>0.16.2</version>
<version>0.16.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>server</artifactId>
<groupId>org.ehrbase.openehr</groupId>
<version>0.16.2</version>
<version>0.16.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>server</artifactId>
<groupId>org.ehrbase.openehr</groupId>
<version>0.16.2</version>
<version>0.16.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jooq-pq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>server</artifactId>
<groupId>org.ehrbase.openehr</groupId>
<version>0.16.2</version>
<version>0.16.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<packaging>pom</packaging>
<groupId>org.ehrbase.openehr</groupId>
<artifactId>server</artifactId>
<version>0.16.2</version>
<version>0.16.3</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>EHRbase is a Free, Libre, Open Source openEHR Clinical Data Repository</description>
Expand Down Expand Up @@ -130,7 +130,7 @@
<swagger.version>1.6.2</swagger.version>
<swagger-snapshot.version>2.0.0-rc2</swagger-snapshot.version>
<postgressql.version>42.2.18</postgressql.version>
<ehrbase.sdk.version>568641c</ehrbase.sdk.version>
<ehrbase.sdk.version>2930e3e</ehrbase.sdk.version>
<flyway.version>6.5.7</flyway.version>
<joda.version>2.10.6</joda.version>
<database.name>ehrbase</database.name>
Expand Down
2 changes: 1 addition & 1 deletion rest-ehr-scape/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>server</artifactId>
<groupId>org.ehrbase.openehr</groupId>
<version>0.16.2</version>
<version>0.16.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion rest-openehr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>server</artifactId>
<groupId>org.ehrbase.openehr</groupId>
<version>0.16.2</version>
<version>0.16.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>server</artifactId>
<groupId>org.ehrbase.openehr</groupId>
<version>0.16.2</version>
<version>0.16.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>server</artifactId>
<groupId>org.ehrbase.openehr</groupId>
<version>0.16.2</version>
<version>0.16.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 9c21c56

Please sign in to comment.