From 4b56cfd9d8ef15512f0e472b3b0da9777925fd60 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Tue, 14 Nov 2023 15:39:59 +0900 Subject: [PATCH] update bio-formats version to 7.0.1. --- .vscode/extensions.json | 5 +++-- .vscode/settings.json | 3 ++- README.md | 4 ++-- pom.xml | 10 +++++----- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index aab7fe2..dc88101 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,8 +1,9 @@ { "recommendations": [ - "vscjava.vscode-java-pack", "esbenp.prettier-vscode", "mosapride.zenkaku", - "streetsidesoftware.code-spell-checker" + "redhat.fabric8-analytics", + "streetsidesoftware.code-spell-checker", + "vscjava.vscode-java-pack" ] } diff --git a/.vscode/settings.json b/.vscode/settings.json index c075fe7..6258955 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,5 +13,6 @@ "prettier.printWidth": 120, "prettier.singleQuote": true, "prettier.tabWidth": 4, - "java.configuration.updateBuildConfiguration": "interactive" + "java.configuration.updateBuildConfiguration": "interactive", + "java.compile.nullAnalysis.mode": "automatic" } diff --git a/README.md b/README.md index 26204ce..7e30152 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ mvn package ### run by jar ```shell -java -jar ./target/dist/lib/bioformats-imageinfo-1.2.0.jar "[path to image file]" +java -jar ./target/dist/lib/bioformats-imageinfo-1.2.1.jar "[path to image file]" ``` ### run by fat jar ```shell -java -jar ./target/bioformats-imageinfo-1.2.0-jar-with-dependencies.jar "[path to image file]" +java -jar ./target/bioformats-imageinfo-1.2.1-jar-with-dependencies.jar "[path to image file]" ``` ## library usage diff --git a/pom.xml b/pom.xml index eec33a7..802517b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ 4.0.0 jp.riken.neurodata.tools.BioFormatsImageInfo bioformats-imageinfo - 1.2.0 + 1.2.1 bioformats-imageinfo https://neurodata.riken.jp - 7.0.0 + 7.0.1 jp.riken.neurodata.tools.BioFormatsImageInfo 1.8 @@ -39,7 +39,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 enforce-maven @@ -59,7 +59,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.0 + 3.6.1 copy-dependencies @@ -140,7 +140,7 @@ org.owasp dependency-check-maven - 8.4.0 + 8.4.2