We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c7d64 commit f421dbaCopy full SHA for f421dba
1 file changed
bump-pom-scijava.sh
@@ -159,9 +159,6 @@ else
159
imagej1.version)
160
ga=net.imagej:ij
161
;;
162
- scijava-common.version)
163
- ga=org.scijava:scijava-common
164
- ;;
165
imagej.version)
166
ga=net.imagej:ij-core
167
@@ -198,6 +195,9 @@ else
198
195
scifio-lifesci.version)
199
196
ga=io.scif:scifio-lifesci
200
197
+ scijava-common.version|scijava-maven-plugin.version)
+ ga=org.scijava:${property%.version}
+ ;;
201
*)
202
die "Unknown GAV for $1"
203
0 commit comments