in maven-dependency-plugin configuration, change hapi-fhir-cli-jpaserver version to 1.5-SNAPSHOT

This commit is contained in:
Joel Schneider (NMDP) 2016-02-22 14:42:46 -06:00
parent fd2eaff12d
commit 1f06a28d24
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@
<artifactItem>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-cli-jpaserver</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
<type>war</type>
<overWrite>true</overWrite>
<outputDirectory>target/classes</outputDirectory>