Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode committed Jun 14, 2017
1 parent 4e37d50 commit e49f439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Download the latest release Jar from the [releases](https://github.com/IHTSDO/sn
```
cd my-documents
unzip SnomedCT_RF2Release_INT_20160131.zip
java -jar snomed-query-service-1.1.0.jar --loadRelease="/my-documents/SnomedCT_RF2Release_INT_20160131"
java -jar snomed-query-service-1.1.0.jar --serve
java -jar snomed-query-service-1.2.0.jar --loadRelease="/my-documents/SnomedCT_RF2Release_INT_20160131"
java -jar snomed-query-service-1.2.0.jar --serve
```
This will create an "index" directory. This directory must be removed before running the load process again.
Once the service is running in serve mode Swagger API documentation can be found at: http://localhost:8080/
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.ihtsdo.otf</groupId>
<artifactId>snomed-query-service</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>

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

0 comments on commit e49f439

Please sign in to comment.