Skip to content

Commit

Permalink
Updating version to: 1.3.29-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed Aug 4, 2023
1 parent cad7585 commit 2837183
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 @@
* Loader: clarification of dependency message
* Loader: don't want for loading wrong version package more than once
* Loader: Don't warn for loading a wrong version package more than once
* Loader: Do not supercede R4 terminology when loading R5 IGs
* Snapshot Generator: Support for x-version extensions when generating snapshots
* Snapshot Generator: Migrate type support when generating differentials
* Validator: Fix problem with evaluating extension contexts
* Validator: Fix up support for inactive codes
* Validator: Fix error message syntax
* Validator: Fix issue with collection status of resolve() being wrong
* Validator: Improved paths in profile error messages
* Validator: Fix problem with extension slicing being missed sometimes.
* Validator: Fix problem with code validation caching ignoring whitespace
* Validator: Produce useful error message when whitespace is wrong in display name
* Renderer: Render inactive property in expansions
* Renderer: Resolve URL for x-version extensions
* QA: better information about US snomed edition
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.3.28</version>
<version>1.3.29-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.3.28</version>
<version>1.3.29-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.3.28</version> <!-- See the note above -->
<version>1.3.29-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.0.25</core_version>
Expand Down

0 comments on commit 2837183

Please sign in to comment.