From c10b84f0adf4e017258a36cf7bf7005ff2f6dfb5 Mon Sep 17 00:00:00 2001 From: John Grimes Date: Thu, 30 May 2024 09:43:56 +1000 Subject: [PATCH] Update version to 7.1.0-SNAPSHOT --- deployment/helm/pom.xml | 2 +- encoders/pom.xml | 2 +- fhir-server/pom.xml | 2 +- fhirpath/pom.xml | 2 +- lib/R/pom.xml | 2 +- lib/import/pom.xml | 2 +- lib/js/pom.xml | 2 +- lib/python/Dockerfile | 2 +- lib/python/pom.xml | 2 +- library-api/pom.xml | 2 +- library-runtime/pom.xml | 2 +- pom.xml | 2 +- site/pom.xml | 2 +- sql-on-fhir | 2 +- terminology/pom.xml | 2 +- utilities/pom.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/deployment/helm/pom.xml b/deployment/helm/pom.xml index e36d09948b..d3bd318d0a 100644 --- a/deployment/helm/pom.xml +++ b/deployment/helm/pom.xml @@ -24,7 +24,7 @@ au.csiro.pathling pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT ../../pom.xml helm diff --git a/encoders/pom.xml b/encoders/pom.xml index 4731e7cccd..cb406fb35c 100644 --- a/encoders/pom.xml +++ b/encoders/pom.xml @@ -30,7 +30,7 @@ au.csiro.pathling pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT encoders jar diff --git a/fhir-server/pom.xml b/fhir-server/pom.xml index fc5efa5215..40da33e48a 100644 --- a/fhir-server/pom.xml +++ b/fhir-server/pom.xml @@ -24,7 +24,7 @@ au.csiro.pathling pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT fhir-server jar diff --git a/fhirpath/pom.xml b/fhirpath/pom.xml index 6cdd8c5b57..08833fed65 100644 --- a/fhirpath/pom.xml +++ b/fhirpath/pom.xml @@ -24,7 +24,7 @@ au.csiro.pathling pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT fhirpath jar diff --git a/lib/R/pom.xml b/lib/R/pom.xml index 935114398c..c454b94ac7 100644 --- a/lib/R/pom.xml +++ b/lib/R/pom.xml @@ -24,7 +24,7 @@ au.csiro.pathling pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT ../../pom.xml r diff --git a/lib/import/pom.xml b/lib/import/pom.xml index f305db2b28..50acc81de8 100644 --- a/lib/import/pom.xml +++ b/lib/import/pom.xml @@ -24,7 +24,7 @@ au.csiro.pathling pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT ../../pom.xml import diff --git a/lib/js/pom.xml b/lib/js/pom.xml index 77fda2674b..f0c7b16048 100644 --- a/lib/js/pom.xml +++ b/lib/js/pom.xml @@ -24,7 +24,7 @@ au.csiro.pathling pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT ../../pom.xml js diff --git a/lib/python/Dockerfile b/lib/python/Dockerfile index 8c39595b34..e6a928c319 100644 --- a/lib/python/Dockerfile +++ b/lib/python/Dockerfile @@ -1,7 +1,7 @@ FROM jupyter/all-spark-notebook USER root -RUN echo "spark.jars.packages au.csiro.pathling:library-runtime:6.5.0-SNAPSHOT" >> /usr/local/spark/conf/spark-defaults.conf +RUN echo "spark.jars.packages au.csiro.pathling:library-runtime:7.1.0-SNAPSHOT" >> /usr/local/spark/conf/spark-defaults.conf USER ${NB_UID} diff --git a/lib/python/pom.xml b/lib/python/pom.xml index 21eff9aa30..608512e36f 100644 --- a/lib/python/pom.xml +++ b/lib/python/pom.xml @@ -24,7 +24,7 @@ au.csiro.pathling pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT ../../pom.xml python diff --git a/library-api/pom.xml b/library-api/pom.xml index a804c79e98..b4cd90aea5 100644 --- a/library-api/pom.xml +++ b/library-api/pom.xml @@ -25,7 +25,7 @@ pathling au.csiro.pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT library-api jar diff --git a/library-runtime/pom.xml b/library-runtime/pom.xml index a142022c15..39d4ad416b 100644 --- a/library-runtime/pom.xml +++ b/library-runtime/pom.xml @@ -25,7 +25,7 @@ pathling au.csiro.pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT library-runtime jar diff --git a/pom.xml b/pom.xml index bb3ba92d83..05705973f5 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 au.csiro.pathling pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT pom Pathling diff --git a/site/pom.xml b/site/pom.xml index b72023f057..befc5b0fe9 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -13,7 +13,7 @@ au.csiro.pathling pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT ../pom.xml site diff --git a/sql-on-fhir b/sql-on-fhir index ea80589734..5924655942 160000 --- a/sql-on-fhir +++ b/sql-on-fhir @@ -1 +1 @@ -Subproject commit ea8058973467169f14a8da5af762a8dffdc7813f +Subproject commit 59246559428ab369974ecca8593fa6e47a51bcf3 diff --git a/terminology/pom.xml b/terminology/pom.xml index 09f14db0e9..24b8c9b6d8 100644 --- a/terminology/pom.xml +++ b/terminology/pom.xml @@ -25,7 +25,7 @@ pathling au.csiro.pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT terminology jar diff --git a/utilities/pom.xml b/utilities/pom.xml index 1b4b1614be..037ec3ea7a 100644 --- a/utilities/pom.xml +++ b/utilities/pom.xml @@ -8,7 +8,7 @@ pathling au.csiro.pathling - 6.5.0-SNAPSHOT + 7.1.0-SNAPSHOT utilities jar