Skip to content

Commit

Permalink
set up release
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamegrieve committed Aug 3, 2020
1 parent d32e94b commit cc71ab3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* Renderer: check that pre-existing narratives do not identify as "Generated narrative"
* Renderer: fix broken links in Bundle rendering
* Renderer: fill out narrative for Parameters resource
* Renderer: major overhaul of DiagnosticReport rendering
* Validator: better validation of version specific profiles in meta.profile
* Validator: look for references inside other parameters in Parameters resource
* Previous Version Comparison: Fix NPE bug in value set comparison
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>5.0.18-SNAPSHOT</version>
<version>5.0.18</version>
</parent>

<version>1.1.7-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>5.0.18-SNAPSHOT</core_version>
<core_version>5.0.18</core_version>
<maven.test.skip>true</maven.test.skip>
</properties>

Expand Down

0 comments on commit cc71ab3

Please sign in to comment.