Skip to content

Commit

Permalink
Fix project and HAPI versionings
Browse files Browse the repository at this point in the history
  • Loading branch information
rehammuzzamil committed Nov 28, 2023
1 parent dbe5572 commit 886a65e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
</parent>

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

<packaging>war</packaging>
<groupId>org.smartregister</groupId>
<version>6.1.9-SNAPSHOT</version>

<properties>
<hapi.fhir.version>6.1.3</hapi.fhir.version>
<hapi.fhir.version>6.10.0</hapi.fhir.version>
<spring_boot_version>2.5.6</spring_boot_version>
<java.version>11</java.version>
<logback-classic.version>1.2.11</logback-classic.version>
Expand All @@ -33,7 +33,7 @@
<prerequisites>
<maven>3.8.3</maven>
</prerequisites>
<packaging>war</packaging>

<name>HAPI FHIR JPA Server - Starter Project</name>

<repositories>
Expand Down Expand Up @@ -165,7 +165,7 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-ips</artifactId>
<version>${project.version}</version>
<version>${hapi.fhir.version}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -275,7 +275,7 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-test-utilities</artifactId>
<version>${project.version}</version>
<version>${hapi.fhir.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 886a65e

Please sign in to comment.