Skip to content

Commit 474b759

Browse files
committed
bump-pom-scijava: also bump the imagej-maven-plugin version
It is convenient to use this script, as long as it looks at the latest versions of *all* components we are interested in... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent dd49c2c commit 474b759

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bump-pom-scijava.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ test "a--default-properties" != "a$*" ||
104104
set imagej1.version --latest \
105105
imagej.version --latest \
106106
imagej-launcher.version --latest \
107+
imagej-maven-plugin.version --latest \
107108
imglib2.version --latest \
108109
nar.version --latest \
109110
scifio.version --latest \
@@ -151,6 +152,9 @@ do
151152
imagej-launcher.version)
152153
ga=net.imagej:ij-launcher
153154
;;
155+
imagej-maven-plugin.version)
156+
ga=net.imagej:imagej-maven-plugin
157+
;;
154158
imglib2.version)
155159
ga=net.imglib2:imglib2
156160
;;

0 commit comments

Comments
 (0)