diff --git a/hapi-fhir-base/examples/pom.xml b/hapi-fhir-base/examples/pom.xml index 9e1e4f4348c..0f63e05510a 100644 --- a/hapi-fhir-base/examples/pom.xml +++ b/hapi-fhir-base/examples/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-fhir - 0.7-SNAPSHOT + 0.7 ../../pom.xml @@ -17,7 +17,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 0.7-SNAPSHOT + 0.7 javax.servlet diff --git a/hapi-fhir-base/pom.xml b/hapi-fhir-base/pom.xml index 20bc7b9d663..9d358eb4822 100644 --- a/hapi-fhir-base/pom.xml +++ b/hapi-fhir-base/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-fhir - 0.7-SNAPSHOT + 0.7 ../pom.xml diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/client/interceptor/CookieInterceptor.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/client/interceptor/CookieInterceptor.java index 998741af954..c5ccc665f6e 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/client/interceptor/CookieInterceptor.java +++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/client/interceptor/CookieInterceptor.java @@ -1,5 +1,25 @@ package ca.uhn.fhir.rest.client.interceptor; +/* + * #%L + * HAPI FHIR - Core Library + * %% + * Copyright (C) 2014 University Health Network + * %% + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * #L% + */ + import org.apache.http.HttpResponse; import org.apache.http.client.methods.HttpRequestBase; diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/util/ObjectUtil.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/util/ObjectUtil.java index 1292bf11292..12f841878d5 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/util/ObjectUtil.java +++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/util/ObjectUtil.java @@ -1,5 +1,25 @@ package ca.uhn.fhir.util; +/* + * #%L + * HAPI FHIR - Core Library + * %% + * Copyright (C) 2014 University Health Network + * %% + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * #L% + */ + public class ObjectUtil { public static boolean equals(Object object1, Object object2) { diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/validation/ValidationResult.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/validation/ValidationResult.java index 06126f1fdcc..f2d388f6bff 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/validation/ValidationResult.java +++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/validation/ValidationResult.java @@ -9,9 +9,9 @@ package ca.uhn.fhir.validation; * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/hapi-fhir-base/testmindeps/pom.xml b/hapi-fhir-base/testmindeps/pom.xml index 84aa1061ef6..96fcf01679d 100644 --- a/hapi-fhir-base/testmindeps/pom.xml +++ b/hapi-fhir-base/testmindeps/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-fhir - 0.7-SNAPSHOT + 0.7 ../../pom.xml @@ -40,7 +40,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 0.7-SNAPSHOT + 0.7 diff --git a/hapi-fhir-jpaserver-base/pom.xml b/hapi-fhir-jpaserver-base/pom.xml index e7482edb462..7260fcbebb5 100644 --- a/hapi-fhir-jpaserver-base/pom.xml +++ b/hapi-fhir-jpaserver-base/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-fhir - 0.7-SNAPSHOT + 0.7 ../pom.xml @@ -44,7 +44,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 0.7-SNAPSHOT + 0.7 commons-logging diff --git a/hapi-fhir-jpaserver-test/pom.xml b/hapi-fhir-jpaserver-test/pom.xml index fa440f6142a..a8ed63a776e 100644 --- a/hapi-fhir-jpaserver-test/pom.xml +++ b/hapi-fhir-jpaserver-test/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-fhir - 0.7-SNAPSHOT + 0.7 ../pom.xml @@ -17,7 +17,7 @@ ca.uhn.hapi.fhir hapi-fhir-jpaserver-base - 0.7-SNAPSHOT + 0.7 org.thymeleaf @@ -127,7 +127,7 @@ ca.uhn.hapi.fhir hapi-tinder-plugin - 0.7-SNAPSHOT + 0.7 buildclient diff --git a/hapi-fhir-jpaserver-uhnfhirtest/pom.xml b/hapi-fhir-jpaserver-uhnfhirtest/pom.xml index 944458339f2..8046c808545 100644 --- a/hapi-fhir-jpaserver-uhnfhirtest/pom.xml +++ b/hapi-fhir-jpaserver-uhnfhirtest/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-fhir - 0.7-SNAPSHOT + 0.7 ../pom.xml @@ -16,12 +16,12 @@ ca.uhn.hapi.fhir hapi-fhir-jpaserver-base - 0.7-SNAPSHOT + 0.7 ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 0.7-SNAPSHOT + 0.7 war provided @@ -29,7 +29,7 @@ ca.uhn.hapi.fhir hapi-fhir-jpaserver-test - 0.7-SNAPSHOT + 0.7 test @@ -185,7 +185,7 @@ ca.uhn.hapi.fhir hapi-tinder-plugin - 0.7-SNAPSHOT + 0.7 buildclient diff --git a/hapi-fhir-oauth2/pom.xml b/hapi-fhir-oauth2/pom.xml index 0b25822e359..5c901203cbe 100644 --- a/hapi-fhir-oauth2/pom.xml +++ b/hapi-fhir-oauth2/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-fhir - 0.7-SNAPSHOT + 0.7 ../pom.xml @@ -17,7 +17,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 0.7-SNAPSHOT + 0.7 @@ -136,6 +136,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + diff --git a/hapi-fhir-structures-dstu/pom.xml b/hapi-fhir-structures-dstu/pom.xml index dda39a0f878..2bd5434f830 100644 --- a/hapi-fhir-structures-dstu/pom.xml +++ b/hapi-fhir-structures-dstu/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-fhir - 0.7-SNAPSHOT + 0.7 ../pom.xml @@ -18,7 +18,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 0.7-SNAPSHOT + 0.7 @@ -27,7 +27,7 @@ ca.uhn.hapi.fhir hapi-tinder-plugin - 0.7-SNAPSHOT + 0.7 diff --git a/hapi-fhir-testpage-overlay/pom.xml b/hapi-fhir-testpage-overlay/pom.xml index be8df6e6989..1e2b0fadc5f 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 - 0.7-SNAPSHOT + 0.7 ../pom.xml @@ -27,7 +27,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 0.7-SNAPSHOT + 0.7 org.thymeleaf @@ -50,7 +50,7 @@ ca.uhn.hapi.fhir hapi-fhir-jpaserver-test - 0.7-SNAPSHOT + 0.7 test diff --git a/hapi-tinder-plugin/pom.xml b/hapi-tinder-plugin/pom.xml index 3142ebaf1f0..642ca0ff166 100644 --- a/hapi-tinder-plugin/pom.xml +++ b/hapi-tinder-plugin/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir hapi-fhir - 0.7-SNAPSHOT + 0.7 ../pom.xml @@ -19,7 +19,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 0.7-SNAPSHOT + 0.7 diff --git a/hapi-tinder-test/pom.xml b/hapi-tinder-test/pom.xml index b03354f5be9..e9c7c2ed5fc 100644 --- a/hapi-tinder-test/pom.xml +++ b/hapi-tinder-test/pom.xml @@ -4,7 +4,7 @@ ca.uhn.hapi.fhir hapi-fhir - 0.7-SNAPSHOT + 0.7 ../pom.xml @@ -17,7 +17,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 0.7-SNAPSHOT + 0.7 @@ -40,7 +40,7 @@ ca.uhn.hapi.fhir hapi-tinder-plugin - 0.7-SNAPSHOT + 0.7 custom-structs diff --git a/pom.xml b/pom.xml index ab98b46eab8..15b863432bb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,14 +5,14 @@ org.sonatype.oss oss-parent - 7 + 9 4.0.0 ca.uhn.hapi.fhir hapi-fhir pom - 0.7-SNAPSHOT + 0.7 HAPI-FHIR http://hl7api.sourceforge.net/hapi-fhir/ diff --git a/restful-server-example-test/pom.xml b/restful-server-example-test/pom.xml index 68e148fbc3e..5694a3d3e0c 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 - 0.7-SNAPSHOT + 0.7 ../pom.xml @@ -17,7 +17,7 @@ ca.uhn.hapi.fhir hapi-fhir-base - 0.7-SNAPSHOT + 0.7 ch.qos.logback diff --git a/restful-server-example/.settings/org.eclipse.wst.common.component b/restful-server-example/.settings/org.eclipse.wst.common.component index b22f61289cf..4c8af811fd4 100644 --- a/restful-server-example/.settings/org.eclipse.wst.common.component +++ b/restful-server-example/.settings/org.eclipse.wst.common.component @@ -3,10 +3,10 @@ - + uses - + consumes diff --git a/restful-server-example/pom.xml b/restful-server-example/pom.xml index 73fffeabc9e..c59325e0963 100644 --- a/restful-server-example/pom.xml +++ b/restful-server-example/pom.xml @@ -1,19 +1,22 @@ 4.0.0 + - - org.sonatype.oss - oss-parent - 7 + ca.uhn.hapi.fhir + hapi-fhir + 0.7 + ../pom.xml + ca.uhn.hapi.example restful-server-example - 0.8-SNAPSHOT war HAPI FHIR Sample RESTful Server @@ -34,20 +37,24 @@ ca.uhn.hapi.fhir hapi-fhir-base - 0.7-SNAPSHOT + 0.7 ca.uhn.hapi.fhir hapi-fhir-testpage-overlay - 0.7-SNAPSHOT + 0.7 war provided - + ch.qos.logback logback-classic