Bump version to 4.0.0

This commit is contained in:
James Agnew
2019-08-14 11:50:28 -04:00
parent f052fbdf65
commit f0ec419c76
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
target/
.idea/
*.iml
*.orig
# Compiled class file
*.class

View File

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