parent shouldn't have -SNAPSHOT in the version

This commit is contained in:
Sean McIlvenna
2019-05-01 14:07:46 -07:00
parent 4d224b6b50
commit 9a51f384ad

View File

@@ -11,7 +11,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId> <artifactId>hapi-fhir</artifactId>
<version>3.7.0-SNAPSHOT</version> <version>3.7.0</version>
</parent> </parent>
<groupId>ca.uhn.hapi.fhir.demo</groupId> <groupId>ca.uhn.hapi.fhir.demo</groupId>