From 346ee756d19f84f7ac12edb937393ddcc99a7ad2 Mon Sep 17 00:00:00 2001 From: Kai Kewley Date: Mon, 6 Jun 2022 11:36:05 +0100 Subject: [PATCH] Release 3.0.0 - Java 11. --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7b8baa..ab97b00 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Not Equal To Attribute Value | < 404684003 \|clinical finding\|: 116676008 \|ass ``` cd my-documents unzip SnomedCT_InternationalRF2_PRODUCTION_20220131T120000Z.zip -java -Xms3g -jar snomed-query-service-3.0.0.jar --loadRelease="/my-documents/SnomedCT_RF2Release_INT_20160131" +java -Xms3g -jar snomed-query-service-3.0.0.jar --loadRelease="/my-documents/SnomedCT_InternationalRF2_PRODUCTION_20220131T120000Z" java -jar snomed-query-service-3.0.0.jar --serve ``` This will create an "index" directory. This directory must be removed before running the load process again. diff --git a/pom.xml b/pom.xml index 334242f..22709d4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.ihtsdo.otf snomed-query-service - 2.0.3-SNAPSHOT + 3.0.0 Snomed CT Query Service Snomed CT Query Service, an implementation of ECL.