issue-1128: update versions in dependencies so that mvn clean package will be successful
This commit is contained in:
parent
db42609ca7
commit
d0b33e45ae
|
@ -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>
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue