Skip to content

Commit

Permalink
Updating version to: 1.5.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Nov 7, 2023
1 parent bb84e3d commit b64067b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
15 changes: 0 additions & 15 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,15 +0,0 @@
* General: Corrected spelling of 'supercedes' to 'supersedes' in IG…
* Snapshot Generation: Support suppress examples when generating snapshots
* Loader: Updated CQL translator version to 3.3.2
* Validator: Validate Vital signs Profiles when validating observations
* Validator: Hack around problem with vs-1 constraint in R4
* Validator: Check for retired status when multiple OID matches exist
* Validator: Fix for validating extensions on R5 resources in R4 (R4 special case)
* Validator: Minor fixes for standalone ViewDefinition validator
* Renderer: Revised Capability Statement rendering (Thanks Vassil Peytchev)
* Renderer: Fix bug rendering primitive types with an extension that provides a value alternative
* Renderer: Add clickable links for references when rendering json and xml instances in IG publisher
* Renderer: Fix bug generating profile spreadsheets
* Cross-Version: Handle SubscriptionTopic in cross-version analysis
* Internal QA: track memory during IG tests

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.2</version>
<version>1.5.3-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.2</version>
<version>1.5.3-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.2</version> <!-- See the note above -->
<version>1.5.3-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.2.2</core_version>
Expand Down

0 comments on commit b64067b

Please sign in to comment.