From f14c3035709ce675f8956b8ddd8ee76db75171d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Str=C3=B6mert?= Date: Mon, 27 Jan 2025 11:40:29 +0100 Subject: [PATCH] Update ODK to 1.5.4 --- .github/workflows/qc.yml | 2 +- src/ontology/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qc.yml b/.github/workflows/qc.yml index 110af6c..3200ed9 100644 --- a/.github/workflows/qc.yml +++ b/.github/workflows/qc.yml @@ -19,7 +19,7 @@ jobs: ontology_qc: # The type of runner that the job will run on runs-on: ubuntu-latest - container: obolibrary/odkfull:v1.5.2 + container: obolibrary/odkfull:v1.5.4 # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/src/ontology/Makefile b/src/ontology/Makefile index 2dfeac5..c9d2bd1 100644 --- a/src/ontology/Makefile +++ b/src/ontology/Makefile @@ -1,7 +1,7 @@ # ---------------------------------------- # Makefile for nmrCV # Generated using ontology-development-kit -# ODK Version: v1.5.2 +# ODK Version: v1.5.4 # ---------------------------------------- # IMPORTANT: DO NOT EDIT THIS FILE. To override default make goals, use nmrCV.Makefile instead @@ -46,7 +46,7 @@ REPORT_PROFILE_OPTS = OBO_FORMAT_OPTIONS = SPARQL_VALIDATION_CHECKS = owldef-self-reference iri-range label-with-iri multiple-replaced_by dc-properties SPARQL_EXPORTS = basic-report class-count-by-prefix edges xrefs obsoletes synonyms -ODK_VERSION_MAKEFILE = v1.5.2 +ODK_VERSION_MAKEFILE = v1.5.4 TODAY ?= $(shell date +%Y-%m-%d) OBODATE ?= $(shell date +'%d:%m:%Y %H:%M')