Skip to content

Commit

Permalink
Updating version to: 1.5.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Oct 31, 2023
1 parent 788bebf commit 0b7d329
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
17 changes: 0 additions & 17 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,17 +0,0 @@
* TxClient: Remove "profile" from tx operations
* Validator: Validate contextInvariant in extension definitions
* Validator: Fix Typo in TI WG name
* Validator: Handle unknown constants properly in FHIRPath
* Validator: Fix handling of type ancestors at the root of FHIRPath expressions
* Validator: CDA templates with no extension value use urn:oid: not urn:hl7ii:
* Validator: Allow URL as a type of string in FHIRPath type checking
* Validator: Fix semver validation
* Validator: Fix problem resolving context in CDA invariants
* Validator: Fix for FHIRPath constant handling
* Renderer: SQL in FHIR Implementation of ViewDefinitions available as beta
* Renderer: Fixes to Search Parameter rendering of multiples per FHIR-I decision
* Renderer: Fix broken links in extension references done by [[[]]]
* Renderer: Fix broken links in code system rendering of parents
* Renderer: Support using names in [[[markdown]]] when rendering
* Renderer: Fix [[[ and ]]] in markdown processing, and allow names
* Test Cases: Add CDA to test IGs
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.5.1</version>
<version>1.5.2-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.5.1</version>
<version>1.5.2-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 @@ -21,7 +21,7 @@
<!-- <version>5.3.14</version>-->
<!-- </parent>-->

<version>1.5.1</version> <!-- See the note above -->
<version>1.5.2-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.2.1</core_version>
Expand Down

0 comments on commit 0b7d329

Please sign in to comment.