From 31934ff582e2cdd6946bed7798a892c8465364d9 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Wed, 16 Sep 2015 07:09:03 -0400 Subject: [PATCH] Version bump to 1.2 --- examples/pom.xml | 10 +++++----- hapi-deployable-pom/pom.xml | 2 +- hapi-fhir-android/pom.xml | 8 ++++---- 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-cobertura/pom.xml | 14 +++++++------- hapi-fhir-dist/pom.xml | 8 ++++---- hapi-fhir-jpaserver-base/pom.xml | 18 +++++++++--------- hapi-fhir-jpaserver-example/pom.xml | 12 ++++++------ hapi-fhir-jpaserver-uhnfhirtest/pom.xml | 12 ++++++------ hapi-fhir-structures-dstu/pom.xml | 6 +++--- hapi-fhir-structures-dstu2/pom.xml | 8 ++++---- hapi-fhir-structures-hl7org-dstu2/pom.xml | 6 +++--- hapi-fhir-testpage-overlay/pom.xml | 10 +++++----- hapi-fhir-validation-resources-dstu2/pom.xml | 2 +- hapi-tinder-plugin/pom.xml | 4 ++-- hapi-tinder-test/pom.xml | 10 +++++----- pom.xml | 4 ++-- restful-server-example-test/pom.xml | 6 +++--- restful-server-example/pom.xml | 10 +++++----- 21 files changed, 84 insertions(+), 84 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index e276dbe3bb2..79b0490d5fe 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-fhir - 1.2-SNAPSHOT + 1.2 ../pom.xml @@ -18,22 +18,22 @@ ca.uhn.hapi.fhir hapi-fhir-base - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu2 - 1.2-SNAPSHOT + 1.2 javax.servlet diff --git a/hapi-deployable-pom/pom.xml b/hapi-deployable-pom/pom.xml index 680a3aa7f8c..87deb1fd76b 100644 --- a/hapi-deployable-pom/pom.xml +++ b/hapi-deployable-pom/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-fhir - 1.2-SNAPSHOT + 1.2 ../pom.xml diff --git a/hapi-fhir-android/pom.xml b/hapi-fhir-android/pom.xml index c686c0c7a86..1448c8c9f63 100644 --- a/hapi-fhir-android/pom.xml +++ b/hapi-fhir-android/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-fhir - 1.2-SNAPSHOT + 1.2 ../pom.xml @@ -18,7 +18,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-jpaserver-base - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 1.2-SNAPSHOT + 1.2 war provided diff --git a/hapi-fhir-jpaserver-uhnfhirtest/pom.xml b/hapi-fhir-jpaserver-uhnfhirtest/pom.xml index d2a6457014e..c3c4e747871 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 - 1.2-SNAPSHOT + 1.2 ../pom.xml @@ -18,27 +18,27 @@ ca.uhn.hapi.fhir hapi-fhir-jpaserver-base - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 1.2-SNAPSHOT + 1.2 war provided diff --git a/hapi-fhir-structures-dstu/pom.xml b/hapi-fhir-structures-dstu/pom.xml index 40e0718653c..3b76a30dade 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 - 1.2-SNAPSHOT + 1.2 ../hapi-deployable-pom/pom.xml @@ -17,7 +17,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 1.2-SNAPSHOT + 1.2 @@ -136,7 +136,7 @@ ca.uhn.hapi.fhir hapi-tinder-plugin - 1.2-SNAPSHOT + 1.2 diff --git a/hapi-fhir-structures-dstu2/pom.xml b/hapi-fhir-structures-dstu2/pom.xml index 76e46139c4f..7534f06a29f 100644 --- a/hapi-fhir-structures-dstu2/pom.xml +++ b/hapi-fhir-structures-dstu2/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-deployable-pom - 1.2-SNAPSHOT + 1.2 ../hapi-deployable-pom/pom.xml @@ -17,13 +17,13 @@ ca.uhn.hapi.fhir hapi-fhir-base - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu2 - 1.2-SNAPSHOT + 1.2 test @@ -144,7 +144,7 @@ ca.uhn.hapi.fhir hapi-tinder-plugin - 1.2-SNAPSHOT + 1.2 generate diff --git a/hapi-fhir-structures-hl7org-dstu2/pom.xml b/hapi-fhir-structures-hl7org-dstu2/pom.xml index 9322905fce7..7c3ea94a0d7 100644 --- a/hapi-fhir-structures-hl7org-dstu2/pom.xml +++ b/hapi-fhir-structures-hl7org-dstu2/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-deployable-pom - 1.2-SNAPSHOT + 1.2 ../hapi-deployable-pom/pom.xml @@ -18,12 +18,12 @@ ca.uhn.hapi.fhir hapi-fhir-base - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu2 - 1.2-SNAPSHOT + 1.2 test diff --git a/hapi-fhir-testpage-overlay/pom.xml b/hapi-fhir-testpage-overlay/pom.xml index 293847fe6e1..ea5466fb44b 100644 --- a/hapi-fhir-testpage-overlay/pom.xml +++ b/hapi-fhir-testpage-overlay/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-fhir - 1.2-SNAPSHOT + 1.2 ../pom.xml @@ -27,22 +27,22 @@ ca.uhn.hapi.fhir hapi-fhir-base - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-jpaserver-base - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-structures-dstu - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 1.2-SNAPSHOT + 1.2 diff --git a/restful-server-example-test/pom.xml b/restful-server-example-test/pom.xml index 9de1b76a572..03635d4cbce 100644 --- a/restful-server-example-test/pom.xml +++ b/restful-server-example-test/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-fhir - 1.2-SNAPSHOT + 1.2 ../pom.xml @@ -17,12 +17,12 @@ ca.uhn.hapi.fhir hapi-fhir-base - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 1.2-SNAPSHOT + 1.2 test diff --git a/restful-server-example/pom.xml b/restful-server-example/pom.xml index 1782c44bc96..39c04a924d7 100644 --- a/restful-server-example/pom.xml +++ b/restful-server-example/pom.xml @@ -8,13 +8,13 @@ ca.uhn.hapi.fhir hapi-fhir - 1.2-SNAPSHOT + 1.2 ../pom.xml ca.uhn.hapi.fhir restful-server-example - 1.2-SNAPSHOT + 1.2 war HAPI FHIR Sample RESTful Server @@ -35,20 +35,20 @@ ca.uhn.hapi.fhir hapi-fhir-base - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 - 1.2-SNAPSHOT + 1.2 ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 1.2-SNAPSHOT + 1.2 war provided