diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/validation/FhirValidator.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/validation/FhirValidator.java index 44289cd3e16..b497df580e3 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/validation/FhirValidator.java +++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/validation/FhirValidator.java @@ -146,7 +146,6 @@ public class FhirValidator { /** * Should the validator validate the resource against the base schematron (the schematron provided with the FHIR distribution itself) * - * @return * @return Returns a referens to this for method chaining */ public synchronized FhirValidator setValidateAgainstStandardSchematron(boolean theValidateAgainstStandardSchematron) { diff --git a/pom.xml b/pom.xml index 2d992a64dda..ac4fe98f272 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ - 1.0 + 1.1 UTF-8 @@ -640,7 +640,7 @@ addAnalytics - post-site + site Adding Google analytics in target/site for <body> diff --git a/src/site/xdoc/doc_dstu2.xml b/src/site/xdoc/doc_dstu2.xml index 4611985e5c2..4fb31dac450 100644 --- a/src/site/xdoc/doc_dstu2.xml +++ b/src/site/xdoc/doc_dstu2.xml @@ -142,9 +142,7 @@ to try and harmonize the two libraries.

- HAPI FHIR 1.1 begins the availability of a harmonized library. Note that - this version has not yet been formally released, but is currently available in - "snapshot" development builds. + HAPI FHIR 1.1 begins the availability of a harmonized library.

For HAPI FHIR users: This integration will bring the ability to use powerful features @@ -223,6 +221,12 @@ IResource.

+

+ Please post any problems you might encounter trying to upgrade on the + Google Group. Chances are + if it's happening to you, it's happening to others. We're happy to help. +

+ diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm index 319cdf0dc36..788e85612e2 100644 --- a/src/site/xdoc/download.xml.vm +++ b/src/site/xdoc/download.xml.vm @@ -7,8 +7,38 @@ -
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
HAPI Structure LibraryHAPI VersionFHIR Specification Version
hapi-fhir-structures-dstu1.1DSTU1 0.0.82
hapi-fhir-structures-dstu21.1DSTU2 0.5.0
hapi-fhir-structures-hl7org-dstu21.1DSTU2 Latest Dev (SVN 5843)
+ +
+

If you are developing applications in Java, the easiest way to use HAPI is to use a build system which handles dependency management automatically. The