Move example project to example-projects directory
This commit is contained in:
parent
e866942d53
commit
8139178fcc
|
@ -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>
|
||||
|
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue