Skip to content

Commit

Permalink
Fix hapi fhir version to 6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Nov 20, 2023
1 parent 7f6b3c4 commit 8d4446d
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 @@ -14,13 +14,13 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>6.8.10</version>
<version>6.10.0</version>
</parent>

<artifactId>hapi-fhir-jpaserver-starter</artifactId>

<groupId>org.smartregister</groupId>
<version>6.8.10-SNAPSHOT</version>
<version>6.10.0-SNAPSHOT</version>

<properties>
<hapi.fhir.version>6.1.3</hapi.fhir.version>
Expand Down

0 comments on commit 8d4446d

Please sign in to comment.