Skip to content

Commit 13a730f

Browse files
committed
There is no bin/ directory anymore
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ab1e4d3 commit 13a730f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bump-pom-scijava.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ sed_quote () {
128128
echo "$1" | sed "s/[]\/\"\'\\\\(){}[\!\$ ;]/\\\\&/g"
129129
}
130130

131-
gav="$(sh bin/maven-helper.sh gav-from-pom $pom)"
131+
gav="$(sh "$maven_helper" gav-from-pom $pom)"
132132
old_version=${gav##*:}
133133
new_version=${old_version%.*}.$((1 + ${old_version##*.}))
134134

0 commit comments

Comments
 (0)