From 2adaa4a072af3009837fd9a12c076f82c44319f0 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Mon, 14 Jul 2014 08:21:50 -0400 Subject: [PATCH] Site updates --- hapi-fhir-base/pom.xml | 93 +++++++++++++------- hapi-fhir-base/src/changes/changes.xml | 2 +- hapi-fhir-base/src/site/site.xml | 3 +- hapi-fhir-base/src/site/xdoc/download.xml.vm | 6 +- hapi-fhir-base/src/site/xdoc/index.xml | 12 ++- 5 files changed, 79 insertions(+), 37 deletions(-) diff --git a/hapi-fhir-base/pom.xml b/hapi-fhir-base/pom.xml index a0a1a5316e2..540ac9a4212 100644 --- a/hapi-fhir-base/pom.xml +++ b/hapi-fhir-base/pom.xml @@ -1,5 +1,4 @@ - + 4.0.0 @@ -22,15 +21,13 @@ scm:git:git@github.com:jamesagnew/hapi-fhir.git - + - + javax.json javax.json-api @@ -49,8 +46,7 @@ 4.2.0 - + org.thymeleaf @@ -231,19 +227,56 @@ false - + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.16 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + + + default + + javadoc + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.3 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.4 + + + normal + + jxr + + + + restful-server-example + + jxr + + + ../restful-server-example/src/main/java + ${project.reporting.outputDirectory}/rse-xref + tmp + rse-xref + + + + org.apache.maven.plugins maven-project-info-reports-plugin @@ -259,8 +292,7 @@ - + @@ -269,7 +301,7 @@ ${user.home}/sites/hapi-fhir ${user.home}/sites/scm/hapi-fhir - + @@ -370,7 +402,9 @@ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-1395874-5', 'sourceforge.net'); + ga('create', 'UA-1395874-5', 'auto'); + ga('require', 'displayfeatures'); + ga('require', 'linkid', 'linkid.js'); ga('send', 'pageview'); @@ -479,12 +513,9 @@ true - + diff --git a/hapi-fhir-base/src/changes/changes.xml b/hapi-fhir-base/src/changes/changes.xml index 93ce76babb7..e9dea06f6d7 100644 --- a/hapi-fhir-base/src/changes/changes.xml +++ b/hapi-fhir-base/src/changes/changes.xml @@ -8,7 +8,7 @@ - + BREAKING CHANGE:]]>: IdDt has been modified so that it contains a partial or complete resource identity. Previously it contained diff --git a/hapi-fhir-base/src/site/site.xml b/hapi-fhir-base/src/site/site.xml index 50a9795740a..9150ee27639 100644 --- a/hapi-fhir-base/src/site/site.xml +++ b/hapi-fhir-base/src/site/site.xml @@ -40,7 +40,7 @@ - + @@ -48,6 +48,7 @@ + diff --git a/hapi-fhir-base/src/site/xdoc/download.xml.vm b/hapi-fhir-base/src/site/xdoc/download.xml.vm index 96a93706dd7..71aaeea0a6f 100644 --- a/hapi-fhir-base/src/site/xdoc/download.xml.vm +++ b/hapi-fhir-base/src/site/xdoc/download.xml.vm @@ -13,7 +13,7 @@

The easiest way to get started with HAPI-FHIR is to either download the source code from our - Git Repository + Git Repository , or to use Maven:

@@ -25,8 +25,8 @@

- Non-maven users can grab the files from the - Sourceforge File Release System. + Non-maven users can grab the binary releases from the + GitHub Release Section.

diff --git a/hapi-fhir-base/src/site/xdoc/index.xml b/hapi-fhir-base/src/site/xdoc/index.xml index 1f6d7b8adc0..c6a012b051f 100644 --- a/hapi-fhir-base/src/site/xdoc/index.xml +++ b/hapi-fhir-base/src/site/xdoc/index.xml @@ -28,12 +28,22 @@
+

+ July 14, 2014 - HAPI FHIR 0.4 Released - The next release of HAPI has been + tagged an uploaded to the Maven global repos and the GitHub releases section. See the changelog + for more information. This release contains a large number of minor bugfixes and quite a few new + features. Upgrading should be relatively simple, although there is one breaking API change (IdDt + now can contain the complete URL of a resource, not just the logical ID). +
+ - James Agnew +

+

May 12, 2014 - HAPI FHIR 0.3 Released - A new release of HAPI FHIR has been deployed to the Maven repos and the Sourceforge download system. This release corrects a large number of bugs and includes fixes which were implemented in the recent FHIR Connectathon.
- James Agnew + - James Agnew