Skip to content

Commit faab8ae

Browse files
author
Marcelo Vanzin
committed
Another version number fix.
1 parent 7fe133a commit faab8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/create-release/release-util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function get_release_info {
129129
if check_for_tag "$PREV_REL_TAG"; then
130130
RC_COUNT=1
131131
REV=$((REV + 1))
132-
NEXT_VERSION="${SHORT_VERSION}-${REV}-SNAPSHOT"
132+
NEXT_VERSION="${SHORT_VERSION}.${REV}-SNAPSHOT"
133133
else
134134
RELEASE_VERSION="${SHORT_VERSION}.${PREV_REL_REV}"
135135
RC_COUNT=$(git ls-remote --tags "$ASF_REPO" "v${RELEASE_VERSION}-rc*" | wc -l)

0 commit comments

Comments
 (0)