Skip to content

Commit

Permalink
Updating version to: 1.6.24-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Sep 9, 2024
1 parent 7018cc1 commit 9cade65
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
13 changes: 0 additions & 13 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
* Translations: fix concurrent modification error processing language translations
* Translations: Move translation files to /translations from /temp/lang
* Validator: Fix expression for con-3 properly (fix validation problem on some condition resources)
* Validator: Fix FHIRPath bug using wrong type on simple elements when checking FHIRPath types
* Validator: Fix value set rendering creating wrong references
* Validator: Fix bug processing value set includes / excludes that are just value sets (no system value)
* Validator: Alter processing of unknown code systems per discussion at ,https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Don't.20error.20when.20you.20can't.20find.20code.20system and implement unknown-codesystems-cause-errors
* Validator: Improve message for when elements are out of order in profile differentials
* Renderer: FHIRPath: Allow _ in constant names (per FHIRPath spec)
* Renderer: Fix problem where profile rendering had spurious 'slices for' nodes everywhere
* Renderer: Check for null fetcher processing ConceptMaps (#1728)
* Renderer: Fix problem generating value set spreadsheets
* SQL: Update SQL-On-FHIR implementation for latest cases, and clone test cases to general test care repository
2 changes: 1 addition & 1 deletion org.hl7.fhir.publisher.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>org.hl7.fhir.publisher</artifactId>
<groupId>org.hl7.fhir.publisher</groupId>
<version>1.6.23</version>
<version>1.6.24-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion org.hl7.fhir.publisher.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hl7.fhir.publisher</groupId>
<artifactId>org.hl7.fhir.publisher</artifactId>
<version>1.6.23</version>
<version>1.6.24-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.hl7.fhir.publisher</groupId>
<artifactId>org.hl7.fhir.publisher</artifactId>
<version>1.6.23</version>
<version>1.6.24-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 9cade65

Please sign in to comment.