Skip to content

Commit

Permalink
release 0.31.0: updated version to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Sep 27, 2023
1 parent 863f22b commit d21d0a9
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 15 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [0.31.0]
### Added
### Changed
- Upgrade openEHR_SDK to version 2.3.0 see https://github.com/ehrbase/openEHR_SDK/blob/develop/CHANGELOG.md
- Migrated to spring boot 3 ([#1174](https://github.com/ehrbase/ehrbase/pull/1174))
- Removed authorization scopes from endpoints and added support for overwriting controllers ([#1157](https://github.com/ehrbase/ehrbase/pull/1157))
### Fixed
Expand Down Expand Up @@ -694,4 +695,4 @@ the next release this file will provide a proper overview.
[0.28.0]: https://github.com/ehrbase/ehrbase/compare/v0.27.4...v0.28.0
[0.29.0]: https://github.com/ehrbase/ehrbase/compare/v0.28.0...v0.29.0
[0.30.0]: https://github.com/ehrbase/ehrbase/compare/v0.29.0...v0.30.0
[unreleased]: https://github.com/ehrbase/ehrbase/compare/v0.30.0...HEAD
[0.31.0]: https://github.com/ehrbase/ehrbase/compare/v0.30.0...v0.31.0
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.ehrbase.openehr</groupId>
<artifactId>server</artifactId>
<version>0.31.0-SNAPSHOT</version>
<version>0.31.0</version>
</parent>

<artifactId>api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.ehrbase.openehr</groupId>
<artifactId>server</artifactId>
<version>0.31.0-SNAPSHOT</version>
<version>0.31.0</version>
</parent>

<artifactId>application</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.ehrbase.openehr</groupId>
<artifactId>server</artifactId>
<version>0.31.0-SNAPSHOT</version>
<version>0.31.0</version>
</parent>

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

<groupId>org.ehrbase.openehr</groupId>
<artifactId>bom</artifactId>
<version>0.31.0-SNAPSHOT</version>
<version>0.31.0</version>
<packaging>pom</packaging>

<name>EHRbase</name>
Expand Down Expand Up @@ -103,7 +103,7 @@
<archie.version>3.3.0</archie.version>
<commons-io.version>2.13.0</commons-io.version>
<commons-lang3.version>3.13.0</commons-lang3.version>
<ehrbase.sdk.version>2.3.0-SNAPSHOT</ehrbase.sdk.version>
<ehrbase.sdk.version>2.3.0</ehrbase.sdk.version>
<flyway.version>8.5.13</flyway.version>
<jackson-bom.version>2.15.0</jackson-bom.version>
<javamelody.version>1.95.0</javamelody.version>
Expand Down
2 changes: 1 addition & 1 deletion jooq-pq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.ehrbase.openehr</groupId>
<artifactId>server</artifactId>
<version>0.31.0-SNAPSHOT</version>
<version>0.31.0</version>
</parent>

<artifactId>jooq-pg</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>server</artifactId>
<groupId>org.ehrbase.openehr</groupId>
<version>0.31.0-SNAPSHOT</version>
<version>0.31.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<parent>
<groupId>org.ehrbase.openehr</groupId>
<artifactId>bom</artifactId>
<version>0.31.0-SNAPSHOT</version>
<version>0.31.0</version>
<relativePath>/bom/pom.xml</relativePath>
</parent>

<artifactId>server</artifactId>
<version>0.31.0-SNAPSHOT</version>
<version>0.31.0</version>
<packaging>pom</packaging>

<modules>
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 @@ -28,7 +28,7 @@
<parent>
<groupId>org.ehrbase.openehr</groupId>
<artifactId>server</artifactId>
<version>0.31.0-SNAPSHOT</version>
<version>0.31.0</version>
</parent>

<artifactId>rest-ehr-scape</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest-openehr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.ehrbase.openehr</groupId>
<artifactId>server</artifactId>
<version>0.31.0-SNAPSHOT</version>
<version>0.31.0</version>
</parent>

<artifactId>rest-openehr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.ehrbase.openehr</groupId>
<artifactId>server</artifactId>
<version>0.31.0-SNAPSHOT</version>
<version>0.31.0</version>
</parent>

<artifactId>service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.ehrbase.openehr</groupId>
<artifactId>server</artifactId>
<version>0.31.0-SNAPSHOT</version>
<version>0.31.0</version>
</parent>

<artifactId>test-coverage</artifactId>
Expand Down

0 comments on commit d21d0a9

Please sign in to comment.