Skip to content

Commit

Permalink
Updating version to: 1.3.13-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
markiantorno committed May 24, 2023
1 parent d881c69 commit 036f7de
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
14 changes: 0 additions & 14 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,14 +0,0 @@
* Maven: Add dependency on plantuml-mit for future use
* Loader: Add support for R4B to loader
* Loader: Add support for TestPlan, SubscriptionTopic in R4
* Snapshot Generator:
** Check for slicenames without any slicing
** Check that slice names are unique
** Check for additional slicing rules in a set of slices
** Check that the minimum cardinality of a set of slices is correct
** Change generation to not update documentation from profile for elements with profiled types that are not extensions
* Terminology Service: Change type of cache-id parameter
* Validator: Clean up duplicate errors when dates/dateTimes/instants have invalid formats
* Validator: Handle unknown code systems consistently when validating coded elements
* Validator: Handle sub-slicing case where slice matches both the slice definition and the sub-slice definition
* Renderer: process markdown for extension summaries
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.12</version>
<version>1.3.13-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.12</version>
<version>1.3.13-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.12</version> <!-- See the note above -->
<version>1.3.13-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.0.8</core_version>
Expand Down

0 comments on commit 036f7de

Please sign in to comment.