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"
19
19
# find the v0.0 tag and will always return the total number of commits (even
20
20
# if the tag is v0.0.1).
21
21
MAJOR=" 1"
22
- MINOR=" 8 "
22
+ MINOR=" 9 "
23
23
REVISION=` git --no-replace-objects describe --match v$MAJOR .$MINOR `
24
24
25
25
# 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
10
10
# find the v0.0 tag and will always return the total number of commits (even
11
11
# if the tag is v0.0.1).
12
12
MAJOR=" 1"
13
- MINOR=" 8 "
13
+ MINOR=" 9 "
14
14
REVISION=` git --no-replace-objects describe --match v$MAJOR .$MINOR `
15
15
16
16
# 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
13
13
# find the v0.0 tag and will always return the total number of commits (even
14
14
# if the tag is v0.0.1).
15
15
MAJOR=" 1"
16
- MINOR=" 8 "
16
+ MINOR=" 9 "
17
17
REVISION=` git --no-replace-objects describe --match v$MAJOR .$MINOR `
18
18
19
19
# 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