Skip to content

Commit

Permalink
version 4.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Moussaud committed Oct 16, 2015
1 parent bf109be commit 6be8983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6be8983

Please sign in to comment.