Release new version

This commit is contained in:
Grahame Grieve 2019-11-12 00:17:35 +11:00
parent e45aae4867
commit b3e95bd19f
12 changed files with 12 additions and 15 deletions

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>4.0.34-SNAPSHOT</version>
<version>4.0.35-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>4.0.34-SNAPSHOT</version>
<version>4.0.35-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>4.0.34-SNAPSHOT</version>
<version>4.0.35-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>4.0.34-SNAPSHOT</version>
<version>4.0.35-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>4.0.34-SNAPSHOT</version>
<version>4.0.35-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>4.0.34-SNAPSHOT</version>
<version>4.0.35-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -397,9 +397,6 @@ public abstract class BaseWorkerContext implements IWorkerContext {
}
txCache.cacheExpansion(cacheToken, res, TerminologyCache.PERMANENT);
return res;
}
@Override

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>4.0.34-SNAPSHOT</version>
<version>4.0.35-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>4.0.34-SNAPSHOT</version>
<version>4.0.35-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.core</artifactId>
<version>4.0.34-SNAPSHOT</version>
<version>4.0.35-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -13,7 +13,7 @@
each other. It is fine to bump the point version of this POM without affecting
HAPI FHIR.
-->
<version>4.0.34-SNAPSHOT</version>
<version>4.0.35-SNAPSHOT</version>
<properties>
<hapi_fhir_version>4.1.0-SNAPSHOT</hapi_fhir_version>

View File

@ -1,7 +1,7 @@
@echo off
set oldver=4.0.33
set newver=4.0.34
set oldver=4.0.34
set newver=4.0.35
echo ..
echo =====================================================================