Merge pull request #842 from hapifhir/rel_8_3_tracking

Use HAPI 8.4.0
This commit is contained in:
dotasek
2025-08-25 09:21:33 -04:00
committed by GitHub

12
pom.xml
View File

@@ -5,7 +5,7 @@
<properties>
<java.version>17</java.version>
<hapi.fhir.jpa.server.starter.revision>2</hapi.fhir.jpa.server.starter.revision>
<hapi.fhir.jpa.server.starter.revision>1</hapi.fhir.jpa.server.starter.revision>
<clinical-reasoning.version>3.24.0</clinical-reasoning.version>
</properties>
@@ -20,7 +20,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>8.2.0</version>
<version>8.4.0</version>
</parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
@@ -35,11 +35,15 @@
<repositories>
<repository>
<id>oss-snapshots</id>
<name>Central Portal Snapshots</name>
<id>central-portal-snapshots</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>