fix issue 58 - wrong support for r4

This commit is contained in:
Grahame Grieve 2019-07-09 06:19:10 +10:00
parent d74ee20e4e
commit f3a21e4bd6
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ public class Validator {
if ("1.0".equals(sv)) sv = "1.0.2";
if ("1.4".equals(sv)) sv = "1.4.0";
if ("3.0".equals(sv)) sv = "3.0.1";
if ("4.0".equals(sv)) sv = "4.0.0";
if (sv.startsWith(Constants.VERSION)) sv = Constants.VERSION;
definitions = "hl7.fhir.core#"+sv;
} else if (args[i].equals("-output"))