diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a38e099aea..7b06c6ab5f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,7 @@ ## Validator Changes -* Fix bug in deciding whether a ValueSet is supported by the server -* Rework server decision making when multiple code systems being used -* Fix file type inference in ValidationService for unknown file types +* no changes ## Other code changes -* Kindling related fixes for terminology stability -* Fix parameter type for system-version -* Fix mini-terminology server bugs around unknown systems -* Improvements to Identifier rendering +* no changes \ No newline at end of file diff --git a/org.hl7.fhir.convertors/pom.xml b/org.hl7.fhir.convertors/pom.xml index 872db9cff0..3c85734460 100644 --- a/org.hl7.fhir.convertors/pom.xml +++ b/org.hl7.fhir.convertors/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> - <version>6.2.15</version> + <version>6.2.16-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index f1106cce74..a0c3df22af 100644 --- a/org.hl7.fhir.dstu2/pom.xml +++ b/org.hl7.fhir.dstu2/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> - <version>6.2.15</version> + <version>6.2.16-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index 698ba747d3..38f5baff27 100644 --- a/org.hl7.fhir.dstu2016may/pom.xml +++ b/org.hl7.fhir.dstu2016may/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> - <version>6.2.15</version> + <version>6.2.16-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index f6951b23a8..5f044b8845 100644 --- a/org.hl7.fhir.dstu3/pom.xml +++ b/org.hl7.fhir.dstu3/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> - <version>6.2.15</version> + <version>6.2.16-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index 2cb307544d..09529b8f75 100644 --- a/org.hl7.fhir.r4/pom.xml +++ b/org.hl7.fhir.r4/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> - <version>6.2.15</version> + <version>6.2.16-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml index 0d125306a9..2c73c50c8e 100644 --- a/org.hl7.fhir.r4b/pom.xml +++ b/org.hl7.fhir.r4b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> - <version>6.2.15</version> + <version>6.2.16-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index a923cea700..ee69ff6e48 100644 --- a/org.hl7.fhir.r5/pom.xml +++ b/org.hl7.fhir.r5/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> - <version>6.2.15</version> + <version>6.2.16-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index 2fc8aa3210..b4598512dc 100644 --- a/org.hl7.fhir.report/pom.xml +++ b/org.hl7.fhir.report/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> - <version>6.2.15</version> + <version>6.2.16-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index 4e8bd63808..f2b6c663ae 100644 --- a/org.hl7.fhir.utilities/pom.xml +++ b/org.hl7.fhir.utilities/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> - <version>6.2.15</version> + <version>6.2.16-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index 8218b1da3a..02528eccd2 100644 --- a/org.hl7.fhir.validation.cli/pom.xml +++ b/org.hl7.fhir.validation.cli/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> - <version>6.2.15</version> + <version>6.2.16-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index eac377310d..57c14bb828 100644 --- a/org.hl7.fhir.validation/pom.xml +++ b/org.hl7.fhir.validation/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>org.hl7.fhir.core</artifactId> - <version>6.2.15</version> + <version>6.2.16-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 586084132f..b4b5667563 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ HAPI FHIR --> <artifactId>org.hl7.fhir.core</artifactId> - <version>6.2.15</version> + <version>6.2.16-SNAPSHOT</version> <packaging>pom</packaging> <properties>