Skip to content

Commit

Permalink
Release: v1.4.13
Browse files Browse the repository at this point in the history
* Loader: Remove support for old-style IGs
* Loader: Fix bad version links
* Loader: Workaround issue where R5 build wrongly adds ele-1 to base
* Snapshot Generator: Make sure snapshots are generated when fetching types
* Version Conversion: Fix conversion issue associated with ConceptMap.element.target.equivalence in versions previous to R5 (use proper extension URL, and move extension so it can be a modifier. And fix for modifierExtension handling)
* Validator: Improve language on constraint error message + add expression checking for SQL on FHIR project
* StructureMap support: Fix uuid() executing StructureMaps and dont throw errors processing StructureMaps
* Renderer: Fix rendering of XML Attributes in profiles
* Package Builder: Add support for test folder in NPM packages
* QA: work around changes to constraint message
* XIG: Major XIG upgrade - generate SQLite file instead
***NO_CI***
  • Loading branch information
markiantorno committed Oct 9, 2023
1 parent d0c7c8d commit ada792f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.4.13-SNAPSHOT</version>
<version>1.4.13</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.4.13-SNAPSHOT</version>
<version>1.4.13</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 @@ -21,7 +21,7 @@
<!-- <version>5.3.14</version>-->
<!-- </parent>-->

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

<properties>
<core_version>6.1.13</core_version>
Expand Down

0 comments on commit ada792f

Please sign in to comment.