Skip to content

Commit

Permalink
Release 6.0.2
Browse files Browse the repository at this point in the history
- update sq2cql and ontology
- update changelog and pom.xml
  • Loading branch information
michael-82 committed Dec 10, 2024
1 parent cb45a25 commit 1da798d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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/),

## [6.0.2] - 2024-12-10

### Fixed
- Update Sq2CQL to v0.6.1
- Update Ontology to v3.0.1

## [6.0.1] - 2024-11-29

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>de.medizininformatik-initiative</groupId>
<artifactId>DataportalBackend</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.0.2</version>

<name>Dataportal Backend</name>
<description>Backend of the Dataportal</description>
Expand All @@ -27,7 +27,7 @@
<java.version>17</java.version>
<mockwebserver.version>4.12.0</mockwebserver.version>
<okhttp3.version>4.10.0</okhttp3.version>
<ontology-tag>v3.0.0</ontology-tag>
<ontology-tag>v3.0.1</ontology-tag>
</properties>

<dependencies>
Expand Down Expand Up @@ -206,7 +206,7 @@
<dependency>
<groupId>de.medizininformatik-initiative</groupId>
<artifactId>sq2cql</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1da798d

Please sign in to comment.