Skip to content

Commit 0ecfa31

Browse files
committed
Updating version to: 1.6.4-SNAPSHOT
1 parent 58fd9ba commit 0ecfa31

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

RELEASE_NOTES.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
* Languages: add support for translating resources that are part of the IG
2-
* Loader: fix problem with oids.ini location
3-
* Loader: fix wrong error about auto-oid-root being an unknown parameter
4-
* Validator: Fix grammar in validation messages
5-
* Validator: Fix NPE in validator for SIDs
6-
* Validator: Duplicate designations in a code system is a warning, not an error
7-
* Validator: Fix value set validation to validate codes in example code systems

org.hl7.fhir.publisher.cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>org.hl7.fhir.publisher</artifactId>
77
<groupId>org.hl7.fhir.publisher</groupId>
8-
<version>1.6.3</version>
8+
<version>1.6.4-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

org.hl7.fhir.publisher.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hl7.fhir.publisher</groupId>
77
<artifactId>org.hl7.fhir.publisher</artifactId>
8-
<version>1.6.3</version>
8+
<version>1.6.4-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- <version>5.3.14</version>-->
2222
<!-- </parent>-->
2323

24-
<version>1.6.3</version> <!-- See the note above -->
24+
<version>1.6.4-SNAPSHOT</version> <!-- See the note above -->
2525

2626
<properties>
2727
<core_version>6.3.3</core_version>

0 commit comments

Comments
 (0)