Skip to content

Commit ab1e4d3

Browse files
committed
Adjust bump-pom-scijava.sh to the split-out pom-scijava
We split out the scripts and pom-scijava from scijava-common; this script needs to know about that ;-) Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 9d2fed1 commit ab1e4d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bump-pom-scijava.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ test $# -ge 2 &&
117117
test 0 = $(($#%2)) ||
118118
die "Usage: $0 [--skip-commit] (--bump-parent | --default-properties | <key> <value>...)"
119119

120-
pom=pom-scijava/pom.xml
121-
cd "$(dirname "$0")/.." &&
120+
pom=pom.xml
121+
cd "$(dirname "$0")/../pom-scijava" &&
122122
test -f $pom ||
123-
die "Could not switch to scijava-common's root directory"
123+
die "Could not switch to pom-scijava's root directory"
124124

125125
require_clean_worktree
126126

0 commit comments

Comments
 (0)