Skip to content

Commit

Permalink
Merge pull request #33 from TheJacksonLaboratory/release/0.5.5
Browse files Browse the repository at this point in the history
Release/0.5.5
  • Loading branch information
iimpulse authored Nov 22, 2023
2 parents a94978f + bf05763 commit e5fcaa9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
This service allows you to deploy any ontology as a rest api with graph traversal. To support a particular
ontology you must update `ontology.sh` and if you are leveraging github actions `.github/workflows/ontology-cron.yml`

# Configuration
### Configuration
```sh
ONTOLOGY=<ontology-to-use>
ONTOLOGY_SERVICE_LOAD=true
ONTOLOGY_SERVICE_INTERNATIONAL=<true if babelon translations enabled>
```
# Running
### Running
```sh
./gradlew run
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("io.micronaut.test-resources") version "4.1.0"
}

version = "0.5.2"
version = "0.5.5"
group = "org.jacksonlaboratory"

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jacksonlaboratory/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
info = @Info(
title = "ontology-service-${ontology}",
description = "A restful service for the ${ontology} ontology.",
version = "0.5.2",
version = "0.5.5",
contact = @Contact(name = "Michael Gargano", email = "[email protected]")
)
)
Expand Down

0 comments on commit e5fcaa9

Please sign in to comment.