File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ POM_FILE="pom.xml"
1919# find the v0.0 tag and will always return the total number of commits (even
2020# if the tag is v0.0.1).
2121MAJOR=" 1"
22- MINOR=" 8 "
22+ MINOR=" 9 "
2323REVISION=` git --no-replace-objects describe --match v$MAJOR .$MINOR `
2424
2525# Extract the version number from the string. Do this in two steps so
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set -ex
1010# find the v0.0 tag and will always return the total number of commits (even
1111# if the tag is v0.0.1).
1212MAJOR=" 1"
13- MINOR=" 8 "
13+ MINOR=" 9 "
1414REVISION=` git --no-replace-objects describe --match v$MAJOR .$MINOR `
1515
1616# Extract the version number from the string. Do this in two steps so
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set -ex
1313# find the v0.0 tag and will always return the total number of commits (even
1414# if the tag is v0.0.1).
1515MAJOR=" 1"
16- MINOR=" 8 "
16+ MINOR=" 9 "
1717REVISION=` git --no-replace-objects describe --match v$MAJOR .$MINOR `
1818
1919# Extract the version number from the string. Do this in two steps so
You can’t perform that action at this time.
0 commit comments