summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-09-15 13:13:43 +0000
committerArne Juul <arnej@yahooinc.com>2022-09-19 07:23:46 +0000
commit6d07fcaf34dd1e958483ef97d17ca4f83345623a (patch)
tree930ccc262e73c9520b446a05c856ab1d88670b38 /bootstrap.sh
parent2b75660d7994a2cf45c39b849c0bca15f70245a3 (diff)
add and use getversionmap.sh
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 9db11693774..e8730303ef7 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -47,7 +47,7 @@ mvn_install() {
# Generate vtag map
top=$(dirname $0)
-$top/dist/getversion.pl -M $top > $top/dist/vtag.map
+$top/dist/getversionmap.sh $top > $top/dist/vtag.map
# NOTES ON BUILDING JAVA MODULES
#