Skip to content

Commit

Permalink
Update version to 3.1.4 to include all fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brhahlen committed Jul 21, 2017
1 parent 5421b73 commit 9be8b6d
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 @@ -8,7 +8,7 @@ deploy:
provider: releases
api_key:
secure: aoVXZyLOBmB4Q2lLKLaqEN8zcqN3K3/3agRBA1znM1PLeqXSE3CwQe6sHkX6BrfMoDDtjqeepDMgJ9TsqJFq+lPY+HuVFzOqGlrWlIZHBUKI3hmfjgM/61CkdK2eBO42Ym4tqCQ4L1Tp42fcrB6M/a/0TGI5ENW2bJk8+ofRT8M=
file: build/libs/xlr-xldeploy-plugin-3.1.3.jar
file: build/libs/xlr-xldeploy-plugin-3.1.4.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 @@ -3,7 +3,7 @@ plugins {
id "com.xebialabs.xl.docker" version "1.1.0"
}

version = "3.1.3"
version = "3.1.4"

apply plugin: 'java'
apply plugin: 'idea'
Expand Down

0 comments on commit 9be8b6d

Please sign in to comment.