File tree Expand file tree Collapse file tree 4 files changed +3
-10
lines changed
org.hl7.fhir.publisher.cli
org.hl7.fhir.publisher.core Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >org.hl7.fhir.publisher</artifactId >
7
7
<groupId >org.hl7.fhir.publisher</groupId >
8
- <version >1.6.3 </version >
8
+ <version >1.6.4-SNAPSHOT </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.hl7.fhir.publisher</groupId >
7
7
<artifactId >org.hl7.fhir.publisher</artifactId >
8
- <version >1.6.3 </version >
8
+ <version >1.6.4-SNAPSHOT </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 21
21
<!-- <version>5.3.14</version>-->
22
22
<!-- </parent>-->
23
23
24
- <version >1.6.3 </version > <!-- See the note above -->
24
+ <version >1.6.4-SNAPSHOT </version > <!-- See the note above -->
25
25
26
26
<properties >
27
27
<core_version >6.3.3</core_version >
You can’t perform that action at this time.
0 commit comments