From 6e88da074065bdea4cd0896cdab596e63490f930 Mon Sep 17 00:00:00 2001 From: dotasek Date: Mon, 24 Feb 2025 10:25:47 -0500 Subject: [PATCH 1/5] Use HAPI master snapshot version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 771de2a..478c847 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ ca.uhn.hapi.fhir hapi-fhir - 8.0.0 + 8.1.0-SNAPSHOT hapi-fhir-jpaserver-starter From 7e3f9977648b92216ae4d0b551c7720ee4501339 Mon Sep 17 00:00:00 2001 From: dotasek Date: Wed, 12 Mar 2025 12:11:53 -0400 Subject: [PATCH 2/5] Use revision number versioning --- pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 478c847..31b184b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + 17 + 1 + + ca.uhn.hapi.fhir From 3412ea917becc20585a08c85bb8153e73fd933c6 Mon Sep 17 00:00:00 2001 From: dotasek Date: Fri, 2 May 2025 14:13:21 -0400 Subject: [PATCH 4/5] Bump to HAPI 8.1.6-SNAPSHOT + fix revision from merge --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index dfc2c73..aabb46a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 17 - 2 + 1 3.20.0 @@ -20,7 +20,7 @@ ca.uhn.hapi.fhir hapi-fhir - 8.1.4-SNAPSHOT + 8.1.6-SNAPSHOT hapi-fhir-jpaserver-starter From 573b841b289781da6f62870328c5687a4da53e7a Mon Sep 17 00:00:00 2001 From: dotasek Date: Mon, 12 May 2025 15:19:37 -0400 Subject: [PATCH 5/5] Bump to HAPI 8.1.7-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aabb46a..533db87 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ ca.uhn.hapi.fhir hapi-fhir - 8.1.6-SNAPSHOT + 8.1.7-SNAPSHOT hapi-fhir-jpaserver-starter