Skip to content

Commit

Permalink
upgrade dependency to core 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
melaasar committed Aug 15, 2023
1 parent 6507e0a commit c90b446
Show file tree
Hide file tree
Showing 2 changed files with 11,864 additions and 10,640 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ext.title = 'Metrology Vocabularies'
description ='Metrology vocabularies from bipm.org, iso/iec iso-80000, and supporting ISO-704, ISO-1087 terminological analysis'
group = 'io.opencaesar.ontologies'
version = '6.1.0'
version = '6.2.0'

apply from: "${rootDir}/gradle/maven-deployment.gradle"

Expand Down Expand Up @@ -47,7 +47,7 @@ configurations {
* The OML dependencies
*/
dependencies {
oml "io.opencaesar.ontologies:core-vocabularies:4.+"
oml "io.opencaesar.ontologies:core-vocabularies:5.+"
}

/*
Expand Down
Loading

0 comments on commit c90b446

Please sign in to comment.