Skip to content

Commit 95c59d1

Browse files
authored
Merge pull request #842 from hapifhir/rel_8_3_tracking
Use HAPI 8.4.0
2 parents 8224cae + 2ba89af commit 95c59d1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<properties>
77
<java.version>17</java.version>
8-
<hapi.fhir.jpa.server.starter.revision>2</hapi.fhir.jpa.server.starter.revision>
8+
<hapi.fhir.jpa.server.starter.revision>1</hapi.fhir.jpa.server.starter.revision>
99
<clinical-reasoning.version>3.24.0</clinical-reasoning.version>
1010
</properties>
1111

@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>ca.uhn.hapi.fhir</groupId>
2222
<artifactId>hapi-fhir</artifactId>
23-
<version>8.2.0</version>
23+
<version>8.4.0</version>
2424
</parent>
2525

2626
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
@@ -35,11 +35,15 @@
3535

3636
<repositories>
3737
<repository>
38-
<id>oss-snapshots</id>
38+
<name>Central Portal Snapshots</name>
39+
<id>central-portal-snapshots</id>
40+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
41+
<releases>
42+
<enabled>false</enabled>
43+
</releases>
3944
<snapshots>
4045
<enabled>true</enabled>
4146
</snapshots>
42-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
4347
</repository>
4448
</repositories>
4549

0 commit comments

Comments
 (0)