From b448e13edda8947df27b8edce93d1c72ffd74b69 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 20 Dec 2016 19:01:31 -0500 Subject: [PATCH] Version bump to 2.3 --- examples/pom.xml | 18 ++++++------- hapi-deployable-pom/pom.xml | 2 +- hapi-fhir-android/pom.xml | 12 ++++----- hapi-fhir-base-example-embedded-ws/pom.xml | 2 +- hapi-fhir-base-test-mindeps-client/pom.xml | 8 +++--- hapi-fhir-base-test-mindeps-server/pom.xml | 8 +++--- hapi-fhir-base/pom.xml | 2 +- hapi-fhir-cli/hapi-fhir-cli-app/pom.xml | 22 ++++++++-------- hapi-fhir-cli/hapi-fhir-cli-jpaserver/pom.xml | 14 +++++----- hapi-fhir-cli/pom.xml | 2 +- hapi-fhir-client-okhttp/pom.xml | 8 +++--- hapi-fhir-dist/pom.xml | 20 +++++++------- hapi-fhir-jacoco/pom.xml | 20 +++++++------- hapi-fhir-jaxrsserver-base/pom.xml | 8 +++--- hapi-fhir-jaxrsserver-example/pom.xml | 4 +-- hapi-fhir-jpaserver-base/pom.xml | 26 +++++++++---------- hapi-fhir-jpaserver-example/pom.xml | 14 +++++----- hapi-fhir-jpaserver-uhnfhirtest/pom.xml | 14 +++++----- hapi-fhir-osgi-core/pom.xml | 16 ++++++------ hapi-fhir-structures-dstu/pom.xml | 6 ++--- hapi-fhir-structures-dstu2.1/pom.xml | 6 ++--- hapi-fhir-structures-dstu2/pom.xml | 8 +++--- hapi-fhir-structures-dstu3/pom.xml | 6 ++--- hapi-fhir-structures-hl7org-dstu2/pom.xml | 6 ++--- hapi-fhir-testpage-overlay/pom.xml | 12 ++++----- .../pom.xml | 2 +- hapi-fhir-validation-resources-dstu2/pom.xml | 2 +- hapi-fhir-validation-resources-dstu3/pom.xml | 4 +-- hapi-tinder-plugin/pom.xml | 6 ++--- hapi-tinder-test/pom.xml | 22 ++++++++-------- pom.xml | 2 +- restful-server-example-test/pom.xml | 6 ++--- restful-server-example/pom.xml | 10 +++---- 33 files changed, 159 insertions(+), 159 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 59f84a1b718..863259dfa56 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-fhir - 2.2 + 2.3-SNAPSHOT ../pom.xml @@ -18,37 +18,37 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-client-okhttp - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-jaxrsserver-base - 2.2 + 2.3-SNAPSHOT javax.servlet @@ -59,7 +59,7 @@ ca.uhn.hapi.fhir hapi-fhir-jaxrsserver-base - 2.2 + 2.3-SNAPSHOT javax.ws.rs diff --git a/hapi-deployable-pom/pom.xml b/hapi-deployable-pom/pom.xml index 544dabe4eba..2a9f8d191ff 100644 --- a/hapi-deployable-pom/pom.xml +++ b/hapi-deployable-pom/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-fhir - 2.2 + 2.3-SNAPSHOT ../pom.xml diff --git a/hapi-fhir-android/pom.xml b/hapi-fhir-android/pom.xml index 1938e3d8ca1..768b04308c6 100644 --- a/hapi-fhir-android/pom.xml +++ b/hapi-fhir-android/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-fhir - 2.2 + 2.3-SNAPSHOT ../pom.xml @@ -29,7 +29,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT commons-codec @@ -40,25 +40,25 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 2.2 + 2.3-SNAPSHOT true ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT true ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - 2.2 + 2.3-SNAPSHOT true ca.uhn.hapi.fhir hapi-fhir-client-okhttp - 2.2 + 2.3-SNAPSHOT commons-codec diff --git a/hapi-fhir-base-example-embedded-ws/pom.xml b/hapi-fhir-base-example-embedded-ws/pom.xml index b421bc86a10..a057289c490 100644 --- a/hapi-fhir-base-example-embedded-ws/pom.xml +++ b/hapi-fhir-base-example-embedded-ws/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-fhir - 2.2 + 2.3-SNAPSHOT jar diff --git a/hapi-fhir-base-test-mindeps-client/pom.xml b/hapi-fhir-base-test-mindeps-client/pom.xml index 53f79aa16f9..28a6d724960 100644 --- a/hapi-fhir-base-test-mindeps-client/pom.xml +++ b/hapi-fhir-base-test-mindeps-client/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-fhir - 2.2 + 2.3-SNAPSHOT ../pom.xml @@ -41,7 +41,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT woodstox-core-asl @@ -56,7 +56,7 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 2.2 + 2.3-SNAPSHOT woodstox-core-asl @@ -67,7 +67,7 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT woodstox-core-asl diff --git a/hapi-fhir-base-test-mindeps-server/pom.xml b/hapi-fhir-base-test-mindeps-server/pom.xml index dbeee5fc82d..df5cf6c063a 100644 --- a/hapi-fhir-base-test-mindeps-server/pom.xml +++ b/hapi-fhir-base-test-mindeps-server/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-fhir - 2.2 + 2.3-SNAPSHOT ../pom.xml @@ -59,7 +59,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT woodstox-core-asl @@ -74,7 +74,7 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 2.2 + 2.3-SNAPSHOT woodstox-core-asl @@ -85,7 +85,7 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT woodstox-core-asl diff --git a/hapi-fhir-base/pom.xml b/hapi-fhir-base/pom.xml index d080b971b0b..71091e5206d 100644 --- a/hapi-fhir-base/pom.xml +++ b/hapi-fhir-base/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-deployable-pom - 2.2 + 2.3-SNAPSHOT ../hapi-deployable-pom/pom.xml diff --git a/hapi-fhir-cli/hapi-fhir-cli-app/pom.xml b/hapi-fhir-cli/hapi-fhir-cli-app/pom.xml index 8941990e2cb..1b8f49362cb 100644 --- a/hapi-fhir-cli/hapi-fhir-cli-app/pom.xml +++ b/hapi-fhir-cli/hapi-fhir-cli-app/pom.xml @@ -6,7 +6,7 @@ ca.uhn.hapi.fhir hapi-fhir-cli - 2.2 + 2.3-SNAPSHOT ../pom.xml @@ -21,57 +21,57 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-cli-jpaserver - 2.2 + 2.3-SNAPSHOT war ca.uhn.hapi.fhir hapi-fhir-cli-jpaserver - 2.2 + 2.3-SNAPSHOT jar classes ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 2.2 + 2.3-SNAPSHOT classes ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu3 - 2.2 + 2.3-SNAPSHOT diff --git a/hapi-fhir-cli/hapi-fhir-cli-jpaserver/pom.xml b/hapi-fhir-cli/hapi-fhir-cli-jpaserver/pom.xml index cc864e3bb15..b261da71ff6 100644 --- a/hapi-fhir-cli/hapi-fhir-cli-jpaserver/pom.xml +++ b/hapi-fhir-cli/hapi-fhir-cli-jpaserver/pom.xml @@ -6,7 +6,7 @@ ca.uhn.hapi.fhir hapi-fhir-cli - 2.2 + 2.3-SNAPSHOT ../pom.xml @@ -21,7 +21,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT provided @@ -29,33 +29,33 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-jpaserver-base - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 2.2 + 2.3-SNAPSHOT war provided ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 2.2 + 2.3-SNAPSHOT classes provided diff --git a/hapi-fhir-cli/pom.xml b/hapi-fhir-cli/pom.xml index d034ceec5bf..a3181390282 100644 --- a/hapi-fhir-cli/pom.xml +++ b/hapi-fhir-cli/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-fhir - 2.2 + 2.3-SNAPSHOT ../pom.xml diff --git a/hapi-fhir-client-okhttp/pom.xml b/hapi-fhir-client-okhttp/pom.xml index 729ff879440..164e3d6536e 100644 --- a/hapi-fhir-client-okhttp/pom.xml +++ b/hapi-fhir-client-okhttp/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-deployable-pom - 2.2 + 2.3-SNAPSHOT ../hapi-deployable-pom/pom.xml @@ -18,7 +18,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT commons-logging @@ -38,12 +38,12 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - 2.2 + 2.3-SNAPSHOT diff --git a/hapi-fhir-dist/pom.xml b/hapi-fhir-dist/pom.xml index 52c87564222..acf19c47d41 100644 --- a/hapi-fhir-dist/pom.xml +++ b/hapi-fhir-dist/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-fhir - 2.2 + 2.3-SNAPSHOT ../pom.xml @@ -18,49 +18,49 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu3 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-cli-app - 2.2 + 2.3-SNAPSHOT provided ca.uhn.hapi.fhir hapi-fhir-android - 2.2 + 2.3-SNAPSHOT provided diff --git a/hapi-fhir-jacoco/pom.xml b/hapi-fhir-jacoco/pom.xml index 278b0561978..86269737fbd 100644 --- a/hapi-fhir-jacoco/pom.xml +++ b/hapi-fhir-jacoco/pom.xml @@ -6,7 +6,7 @@ ca.uhn.hapi.fhir hapi-deployable-pom - 2.2 + 2.3-SNAPSHOT ../hapi-deployable-pom/pom.xml @@ -19,47 +19,47 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu3 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-jpaserver-base - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-client-okhttp - 2.2 + 2.3-SNAPSHOT diff --git a/hapi-fhir-jaxrsserver-base/pom.xml b/hapi-fhir-jaxrsserver-base/pom.xml index d54359d5178..1fdd77dae5e 100644 --- a/hapi-fhir-jaxrsserver-base/pom.xml +++ b/hapi-fhir-jaxrsserver-base/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-deployable-pom - 2.2 + 2.3-SNAPSHOT ../hapi-deployable-pom/pom.xml @@ -18,7 +18,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT commons-logging @@ -38,12 +38,12 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - 2.2 + 2.3-SNAPSHOT diff --git a/hapi-fhir-jaxrsserver-example/pom.xml b/hapi-fhir-jaxrsserver-example/pom.xml index 7ce9acdc431..c404cf05796 100644 --- a/hapi-fhir-jaxrsserver-example/pom.xml +++ b/hapi-fhir-jaxrsserver-example/pom.xml @@ -6,7 +6,7 @@ ca.uhn.hapi.fhir hapi-fhir - 2.2 + 2.3-SNAPSHOT ../pom.xml @@ -31,7 +31,7 @@ ca.uhn.hapi.fhir hapi-fhir-jaxrsserver-base - 2.2 + 2.3-SNAPSHOT diff --git a/hapi-fhir-jpaserver-base/pom.xml b/hapi-fhir-jpaserver-base/pom.xml index 87a9ca8549e..3f5f9a01fc6 100644 --- a/hapi-fhir-jpaserver-base/pom.xml +++ b/hapi-fhir-jpaserver-base/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-deployable-pom - 2.2 + 2.3-SNAPSHOT ../hapi-deployable-pom/pom.xml @@ -23,7 +23,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT commons-logging @@ -34,32 +34,32 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu3 - 2.2 + 2.3-SNAPSHOT @@ -424,7 +424,7 @@ ca.uhn.hapi.fhir hapi-tinder-plugin - 2.2 + 2.3-SNAPSHOT build_dstu1 @@ -476,22 +476,22 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu3 - 2.2 + 2.3-SNAPSHOT diff --git a/hapi-fhir-jpaserver-example/pom.xml b/hapi-fhir-jpaserver-example/pom.xml index c31474028c2..71aac1b565e 100644 --- a/hapi-fhir-jpaserver-example/pom.xml +++ b/hapi-fhir-jpaserver-example/pom.xml @@ -10,7 +10,7 @@ ca.uhn.hapi.fhir hapi-fhir - 2.2 + 2.3-SNAPSHOT ../pom.xml @@ -35,40 +35,40 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-jpaserver-base - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 2.2 + 2.3-SNAPSHOT war provided ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 2.2 + 2.3-SNAPSHOT classes provided diff --git a/hapi-fhir-jpaserver-uhnfhirtest/pom.xml b/hapi-fhir-jpaserver-uhnfhirtest/pom.xml index 2bfb7354db0..277300b3cc5 100644 --- a/hapi-fhir-jpaserver-uhnfhirtest/pom.xml +++ b/hapi-fhir-jpaserver-uhnfhirtest/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-fhir - 2.2 + 2.3-SNAPSHOT ../pom.xml @@ -18,34 +18,34 @@ ca.uhn.hapi.fhir hapi-fhir-jpaserver-base - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 2.2 + 2.3-SNAPSHOT war provided ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 2.2 + 2.3-SNAPSHOT classes provided diff --git a/hapi-fhir-osgi-core/pom.xml b/hapi-fhir-osgi-core/pom.xml index 032750a1ed3..bffe2431148 100644 --- a/hapi-fhir-osgi-core/pom.xml +++ b/hapi-fhir-osgi-core/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-deployable-pom - 2.2 + 2.3-SNAPSHOT ../hapi-deployable-pom/pom.xml @@ -19,37 +19,37 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu3 - 2.2 + 2.3-SNAPSHOT diff --git a/hapi-fhir-structures-dstu/pom.xml b/hapi-fhir-structures-dstu/pom.xml index 3fa8a6ed139..99ba20eb4c6 100644 --- a/hapi-fhir-structures-dstu/pom.xml +++ b/hapi-fhir-structures-dstu/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-deployable-pom - 2.2 + 2.3-SNAPSHOT ../hapi-deployable-pom/pom.xml @@ -17,7 +17,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT diff --git a/hapi-fhir-validation-resources-dstu2.1/pom.xml b/hapi-fhir-validation-resources-dstu2.1/pom.xml index d4f08b8751d..832eaacd32f 100644 --- a/hapi-fhir-validation-resources-dstu2.1/pom.xml +++ b/hapi-fhir-validation-resources-dstu2.1/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-deployable-pom - 2.2 + 2.3-SNAPSHOT ../hapi-deployable-pom/pom.xml diff --git a/hapi-fhir-validation-resources-dstu2/pom.xml b/hapi-fhir-validation-resources-dstu2/pom.xml index 41ee260e725..7cf5f963a01 100644 --- a/hapi-fhir-validation-resources-dstu2/pom.xml +++ b/hapi-fhir-validation-resources-dstu2/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-deployable-pom - 2.2 + 2.3-SNAPSHOT ../hapi-deployable-pom/pom.xml diff --git a/hapi-fhir-validation-resources-dstu3/pom.xml b/hapi-fhir-validation-resources-dstu3/pom.xml index b52be94d2a9..ca8a406cbec 100644 --- a/hapi-fhir-validation-resources-dstu3/pom.xml +++ b/hapi-fhir-validation-resources-dstu3/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-deployable-pom - 2.2 + 2.3-SNAPSHOT ../hapi-deployable-pom/pom.xml @@ -17,7 +17,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT ch.qos.logback diff --git a/hapi-tinder-plugin/pom.xml b/hapi-tinder-plugin/pom.xml index f08d5b30400..11dad6aff02 100644 --- a/hapi-tinder-plugin/pom.xml +++ b/hapi-tinder-plugin/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-fhir - 2.2 + 2.3-SNAPSHOT ../pom.xml @@ -19,7 +19,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 2.2 + 2.3-SNAPSHOT ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 2.2 + 2.3-SNAPSHOT war provided ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 2.2 + 2.3-SNAPSHOT classes provided