Skip to content

Commit

Permalink
Updating version to: 1.8.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
hl7-devops committed Jan 9, 2025
1 parent 16140a7 commit b6d218a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
22 changes: 0 additions & 22 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,22 +0,0 @@
* Loader: Lazy load binaries for reduced memory usage
* Loader: Support for Archetype processing in IG publisher
* Loader: Process Archetypes properly as both IG input and output + remove ig-r4.json
* Validator: Do not create issue about draft dependency for example bindings
* Validator: Beef up validation of CodeSystem properties that are codes
* Validator: Make sure all validation messages have a message id
* Validator: enforce version-set-specific value for Extension and Extension context
* Validator: Specific Error when ValueSet.compose.include.system refers to a ValueSet
* Renderer: improved version specific extension rendering
* Renderer: Add element view to generated fragments
* Renderer: improve Extension context of use presentation - generate a fragment for that
* Renderer: resolve issues with references between IGs to example resources
* Renderer: add use-context fragment for version contest restrictions
* Renderer: Lookup compliesWithProfile target from link-only dependencies
* Renderer: Accessibility - role=presentation on appropriate tables
* Renderer: Add archetype processing, and also path-other support
* Renderer: resolve issues with references between IGs to example resources
* Renderer: Lookup compliesWithProfile target from link-only dependencies
* Renderer: Update SNOMED editions related routines (add more editions)
* Renderer: Accessibility - role=presentation on appropriate tables
* Packages: Add support for ADL in packages
* Terminology Tests: Report count of tests in output from TxTester
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.8.7</version>
<version>1.8.8-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.8.7</version>
<version>1.8.8-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.8.7</version>
<version>1.8.8-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit b6d218a

Please sign in to comment.