Skip to content

Commit

Permalink
Updating version to: 1.5.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Oct 25, 2023
1 parent d9e1d00 commit 8236126
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 @@
* Package Cache Manager: Add package use tracking to FHIR cache for validator.fhir.org
* Loader: Support for instance-name and instance-description in IG publisher
* Loader: Hack for wrong URLs in subscriptions backport
* Validator: Validation by templateId for CDA
* Validator: Fix NPE validating concept maps
* Validator: Update ViewDefinition validator for change (alias -> name)
* Validator: Fix for NPE validating sql-on-fhir ViewDefinition
* Validator: Fix for index out of bounds error when extension uses itself
* Validator: Fix issue where .resolve() in FHIRPath didn't work with URL values (and fix typo in i18n system)
* Validator: Implement FHIRPath slice() function in validator
* Renderer: Generate html, json, csv and db views for code system and value set lists
* NPM Package builder: Force version to be a proper semantic version on the ci-build site
* QA: Add link checking for AreaMaps
* QA: Update validation presenter for binary signposts
* Release System: Track Speed & Memory use for test IG runs for cross-release performance tracking
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.0</version>
<version>1.5.1-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.0</version>
<version>1.5.1-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.0</version> <!-- See the note above -->
<version>1.5.1-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.2.0</core_version>
Expand Down

0 comments on commit 8236126

Please sign in to comment.