diff --git a/.travis.yml b/.travis.yml index cd9acafdf..9f65dd852 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,8 @@ stages: env: global: - # Release version has to start with real version (6.3.0-....) for the docker image to build successfully. - - RELEASE_VERSION=2.0.0-A1 + # Release version has to start with real version (2.0.0-....) for the docker image to build successfully. + - RELEASE_VERSION=2.0.0-A2 - DEVELOPMENT_VERSION=2.0.0-SNAPSHOT # This should not be required on community build