Move example project to example-projects directory

This commit is contained in:
jamesagnew 2018-05-28 06:01:13 -04:00
parent e866942d53
commit 8139178fcc
18 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@ -2087,6 +2087,7 @@
<module>example-projects/hapi-fhir-standalone-overlay-example</module>
<module>example-projects/hapi-fhir-jpaserver-cds-example</module>
<module>example-projects/hapi-fhir-jpaserver-dynamic</module>
<module>example-projects/hapi-fhir-jpaserver-example-postgres</module>
<module>tests/hapi-fhir-base-test-mindeps-client</module>
<module>tests/hapi-fhir-base-test-mindeps-server</module>
<module>hapi-fhir-spring-boot</module>