Move example project into subdirectory

This commit is contained in:
jamesagnew 2018-03-15 06:49:04 -04:00
parent 8c47e2f7be
commit 010506e1d5
39 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<version>3.3.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hapi-fhir-jpaserver-cds</artifactId>
<artifactId>hapi-fhir-jpaserver-cds-example</artifactId>
<packaging>war</packaging>
<name>HAPI FHIR JPA Clinical Decision Support Server - Example</name>