File tree Expand file tree Collapse file tree 4 files changed +3
-16
lines changed
org.hl7.fhir.publisher.cli
org.hl7.fhir.publisher.core Expand file tree Collapse file tree 4 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 1
- * Loader: Add missing packages to CQL list
2
- * Loader: fix up language/local loading sequence
3
- * Loader: fix bug for cross-version extension containing escaped [ x]
4
- * Validator: Add check for duplicate ids on contained resources
5
- * Validator: fix bug looking up code system
6
- * Validator: Look for cs on other server in missed location
7
- * Validator: fix bug accessing code system from other terminology server if no version specified
8
- * Validator: validate displaylanguage when validating codes
9
- * Renderer: Possible fix for an NPE reported bu a user with no context
10
- * QA: fix bug parsing ` script ` tag in xhtml - handling ` < ` characters
11
- * QA: Tighted up handling of errors when HTML pages can't be parsed
12
- * Publication Process: remove FTP support in -go-publish (it's all git now)
13
- * Publication Process: radd support for creation phase
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.8.10 </version >
8
+ <version >1.8.11-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.8.10 </version >
8
+ <version >1.8.11-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 4
4
5
5
<groupId >org.hl7.fhir.publisher</groupId >
6
6
<artifactId >org.hl7.fhir.publisher</artifactId >
7
- <version >1.8.10 </version >
7
+ <version >1.8.11-SNAPSHOT </version >
8
8
<packaging >pom</packaging >
9
9
10
10
<properties >
You can’t perform that action at this time.
0 commit comments