Skip to content

Commit 3673c13

Browse files
committed
Update to 3.27.0 release
1 parent be7b5b3 commit 3673c13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<properties>
77
<java.version>17</java.version>
88
<hapi.fhir.jpa.server.starter.revision>2</hapi.fhir.jpa.server.starter.revision>
9-
<clinical-reasoning.version>3.27.0-SNAPSHOT</clinical-reasoning.version>
9+
<clinical-reasoning.version>3.27.0</clinical-reasoning.version>
1010
</properties>
1111

1212
<!-- one-liner to take you to the cloud with settings form the application.yaml file: -->

src/main/java/ca/uhn/fhir/jpa/starter/cr/CrProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class CrProperties {
1111

1212
private CareGapsProperties careGaps = new CareGapsProperties();
1313
private CqlProperties cql = new CqlProperties();
14-
private TerminologyServerClientSettings terminologyServerClientSettings = new TerminologyServerClientSettings();
14+
private TerminologyServerClientSettings terminologyServerClientSettings = TerminologyServerClientSettings.getDefault();
1515

1616
public Boolean getEnabled() {
1717
return enabled;

0 commit comments

Comments
 (0)