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 af8ccff29270..6e5a97eca04a 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 073e576049ab..fc49e3185d93 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 a2c4f6428586..3e83bda6a902 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