Skip to content

Commit 48b7939

Browse files
committed
bump-versions-in-pom: use the shorter --parent option
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 274e32a commit 48b7939

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bump-versions-in-pom.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ do
1313
--skip-commit)
1414
skip_commit=t
1515
;;
16-
--bump-parent)
16+
--parent|--bump-parent)
1717
bump_parent=t
1818
;;
1919
--default|--default-properties)
@@ -114,7 +114,7 @@ set $(sed -n '/^ <properties>/,/<\(\/properties>\|!-- Open Microscopy Environmen
114114

115115
test $# -ge 2 &&
116116
test 0 = $(($#%2)) ||
117-
die "Usage: $0 [--skip-commit] (--bump-parent | --default | <key> <value>...)"
117+
die "Usage: $0 [--skip-commit] (--parent | --default | <key> <value>...)"
118118

119119
pom=pom.xml
120120

0 commit comments

Comments
 (0)