diff --git a/examples/pom.xml.versionsBackup b/examples/pom.xml.versionsBackup deleted file mode 100644 index 1a2e015b06d..00000000000 --- a/examples/pom.xml.versionsBackup +++ /dev/null @@ -1,47 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 0.6-SNAPSHOT - ../../pom.xml - - - hapi-fhir-base-examples - jar - - HAPI FHIR - Examples (for site) - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 0.6-SNAPSHOT - - - javax.servlet - javax.servlet-api - 3.1.0 - provided - - - junit - junit - ${junit_version} - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - - diff --git a/hapi-deployable-pom/pom.xml.versionsBackup b/hapi-deployable-pom/pom.xml.versionsBackup deleted file mode 100644 index c54c52212b4..00000000000 --- a/hapi-deployable-pom/pom.xml.versionsBackup +++ /dev/null @@ -1,117 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 0.8-SNAPSHOT - ../pom.xml - - - hapi-deployable-pom - pom - - HAPI FHIR - Deployable Artifact Parent POM - - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.7 - - - - scm - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven_javadoc_plugin_version} - - - default - - javadoc - - - - http://jamesagnew.github.io/hapi-fhir/apidocs/ - https://docs.oracle.com/javaee/7/api/ - - - - - - - - - - - DIST - - - - org.apache.maven.plugins - maven-javadoc-plugin - true - - 128m - 1g - true - false - false - - - - package - - jar - - - - - - org.apache.maven.plugins - maven-source-plugin - ${maven_source_plugin_version} - - - package - - jar-no-fork - - - - - - org.codehaus.mojo - license-maven-plugin - ${maven_license_plugin_version} - - - first - - update-file-header - - process-sources - - apache_v2 - true - true - - src/main/java - - - - - - - - - - - diff --git a/hapi-fhir-android/pom.xml.versionsBackup b/hapi-fhir-android/pom.xml.versionsBackup deleted file mode 100644 index ce409b3b9da..00000000000 --- a/hapi-fhir-android/pom.xml.versionsBackup +++ /dev/null @@ -1,180 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 0.9-SNAPSHOT - ../pom.xml - - - hapi-fhir-android - jar - - HAPI FHIR - Android - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 0.9-SNAPSHOT - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpcore - - - commons-codec - commons-codec - - - - - ca.uhn.hapi.fhir - hapi-fhir-structures-dstu - 0.9-SNAPSHOT - - - ca.uhn.hapi.fhir - hapi-fhir-structures-dstu2 - 0.9-SNAPSHOT - - - com.phloc - phloc-schematron - ${phloc_schematron_version} - - - com.phloc - phloc-commons - ${phloc_commons_version} - - - org.apache.httpcomponents - httpclient-android - 4.3.5.1 - - - org.slf4j - slf4j-android - ${slf4j_version} - - - - - commons-io - commons-io - ${commons_io_version} - - - - - javax.servlet - javax.servlet-api - ${servlet_api_version} - compile - - - - - junit - junit - ${junit_version} - test - - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - org.apache.maven.plugins - maven-failsafe-plugin - ${maven_failsafe_plugin_version} - - compile+runtime - - ${project.build.directory}/hapi-fhir-android-${project.version}.jar - - - - - - integration-test - verify - - - - - - org.apache.maven.plugins - maven-shade-plugin - 2.3 - - - package - - shade - - - true - - - - commons-codec:commons-codec - commons-io:commons-io - ca.uhn.hapi.fhir:hapi-fhir-base - ca.uhn.hapi.fhir:hapi-fhir-structures-dstu - ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2 - org.glassfish:javax.json - org.codehaus.woodstox:woodstox-core-asl - javax.xml.stream:stax-api - org.codehaus.woodstox:stax2-api - org.slf4j:slf4j* - org.apache.commons:* - org.apache.httpcomponents:* - org.glassfish:javax.json - - - - - javax.xml.stream - ca.uhn.fhir.repackage.javax.xml.stream - - - javax.json - ca.uhn.fhir.repackage.javax.json - - - - - ca.uhn.hapi.fhir:hapi-fhir-base - - ca/uhn/fhir/model/dstu/valueset/** - **/*.java - - - - - - - - - - diff --git a/hapi-fhir-base/pom.xml.versionsBackup b/hapi-fhir-base/pom.xml.versionsBackup deleted file mode 100644 index b7eb566db87..00000000000 --- a/hapi-fhir-base/pom.xml.versionsBackup +++ /dev/null @@ -1,404 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 1.0-SNAPSHOT - ../pom.xml - - - ca.uhn.hapi.fhir - hapi-fhir-base - jar - http://hl7api.sourceforge.net/hapi-fhir/ - - HAPI FHIR Base Library - - - - hl7api.sf.net - scp://shell.sourceforge.net/home/project-web/hl7api/htdocs/hapi-fhir - - - - - - - - - javax.json - javax.json-api - 1.0 - - - org.glassfish - javax.json - 1.0.4 - - - - - org.codehaus.woodstox - woodstox-core-asl - 4.2.0 - - - - - - org.thymeleaf - thymeleaf - 2.1.2.RELEASE - true - - - - - org.apache.commons - commons-lang3 - 3.2.1 - - - commons-codec - commons-codec - 1.9 - - - commons-io - commons-io - 2.4 - - - - - org.slf4j - slf4j-api - 1.7.6 - - - ch.qos.logback - logback-classic - 1.1.1 - true - - - - - org.apache.httpcomponents - httpclient - 4.3.3 - - - org.apache.httpcomponents - httpcore - 4.3.2 - - - - - javax.servlet - javax.servlet-api - 3.0.1 - provided - - - - - junit - junit - 4.11 - test - - - xmlunit - xmlunit - 1.5 - test - - - org.eclipse.jetty - jetty-servlets - 9.1.1.v20140108 - test - - - org.eclipse.jetty - jetty-servlet - 9.1.1.v20140108 - test - - - org.mockito - mockito-all - 1.9.5 - test - - - net.sf.json-lib - json-lib - 2.4 - jdk15 - test - - - net.sf.json-lib - json-lib - 2.4 - jdk15-sources - test - - - - org.eclipse.jetty - jetty-server - 9.1.1.v20140108 - test - - - org.eclipse.jetty - jetty-servlet - 9.1.1.v20140108 - test - - - - commons-httpclient - commons-httpclient - 3.1 - test - - - - directory-naming - naming-java - 0.8 - test - - - org.hamcrest - hamcrest-all - ${hamcrest_version} - test - - - - - - - - - - maven-site-plugin - 3.3 - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.16 - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - - - default - - javadoc - - - - - - org.apache.maven.plugins - maven-jxr-plugin - 2.4 - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.7 - - - - project-team - issue-tracking - license - scm - - - - - - - - - UTF-8 - - - - - - maven-antrun-plugin - 1.7 - - - addSyntaxHighlighter - site - - run - - - - Adding Syntax Highlighter - - - ]]> - - var elements = document.getElementsByClassName("source"); - for (var i=0; i < elements.length; i++) { - var pres = elements[i].getElementsByTagName("pre"); - for (var j = 0; j < pres.length; j++) { - var pre = pres[j]; - if (pre.innerHTML.match(/\/\*/)) { - pre.className = 'brush: java'; - } else if (pre.innerHTML.match(/^\#/)) { - pre.className = 'brush: bash'; - } else if (pre.innerHTML.match(/\<\;\//)) { - pre.className = 'brush: xml'; - } else { - pre.className = 'brush: java'; - } - } - } - - SyntaxHighlighter.all(); - - - ]]> - - - - - - addAnalytics - post-site - - - Adding Google analytics in target/site for <body> - - - - - ]]> - - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - 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('send', 'pageview'); - - - - ]]> - - Adding Google analytics in target/site for <BODY> - - - ]]> - - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - 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('send', 'pageview'); - - - - ]]> - - Adding social plugins for HAPI - - - - -
-
- - -

- - -

- - ]]>
-
- - -
-
- - run - -
-
-
- - org.apache.maven.plugins - maven-javadoc-plugin - true - - 128m - 1g - true - false - false - - - - package - - jar - - - - - - org.apache.maven.plugins - maven-source-plugin - - - package - - jar-no-fork - - - - -
-
- -
diff --git a/hapi-fhir-base/testmindeps/pom.xml.versionsBackup b/hapi-fhir-base/testmindeps/pom.xml.versionsBackup deleted file mode 100644 index 1a2e015b06d..00000000000 --- a/hapi-fhir-base/testmindeps/pom.xml.versionsBackup +++ /dev/null @@ -1,47 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 0.6-SNAPSHOT - ../../pom.xml - - - hapi-fhir-base-examples - jar - - HAPI FHIR - Examples (for site) - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 0.6-SNAPSHOT - - - javax.servlet - javax.servlet-api - 3.1.0 - provided - - - junit - junit - ${junit_version} - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - - diff --git a/hapi-fhir-dist/pom.xml.versionsBackup b/hapi-fhir-dist/pom.xml.versionsBackup deleted file mode 100644 index fea95b88f62..00000000000 --- a/hapi-fhir-dist/pom.xml.versionsBackup +++ /dev/null @@ -1,100 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-deployable-pom - 0.8 - ../pom.xml - - - hapi-fhir-dist - pom - - HAPI FHIR - Distribution Archive - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 0.8 - - - ca.uhn.hapi.fhir - hapi-fhir-structures-dstu - 0.8 - - - ca.uhn.hapi.fhir - hapi-fhir-structures-dev - 0.8 - - - ch.qos.logback - logback-classic - ${logback_version} - - - org.ebaysf.web - cors-filter - ${ebay_cors_filter_version} - - - org.thymeleaf - thymeleaf - ${thymeleaf-version} - - - com.phloc - phloc-schematron - ${phloc_schematron_version} - - - com.phloc - phloc-commons - ${phloc_commons_version} - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - - - - DIST - - - - maven-assembly-plugin - ${maven_assembly_plugin_version} - - - package - - single - - - false - - ${project.basedir}/src/assembly/hapi-fhir-all.xml - - - - - - - - - - - diff --git a/hapi-fhir-jpaserver-base/pom.xml.versionsBackup b/hapi-fhir-jpaserver-base/pom.xml.versionsBackup deleted file mode 100644 index 5537b6bfcaa..00000000000 --- a/hapi-fhir-jpaserver-base/pom.xml.versionsBackup +++ /dev/null @@ -1,181 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 0.3-SNAPSHOT - ../pom.xml - - - ca.uhn.hapi.fhir - hapi-fhir-jpaserver-base - jar - - HAPI FHIR JPA Server - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 0.3-SNAPSHOT - - - - junit - junit - ${junit_version} - test - - - org.hamcrest - hamcrest-all - ${hamcrest_version} - - - - - commons-dbcp - commons-dbcp - 1.4 - - - - - org.apache.derby - derby - ${derby_version} - - - - - - aopalliance - aopalliance - 1.0 - - - org.springframework - spring-core - ${spring_version} - - - org.springframework - spring-orm - ${spring_version} - - - org.springframework - spring-context - ${spring_version} - - - xml-apis - xml-apis - - - - - org.springframework - spring-beans - ${spring_version} - - - org.springframework - spring-tx - ${spring_version} - - - org.springframework - spring-context-support - ${spring_version} - - - - - org.hibernate - hibernate-core - ${hibernate_version} - - - xml-apis - xml-apis - - - - - org.hibernate - hibernate-entitymanager - ${hibernate_version} - - - org.hibernate - hibernate-ehcache - ${hibernate_version} - - - net.sf.ehcache - ehcache-core - - - - - org.hibernate - hibernate-validator - ${hibernate_validator_version} - - - javax.transaction - jta - 1.1 - - - javax.mail - javax.mail-api - 1.5.0 - - - javax.validation - validation-api - 1.1.0.Final - - - - - 4.11 - 10.10.2.0 - 14.0.1 - 1.3 - 4.3.5.Final - 5.1.0.Final - 9.1.1.v20140108 - 1.9.5 - 1.7.2 - 4.0.1.RELEASE - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.7 - 1.7 - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - - diff --git a/hapi-fhir-jpaserver-example/pom.xml b/hapi-fhir-jpaserver-example/pom.xml index fb2e7b23908..20921096f7b 100644 --- a/hapi-fhir-jpaserver-example/pom.xml +++ b/hapi-fhir-jpaserver-example/pom.xml @@ -9,18 +9,16 @@ "parent" tag and it's contents below may be removed if you are using this file as a basis for your own project. --> - ca.uhn.hapi.example hapi-fhir-jpaserver-example - 1.0-SNAPSHOT + 1.1-SNAPSHOT war HAPI FHIR JPA Server - Example diff --git a/hapi-fhir-jpaserver-example/pom.xml.versionsBackup b/hapi-fhir-jpaserver-example/pom.xml.versionsBackup deleted file mode 100644 index b98052fe2c2..00000000000 --- a/hapi-fhir-jpaserver-example/pom.xml.versionsBackup +++ /dev/null @@ -1,238 +0,0 @@ - - 4.0.0 - - - - org.sonatype.oss - oss-parent - 7 - - - ca.uhn.hapi.example - hapi-fhir-jpaserver-example - 0.9-SNAPSHOT - war - - HAPI FHIR JPA Server - Example - - - - oss-snapshots - - true - - https://oss.sonatype.org/content/repositories/snapshots/ - - - - - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 0.9-SNAPSHOT - - - - - ca.uhn.hapi.fhir - hapi-fhir-structures-dstu - 0.9-SNAPSHOT - - - ca.uhn.hapi.fhir - hapi-fhir-structures-dstu2 - 0.9-SNAPSHOT - - - - - ca.uhn.hapi.fhir - hapi-fhir-jpaserver-base - 0.9-SNAPSHOT - - - - - ca.uhn.hapi.fhir - hapi-fhir-testpage-overlay - 0.9-SNAPSHOT - war - provided - - - - - ch.qos.logback - logback-classic - 1.1.2 - - - - - javax.servlet - javax.servlet-api - 3.0.1 - provided - - - - - org.thymeleaf - thymeleaf - 2.1.4.RELEASE - - - - - org.ebaysf.web - cors-filter - 1.0.1 - - - servlet-api - javax.servlet - - - - - - - org.springframework - spring-web - 4.1.3.RELEASE - provided - - - - - org.apache.commons - commons-dbcp2 - 2.0.1 - - - - - org.apache.derby - derby - 10.11.1.1 - - - org.apache.derby - derbynet - 10.11.1.1 - - - org.apache.derby - derbyclient - 10.11.1.1 - - - - - - - - - hapi-fhir-jpaserver-example - - - - - - org.eclipse.jetty - jetty-maven-plugin - 9.1.1.v20140108 - - - /hapi-fhir-jpaserver-example - - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.6 - 1.6 - - - - - - org.apache.maven.plugins - maven-war-plugin - - - - ca.uhn.hapi.fhir - hapi-fhir-testpage-overlay - - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - false - - - - - - - diff --git a/hapi-fhir-jpaserver-uhnfhirtest/pom.xml.versionsBackup b/hapi-fhir-jpaserver-uhnfhirtest/pom.xml.versionsBackup deleted file mode 100644 index e2b7cbfd7bb..00000000000 --- a/hapi-fhir-jpaserver-uhnfhirtest/pom.xml.versionsBackup +++ /dev/null @@ -1,239 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 0.9-SNAPSHOT - ../pom.xml - - - hapi-fhir-jpaserver-uhnfhirtest - war - - HAPI FHIR - fhirtest.uhn.ca Deployable WAR - - - - ca.uhn.hapi.fhir - hapi-fhir-jpaserver-base - 0.9-SNAPSHOT - - - ca.uhn.hapi.fhir - hapi-fhir-structures-dstu - 0.9-SNAPSHOT - - - ca.uhn.hapi.fhir - hapi-fhir-structures-dstu2 - 0.9-SNAPSHOT - - - ca.uhn.hapi.fhir - hapi-fhir-testpage-overlay - 0.9-SNAPSHOT - war - provided - - - - com.phloc - phloc-schematron - ${phloc_schematron_version} - - - com.phloc - phloc-commons - ${phloc_commons_version} - - - - - - org.springframework - spring-web - ${spring_version} - - - - org.hsqldb - hsqldb - 2.3.2 - provided - - - - org.apache.derby - derby - ${derby_version} - - - org.apache.derby - derbynet - ${derby_version} - - - org.apache.derby - derbyclient - ${derby_version} - - - - org.thymeleaf - thymeleaf - ${thymeleaf-version} - - - ch.qos.logback - logback-classic - ${logback_version} - - - org.slf4j - jcl-over-slf4j - ${slf4j_version} - - - org.slf4j - slf4j-api - ${slf4j_version} - - - - com.google.guava - guava - ${guava_version} - - - - javax.servlet - javax.servlet-api - 3.1.0 - provided - - - - - org.eclipse.jetty - jetty-servlets - ${jetty_version} - test - - - org.eclipse.jetty - jetty-webapp - ${jetty_version} - test - - - org.eclipse.jetty - jetty-servlet - ${jetty_version} - test - - - org.eclipse.jetty - jetty-server - ${jetty_version} - test - - - org.eclipse.jetty - jetty-util - ${jetty_version} - test - - - - - org.apache.commons - commons-dbcp2 - 2.0.1 - - - - - org.ebaysf.web - cors-filter - ${ebay_cors_filter_version} - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.7 - 1.7 - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - - [0.4,) - - - - - - - - - - - - - - - - - org.apache.maven.plugins - maven-war-plugin - - - - ca.uhn.hapi.fhir - hapi-fhir-testpage-overlay - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - hapi-fhir-jpaserver - - - diff --git a/hapi-fhir-oauth2/pom.xml.versionsBackup b/hapi-fhir-oauth2/pom.xml.versionsBackup deleted file mode 100644 index 4f94b7b97ef..00000000000 --- a/hapi-fhir-oauth2/pom.xml.versionsBackup +++ /dev/null @@ -1,151 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 0.6-SNAPSHOT - ../pom.xml - - - hapi-fhir-oauth2 - jar - HAPI FHIR - OAUTH2 Support - - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 0.6-SNAPSHOT - - - - - org.mitre - openid-connect-client - ${mitreid-connect-version} - - - org.springframework.security.oauth - spring-security-oauth2 - 2.0.2.RELEASE - - - - - javax.servlet - javax.servlet-api - ${servlet_api_version} - provided - - - - - junit - junit - ${junit_version} - test - - - ch.qos.logback - logback-classic - ${logback_version} - test - - - - xmlunit - xmlunit - 1.5 - test - - - org.eclipse.jetty - jetty-servlets - ${jetty_version} - test - - - org.eclipse.jetty - jetty-servlet - ${jetty_version} - test - - - org.eclipse.jetty - jetty-server - ${jetty_version} - test - - - org.eclipse.jetty - jetty-servlet - ${jetty_version} - test - - - org.eclipse.jetty - jetty-util - ${jetty_version} - test - - - org.eclipse.jetty - jetty-webapp - ${jetty_version} - test - - - - - org.mockito - mockito-all - ${mockito_version} - test - - - org.hamcrest - hamcrest-all - ${hamcrest_version} - test - - - - - - - - - - - - - - - src/main/resources - true - - - - - diff --git a/hapi-fhir-structures-dev/pom.xml.versionsBackup b/hapi-fhir-structures-dev/pom.xml.versionsBackup deleted file mode 100644 index a130f34c7db..00000000000 --- a/hapi-fhir-structures-dev/pom.xml.versionsBackup +++ /dev/null @@ -1,352 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 0.7-SNAPSHOT - ../pom.xml - - - hapi-fhir-structures-dev - jar - - HAPI FHIR Structures - DEV (FHIR Latest) - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 0.7-SNAPSHOT - - - - javax.servlet - javax.servlet-api - ${servlet_api_version} - provided - - - - - junit - junit - ${junit_version} - test - - - xmlunit - xmlunit - 1.5 - test - - - org.eclipse.jetty - jetty-servlets - ${jetty_version} - test - - - org.eclipse.jetty - jetty-servlet - ${jetty_version} - test - - - org.eclipse.jetty - jetty-server - ${jetty_version} - test - - - org.eclipse.jetty - jetty-servlet - ${jetty_version} - test - - - org.eclipse.jetty - jetty-util - ${jetty_version} - test - - - org.eclipse.jetty - jetty-webapp - ${jetty_version} - test - - - org.eclipse.jetty - jetty-http - ${jetty_version} - test - - - ch.qos.logback - logback-classic - ${logback_version} - true - test - - - org.ebaysf.web - cors-filter - ${ebay_cors_filter_version} - test - - - org.thymeleaf - thymeleaf - ${thymeleaf-version} - test - - - com.phloc - phloc-schematron - ${phloc_schematron_version} - test - - - com.phloc - phloc-commons - ${phloc_commons_version} - test - - - - - - org.mockito - mockito-all - 1.9.5 - test - - - net.sf.json-lib - json-lib - 2.4 - jdk15 - test - - - commons-logging - commons-logging - - - - - net.sf.json-lib - json-lib - 2.4 - jdk15-sources - test - - - directory-naming - naming-java - 0.8 - test - - - commons-logging - commons-logging - - - - - org.hamcrest - hamcrest-all - ${hamcrest_version} - test - - - com.google.guava - guava - ${guava_version} - test - - - - - - - - - ca.uhn.hapi.fhir - hapi-tinder-plugin - 0.7-SNAPSHOT - - - - generate-structures - - - - - ca.uhn.fhir.model.dev - dev - - account - adversereaction - adversereactionrisk - alert - allergyintolerance - appointment - appointmentresponse - availability - careplan - - composition - conceptmap - condition - conformance - contract - contraindication - coverage - device - deviceobservationreport - diagnosticorder - diagnosticreport - documentmanifest - documentreference - encounter - familyhistory - geneexpression - geneticanalysis - group - imagingstudy - immunization - immunizationrecommendation - list - location - media - medication - medicationadministration - medicationdispense - medicationprescription - medicationstatement - messageheader - microarray - namespace - nutritionorder - observation - operationdefinition - operationoutcome - order - orderresponse - organization - other - patient - person - practitioner - procedure - profile - - provenance - query - questionnaire - questionnaireanswers - referralrequest - relatedperson - remittance - riskassessment - securityclaim - securityevent - securitygroup - securityprincipal - - sequencinganalysis - sequencinglab - slot - specimen - subscription - substance - supply - user - valueset - - true - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - ca.uhn.hapi.fhir - hapi-tinder-plugin - [0.4-SNAPSHOT,) - - generate-structures - - - - - - - - - - - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven_javadoc_plugin_version} - - - - - - - diff --git a/hapi-fhir-structures-dstu/pom.xml.versionsBackup b/hapi-fhir-structures-dstu/pom.xml.versionsBackup deleted file mode 100644 index 76ae9c62592..00000000000 --- a/hapi-fhir-structures-dstu/pom.xml.versionsBackup +++ /dev/null @@ -1,146 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 0.3 - ../pom.xml - - - ca.uhn.hapi.fhir - hapi-fhir-structures-dstu - jar - - HAPI FHIR Structures - DSTU (FHIR 0.80) - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 0.3 - - - - - - - ca.uhn.hapi.fhir - hapi-tinder-plugin - 0.3 - - - - generate-structures - - - - - ca.uhn.fhir.model.dstu - - - - adversereaction - alert - allergyintolerance - appointmentresponse - appointment - availability - careplan - claim - composition - conceptmap - condition - conformance - coverage - deviceobservationreport - device - diagnosticorder - diagnosticreport - documentmanifest - documentreference - encounter - - familyhistory - geneexpression - geneticanalysis - group - gvfmeta - gvfvariant - imagingstudy - immunizationrecommendation - immunization - list - location - media - medicationadministration - medicationdispense - medicationprescription - medication - medicationstatement - messageheader - microarray - - observation - operationoutcome - orderresponse - order - organization - other - patient - - practitioner - procedure - profile - - - provenance - query - - questionnaire - relatedperson - remittance - - securityevent - - sequencinganalysis - sequencinglab - slot - specimen - substance - supply - - test - user - - valueset - - - - true - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven_javadoc_plugin_version} - - - - - - - diff --git a/hapi-fhir-structures-dstu2/pom.xml.versionsBackup b/hapi-fhir-structures-dstu2/pom.xml.versionsBackup deleted file mode 100644 index a130f34c7db..00000000000 --- a/hapi-fhir-structures-dstu2/pom.xml.versionsBackup +++ /dev/null @@ -1,352 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 0.7-SNAPSHOT - ../pom.xml - - - hapi-fhir-structures-dev - jar - - HAPI FHIR Structures - DEV (FHIR Latest) - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 0.7-SNAPSHOT - - - - javax.servlet - javax.servlet-api - ${servlet_api_version} - provided - - - - - junit - junit - ${junit_version} - test - - - xmlunit - xmlunit - 1.5 - test - - - org.eclipse.jetty - jetty-servlets - ${jetty_version} - test - - - org.eclipse.jetty - jetty-servlet - ${jetty_version} - test - - - org.eclipse.jetty - jetty-server - ${jetty_version} - test - - - org.eclipse.jetty - jetty-servlet - ${jetty_version} - test - - - org.eclipse.jetty - jetty-util - ${jetty_version} - test - - - org.eclipse.jetty - jetty-webapp - ${jetty_version} - test - - - org.eclipse.jetty - jetty-http - ${jetty_version} - test - - - ch.qos.logback - logback-classic - ${logback_version} - true - test - - - org.ebaysf.web - cors-filter - ${ebay_cors_filter_version} - test - - - org.thymeleaf - thymeleaf - ${thymeleaf-version} - test - - - com.phloc - phloc-schematron - ${phloc_schematron_version} - test - - - com.phloc - phloc-commons - ${phloc_commons_version} - test - - - - - - org.mockito - mockito-all - 1.9.5 - test - - - net.sf.json-lib - json-lib - 2.4 - jdk15 - test - - - commons-logging - commons-logging - - - - - net.sf.json-lib - json-lib - 2.4 - jdk15-sources - test - - - directory-naming - naming-java - 0.8 - test - - - commons-logging - commons-logging - - - - - org.hamcrest - hamcrest-all - ${hamcrest_version} - test - - - com.google.guava - guava - ${guava_version} - test - - - - - - - - - ca.uhn.hapi.fhir - hapi-tinder-plugin - 0.7-SNAPSHOT - - - - generate-structures - - - - - ca.uhn.fhir.model.dev - dev - - account - adversereaction - adversereactionrisk - alert - allergyintolerance - appointment - appointmentresponse - availability - careplan - - composition - conceptmap - condition - conformance - contract - contraindication - coverage - device - deviceobservationreport - diagnosticorder - diagnosticreport - documentmanifest - documentreference - encounter - familyhistory - geneexpression - geneticanalysis - group - imagingstudy - immunization - immunizationrecommendation - list - location - media - medication - medicationadministration - medicationdispense - medicationprescription - medicationstatement - messageheader - microarray - namespace - nutritionorder - observation - operationdefinition - operationoutcome - order - orderresponse - organization - other - patient - person - practitioner - procedure - profile - - provenance - query - questionnaire - questionnaireanswers - referralrequest - relatedperson - remittance - riskassessment - securityclaim - securityevent - securitygroup - securityprincipal - - sequencinganalysis - sequencinglab - slot - specimen - subscription - substance - supply - user - valueset - - true - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - ca.uhn.hapi.fhir - hapi-tinder-plugin - [0.4-SNAPSHOT,) - - generate-structures - - - - - - - - - - - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven_javadoc_plugin_version} - - - - - - - diff --git a/hapi-fhir-testpage-overlay/pom.xml.versionsBackup b/hapi-fhir-testpage-overlay/pom.xml.versionsBackup deleted file mode 100644 index 65a08ea22cc..00000000000 --- a/hapi-fhir-testpage-overlay/pom.xml.versionsBackup +++ /dev/null @@ -1,222 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 0.4-SNAPSHOT - ../pom.xml - - - hapi-fhir-testpage-overlay - war - - HAPI FHIR TestPage Overlay - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 0.4-SNAPSHOT - - - org.thymeleaf - thymeleaf - ${thymeleaf-version} - - - org.thymeleaf - thymeleaf-spring4 - ${thymeleaf-version} - - - - javax.servlet - javax.servlet-api - 3.1.0 - provided - - - - ca.uhn.hapi.fhir - hapi-fhir-jpaserver-test - 0.4-SNAPSHOT - test - - - - ch.qos.logback - logback-classic - ${logback-version} - test - - - junit - junit - ${junit_version} - test - - - org.hamcrest - hamcrest-all - ${hamcrest_version} - test - - - - - commons-dbcp - commons-dbcp - 1.4 - test - - - - - org.apache.derby - derby - ${derby_version} - test - - - - - - aopalliance - aopalliance - 1.0 - - - org.springframework - spring-core - ${spring_version} - - - org.springframework - spring-orm - ${spring_version} - - - org.springframework - spring-webmvc - ${spring_version} - - - org.springframework - spring-context - ${spring_version} - - - xml-apis - xml-apis - - - - - org.springframework - spring-beans - ${spring_version} - - - org.springframework - spring-tx - ${spring_version} - - - org.springframework - spring-context-support - ${spring_version} - - - - - org.eclipse.jetty - jetty-servlets - ${jetty_version} - test - - - org.eclipse.jetty - jetty-webapp - ${jetty_version} - test - - - org.eclipse.jetty - jetty-servlet - ${jetty_version} - test - - - org.eclipse.jetty - jetty-server - ${jetty_version} - test - - - org.eclipse.jetty - jetty-servlet - ${jetty_version} - test - - - org.eclipse.jetty - jetty-util - ${jetty_version} - test - - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - - - - - - - maven-antrun-plugin - 1.7 - - - copyNarrativeCss - process-resources - - run - - - - - - - - - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - false - - - - - - diff --git a/hapi-tinder-plugin/pom.xml.versionsBackup b/hapi-tinder-plugin/pom.xml.versionsBackup deleted file mode 100644 index 7d7fc85086d..00000000000 --- a/hapi-tinder-plugin/pom.xml.versionsBackup +++ /dev/null @@ -1,145 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 1.0-SNAPSHOT - ../pom.xml - - - ca.uhn.hapi.fhir - hapi-tinder-plugin - maven-plugin - - - HAPI Tinder Plugin - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 1.0-SNAPSHOT - - - - org.apache.velocity - velocity - 1.7 - - - org.apache.velocity - velocity-tools - 2.0 - - - - - - org.apache.commons - commons-lang3 - 3.2.1 - - - commons-io - commons-io - 2.4 - - - - - org.slf4j - slf4j-api - 1.7.6 - - - ch.qos.logback - logback-classic - 1.1.1 - true - - - - - junit - junit - 4.11 - test - - - org.apache.commons - commons-io - 1.3.2 - test - - - - - org.apache.maven - maven-project - 2.2.1 - - - org.apache.maven - maven-plugin-api - 3.2.1 - - - org.apache.maven.plugin-tools - maven-plugin-annotations - 3.2 - provided - - - - - 3.1.1 - - - - - - org.apache.maven.plugins - maven-plugin-plugin - 3.2 - - - - report - - - - - - - - - - - org.apache.maven.plugins - maven-plugin-plugin - 3.2 - - - true - - - - - mojo-descriptor - - descriptor - - - - - - - - - - diff --git a/hapi-tinder-test/pom.xml.versionsBackup b/hapi-tinder-test/pom.xml.versionsBackup deleted file mode 100644 index cddbc22d049..00000000000 --- a/hapi-tinder-test/pom.xml.versionsBackup +++ /dev/null @@ -1,107 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 1.0-SNAPSHOT - ../pom.xml - - - ca.uhn.hapi.fhir - hapi-tinder-test - jar - - HAPI Tinder Plugin - Test Project - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 1.0-SNAPSHOT - - - - junit - junit - 4.11 - test - - - - - - - - - - ca.uhn.hapi.fhir - hapi-tinder-plugin - 1.0-SNAPSHOT - - - custom-structs - - generate-structures - - - ca.uhn.test.customstructs - http://foo - - - ${project.basedir}/src/test/resources/profile/patient.xml - http://foo1 - - - ${project.basedir}/src/test/resources/profile/organization.xml - http://foo1 - - - - - ${project.basedir}/src/test/resources/valueset/valueset-cgta-patientidpool.xml - - - ${project.basedir}/src/test/resources/valueset/valueset-cgta-provideridpool.xml - - - - - - generalstructs - - generate-structures - - - ca.uhn.test.realstructs - - patient - valueset - organization - device - location - practitioner - - true - - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - - diff --git a/pom.xml.versionsBackup b/pom.xml.versionsBackup deleted file mode 100644 index c83e6d22838..00000000000 --- a/pom.xml.versionsBackup +++ /dev/null @@ -1,90 +0,0 @@ - - - - - org.sonatype.oss - oss-parent - 6 - - - 4.0.0 - ca.uhn.hapi.fhir - hapi-fhir - pom - 1.0-SNAPSHOT - HAPI - http://hl7api.sourceforge.net/ - - - - - - - - - Apache Software License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - - - - - hapi-fhir-base - hapi-tinder-plugin - hapi-tinder-test - - - - - UTF-8 - 2.9.1 - 3.3 - 1.6.6 - 1.3 - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.6 - 1.6 - - - - org.apache.maven.plugins - maven-site-plugin - ${maven_site_plugin_version} - - - org.apache.maven.wagon - wagon-ssh - 1.0 - - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.1 - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven_javadoc_plugin_version} - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - - - - - - diff --git a/restful-server-example-test/pom.xml.versionsBackup b/restful-server-example-test/pom.xml.versionsBackup deleted file mode 100644 index 2b30ade836c..00000000000 --- a/restful-server-example-test/pom.xml.versionsBackup +++ /dev/null @@ -1,79 +0,0 @@ - - 4.0.0 - - - ca.uhn.hapi.fhir - hapi-fhir - 0.6-SNAPSHOT - ../pom.xml - - - restful-server-example-test - jar - - HAPI FHIR Sample RESTful Server - Tests - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 0.6-SNAPSHOT - - - ch.qos.logback - logback-classic - ${logback_version} - true - - - junit - junit - ${junit_version} - test - - - org.eclipse.jetty - jetty-servlets - ${jetty_version} - test - - - org.eclipse.jetty - jetty-servlet - ${jetty_version} - test - - - org.eclipse.jetty - jetty-server - ${jetty_version} - test - - - org.eclipse.jetty - jetty-util - ${jetty_version} - test - - - org.eclipse.jetty - jetty-webapp - ${jetty_version} - test - - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - - diff --git a/restful-server-example/pom.xml.versionsBackup b/restful-server-example/pom.xml.versionsBackup deleted file mode 100644 index 8b40d04da96..00000000000 --- a/restful-server-example/pom.xml.versionsBackup +++ /dev/null @@ -1,62 +0,0 @@ - - 4.0.0 - - ca.uhn.hapi.example - restful-server-example - 0.3 - war - - Sample RESTful Server (HAPI-FHIR) - - - - - - ca.uhn.hapi.fhir - hapi-fhir-base - 0.3 - - - - - ch.qos.logback - logback-classic - 1.1.1 - - - - - javax.servlet - javax.servlet-api - 3.0.1 - provided - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.6 - 1.6 - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - - -