Skip to content

Commit 7b027e7

Browse files
committed
bump-pom-scijava: add scifio-lifesci support
Added an entry to the bump-pom-scijava to check for scifio-lifesci updates.
1 parent aa49f3f commit 7b027e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/bump-pom-scijava.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ set imagej1.version --latest \
110110
ome-formats.version --latest \
111111
scifio.version --latest \
112112
scifio-bf-compat.version --latest \
113+
scifio-lifesci.version --latest \
113114
scijava-common.version --latest
114115

115116
test $# -ge 2 &&
@@ -172,6 +173,9 @@ do
172173
scifio-bf-compat.version)
173174
ga=io.scif:scifio-bf-compat
174175
;;
176+
scifio-lifesci.version)
177+
ga=io.scif:pom-scifio-lifesci
178+
;;
175179
*)
176180
die "Unknown GAV for $1"
177181
;;

0 commit comments

Comments
 (0)