Skip to content

Commit

Permalink
Release 3.0.0 - Java 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode committed Jun 6, 2022
1 parent 4e21da3 commit 346ee75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.ihtsdo.otf</groupId>
<artifactId>snomed-query-service</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>3.0.0</version>

<name>Snomed CT Query Service</name>
<description>Snomed CT Query Service, an implementation of ECL.</description>
Expand Down

0 comments on commit 346ee75

Please sign in to comment.