Skip to content

Commit 5e81b86

Browse files
committed
bump-pom-scijava: bump also imglib2-ij.version by default
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent d23805e commit 5e81b86

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

bump-pom-scijava.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ set imagej1.version --latest \
107107
imagej-launcher.version --latest \
108108
imagej-maven-plugin.version --latest \
109109
imglib2.version --latest \
110+
imglib2-ij.version --latest \
110111
junit-benchmarks.version --latest \
111112
minimaven.version --latest \
112113
nar.version --latest \
@@ -173,8 +174,8 @@ else
173174
imagej-maven-plugin.version)
174175
ga=net.imagej:imagej-maven-plugin
175176
;;
176-
imglib2.version)
177-
ga=net.imglib2:imglib2
177+
imglib2.version|imglib2-ij.version)
178+
ga=net.imglib2:${property%.version}
178179
;;
179180
junit-benchmarks.version)
180181
ga=org.scijava:junit-benchmarks

0 commit comments

Comments
 (0)