Skip to content

Commit

Permalink
set version to 0.2.9, and set hapi version to 5.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgirardet committed Jul 15, 2022
1 parent 2afdd59 commit 81f115a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ume</groupId>
<artifactId>deidentifhir</artifactId>
<version>0.2.9-SNAPSHOT</version>
<version>0.2.9</version>
<name>${project.artifactId}</name>
<description>Generic FHIR de-identification library based on HAPI FHIR</description>
<inceptionYear>2020</inceptionYear>
Expand All @@ -22,7 +22,7 @@
<scala.version.major>2.13</scala.version.major>
<scala.version>${scala.version.major}.1</scala.version>
<!-- hapi -->
<hapi.version>5.7.2</hapi.version>
<hapi.version>5.7.6</hapi.version>
</properties>

<build>
Expand Down

0 comments on commit 81f115a

Please sign in to comment.