Skip to content

Commit 346ee75

Browse files
committed
Release 3.0.0 - Java 11.
1 parent 4e21da3 commit 346ee75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Not Equal To Attribute Value | < 404684003 \|clinical finding\|: 116676008 \|ass
4949
```
5050
cd my-documents
5151
unzip SnomedCT_InternationalRF2_PRODUCTION_20220131T120000Z.zip
52-
java -Xms3g -jar snomed-query-service-3.0.0.jar --loadRelease="/my-documents/SnomedCT_RF2Release_INT_20160131"
52+
java -Xms3g -jar snomed-query-service-3.0.0.jar --loadRelease="/my-documents/SnomedCT_InternationalRF2_PRODUCTION_20220131T120000Z"
5353
java -jar snomed-query-service-3.0.0.jar --serve
5454
```
5555
This will create an "index" directory. This directory must be removed before running the load process again.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.ihtsdo.otf</groupId>
66
<artifactId>snomed-query-service</artifactId>
7-
<version>2.0.3-SNAPSHOT</version>
7+
<version>3.0.0</version>
88

99
<name>Snomed CT Query Service</name>
1010
<description>Snomed CT Query Service, an implementation of ECL.</description>

0 commit comments

Comments
 (0)