diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/util/VersionEnum.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/util/VersionEnum.java index bb2d3a0146ce..a923b31f0502 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/util/VersionEnum.java +++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/util/VersionEnum.java @@ -129,7 +129,7 @@ public enum VersionEnum { V6_9_0, V6_10_0, - + V6_10_1, V6_11_0, V7_0_0; diff --git a/hapi-fhir-jpaserver-uhnfhirtest/pom.xml b/hapi-fhir-jpaserver-uhnfhirtest/pom.xml index 04854c03ab55..2b9a80871164 100644 --- a/hapi-fhir-jpaserver-uhnfhirtest/pom.xml +++ b/hapi-fhir-jpaserver-uhnfhirtest/pom.xml @@ -235,6 +235,14 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + true + + org.apache.maven.plugins maven-deploy-plugin diff --git a/pom.xml b/pom.xml index d3ed41f8e6ef..303bb95cfd74 100644 --- a/pom.xml +++ b/pom.xml @@ -950,8 +950,8 @@ 6.1.5.Final 4.4.13 4.5.13 - 2.15.2 - 2.15.2 + 2.15.3 + 2.15.3 3.3.0 1.8 4.10.0 diff --git a/tests/hapi-fhir-base-test-jaxrsserver-kotlin/pom.xml b/tests/hapi-fhir-base-test-jaxrsserver-kotlin/pom.xml index b8861e78f3d0..0f4a72fc140e 100644 --- a/tests/hapi-fhir-base-test-jaxrsserver-kotlin/pom.xml +++ b/tests/hapi-fhir-base-test-jaxrsserver-kotlin/pom.xml @@ -104,6 +104,14 @@ hapi-fhir-jaxrsserver-example + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + true + + org.apache.maven.plugins maven-failsafe-plugin