diff --git a/README.md b/README.md index 6ef8c3c..babfbc7 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.2.jar "[path to image file]" +java -jar ./target/dist/lib/bioformats-imageinfo-1.2.3.jar "[path to image file]" ``` ### run by fat jar ```shell -java -jar ./target/bioformats-imageinfo-1.2.2-jar-with-dependencies.jar "[path to image file]" +java -jar ./target/bioformats-imageinfo-1.2.3-jar-with-dependencies.jar "[path to image file]" ``` ## library usage diff --git a/pom.xml b/pom.xml index 8bde269..d668cc2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ 4.0.0 jp.riken.neurodata.tools.BioFormatsImageInfo bioformats-imageinfo - 1.2.2 + 1.2.3 bioformats-imageinfo https://neurodata.riken.jp - 7.1.0 + 7.3.0 jp.riken.neurodata.tools.BioFormatsImageInfo 1.8 @@ -39,7 +39,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 enforce-maven @@ -76,7 +76,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.1 @@ -113,7 +113,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.6.0 + 3.7.1 jar-with-dependencies