Skip to content

Commit 3af54de

Browse files
committed
Use a no-final version schema for the release
1 parent 1fdd9f4 commit 3af54de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pipeline {
4444
throw new IllegalArgumentException("Missing value for parameter DEVELOPMENT_VERSION.")
4545
}
4646

47-
def releaseVersion = Version.parseReleaseVersion(params.RELEASE_VERSION)
47+
def releaseVersion = Version.parseReleaseVersion(params.RELEASE_VERSION, Version.Scheme.JBOSS_NO_FINAL)
4848
def developmentVersion = Version.parseDevelopmentVersion(params.DEVELOPMENT_VERSION)
4949
echo "Performing full release for version ${releaseVersion.toString()}"
5050

0 commit comments

Comments
 (0)