issue-1128: update versions in dependencies so that mvn clean package will be successful

This commit is contained in:
R. Estevez (r624047) 2018-11-29 13:22:43 -07:00 committed by James Agnew
parent db42609ca7
commit d0b33e45ae
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
<groupId>ca.uhn.hapi.example</groupId>
<artifactId>hapi-fhir-example-simple-server</artifactId>
<version>0.7</version>
<version>0.8</version>
<packaging>war</packaging>
<name>HAPI FHIR Example - Simple Server</name>
@ -35,12 +35,12 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-base</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-dstu</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.6</version>
</dependency>
<!--