hapi-fhir/hapi-fhir-cli/pom.xml

23 lines
657 B
XML
Raw Normal View History

2016-01-28 11:36:59 -05:00
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
2018-01-13 02:14:33 -05:00
<version>3.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
2015-08-31 08:20:24 -04:00
<artifactId>hapi-fhir-cli</artifactId>
2016-01-28 11:36:59 -05:00
<packaging>pom</packaging>
<name>HAPI FHIR - Command Line Client - Base Project</name>
<modules>
<module>hapi-fhir-cli-jpaserver</module>
<module>hapi-fhir-cli-app</module>
</modules>
</project>