Skip to content

Commit 8d730db

Browse files
author
Your Name
committed
Merge branch 'release/2.25.1' into 'rc'
2 parents 80f3be5 + ab5aceb commit 8d730db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

create_release_properties.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# hotfix branch will be created if $SOURCE_BRANCH is rc
22
HOTFIX_BRANCH="2.25.x"
33
# SOURCE_BRANCH must be set to rc or $HOTFIX_BRANCH
4-
SOURCE_BRANCH="rc"
4+
SOURCE_BRANCH="$HOTFIX_BRANCH"
55
# EXPECTED_CURRENT_VERSION must be equal to current $SOURCE_BRANCH version
6-
EXPECTED_CURRENT_VERSION="2.25.0-SNAPSHOT"
6+
EXPECTED_CURRENT_VERSION="2.25.1-SNAPSHOT"
77
# current develop version
8-
EXPECTED_DEVELOP_VERSION="2.26.0-SNAPSHOT"
8+
EXPECTED_DEVELOP_VERSION="2.27.0-SNAPSHOT"
99
# EXPECTED_RC_VERSION must be set only if creating hotfix release
10-
EXPECTED_RC_VERSION="2.25.0-SNAPSHOT"
10+
EXPECTED_RC_VERSION="2.26.0-SNAPSHOT"
1111
# next hotfix version, do not forget to add -SNAPSHOT here:
12-
FUTURE_HOTFIX_VERSION="2.25.1-SNAPSHOT"
12+
FUTURE_HOTFIX_VERSION="2.25.2-SNAPSHOT"
1313

1414
# Removes -SNAPSHOT from EXPECTED_CURRENT_VERSION
1515
RELEASE_VERSION=${EXPECTED_CURRENT_VERSION%-SNAPSHOT}

0 commit comments

Comments
 (0)