From 82e1d3844c545692dcd3dbf97874054af7836303 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Tue, 22 Aug 2023 14:05:18 +0900 Subject: [PATCH] update bio-formats version to 7.0.0. --- README.md | 10 +++++----- pom.xml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0006fa9..26204ce 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ Metadata extraction tool based on Bio-Formats -### make package +## make package ```shell mvn package ``` -### run +## run ```shell ./target/dist/bin/bioformats-imageinfo "[path to image file]" @@ -17,16 +17,16 @@ mvn package ### run by jar ```shell -java -jar ./target/dist/lib/bioformats-imageinfo-1.1.4.jar "[path to image file]" +java -jar ./target/dist/lib/bioformats-imageinfo-1.2.0.jar "[path to image file]" ``` ### run by fat jar ```shell -java -jar ./target/bioformats-imageinfo-1.1.4-jar-with-dependencies.jar "[path to image file]" +java -jar ./target/bioformats-imageinfo-1.2.0-jar-with-dependencies.jar "[path to image file]" ``` -### library usage +## library usage ```java import java.util.LinkedHashMap; diff --git a/pom.xml b/pom.xml index ef75182..eec33a7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ 4.0.0 jp.riken.neurodata.tools.BioFormatsImageInfo bioformats-imageinfo - 1.1.4 + 1.2.0 bioformats-imageinfo https://neurodata.riken.jp - 6.14.0 + 7.0.0 jp.riken.neurodata.tools.BioFormatsImageInfo 1.8 @@ -140,7 +140,7 @@ org.owasp dependency-check-maven - 8.3.1 + 8.4.0