Skip to content

Commit 00e1a77

Browse files
committed
bump-versions-in-pom: remove special handling of scijava-maven-plugin
Somewhere along the lines, we switched away from specifying the groupId via properties, therefore no special handling is required any longer. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 48b7939 commit 00e1a77

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

bump-versions-in-pom.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,10 @@ do
148148
artifactId=ij
149149
test ! -t 0 ||
150150
printf '\rLooking at %s...\033[K\r' "$artifactId"
151-
case "$artifactId" in
152-
scijava-maven-plugin)
153-
ga=org.scijava:$artifactId
154-
;;
155-
*)
156-
ga="$(sed -n '/<groupId>/{
151+
ga="$(sed -n '/<groupId>/{
157152
N;
158153
s/.*<groupId>\([^<]*\).*<artifactId>'"$artifactId"'<.*/\1/p
159154
}' pom.xml | head -n 1):$artifactId"
160-
;;
161-
esac
162155
latest_message=" (latest $ga)"
163156
value="$(sh "$maven_helper" latest-version "$ga")"
164157
fi

0 commit comments

Comments
 (0)