diff --git a/build.gradle b/build.gradle index c0c8f5a6..4312c8b8 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'java' apply plugin: 'maven-publish' group = "ome" -version = "8.0.0-SNAPSHOT" +version = "7.3.0" repositories { mavenCentral() @@ -16,7 +16,7 @@ repositories { } dependencies { - implementation group: 'ome', name: 'formats-gpl', version: '7.2.0' + implementation group: 'ome', name: 'formats-gpl', version: '7.3.0' implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.14' } diff --git a/pom.xml b/pom.xml index 6c8df4ee..5c274512 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ ome bio-formats-examples - 8.0.0-SNAPSHOT + 7.3.0 Bio-Formats examples Bio-Formats examples @@ -23,7 +23,7 @@ - 7.2.0 + 7.3.0 1.3.14