diff --git a/.travis.yml b/.travis.yml index 46aa1d9..b850cc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ deploy: provider: releases api_key: secure: PR4/8CObjIOi/6D9i0YbkITN/VneF0EHCokufHTiLnwwRY6qix2hFTrYpogtBbmE6EZB8djOUb9VeEmFGzxzIqaFGXrbnHvBUCuY2r+D9yaPWt2JWSg4MYJJJBldY2Krv5acXC1TT7ofs0nTJIfpOXScMIAnfLhsyqAz7yiqKxw= - file: build/libs/xld-custom-orchestrators-4.5.3.jar + file: build/libs/xld-custom-orchestrators-4.5.5.jar skip_cleanup: true on: all_branches: true diff --git a/build.gradle b/build.gradle index f55e6c4..704ed31 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'eclipse' apply plugin: 'maven' group = 'com.xebialabs.deployit.community' -version = '4.5.5-SNAPSHOT' +version = '4.5.5' sourceCompatibility = 1.7 targetCompatibility = 1.7