Skip to content

Commit

Permalink
bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Jul 18, 2017
1 parent 26bcf69 commit aa7e963
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: CmkIWOhshU9wGtopnJZMtP/cIvCGR4WcOelOgSwtpu5UiMlbhmqTIQnHNOASe5kytmv3jleuC9PzzBYM7Dp4PMHs4lP5QbKLB+O6GQ40dPL7OL56DinCv9DBbTLXn57bz69GZwyxbGEumg6S8Zt5nA0H0D9tq41J2p8M65hjIxKNm5MGeNvdHA5Z7PZvZsxbjIvkvVj9/ySmN4phbVk1hh3TJefd273gDJ/CtSb1yNGqIXiolnP+GEwxXn82bJynWg3KUXI659cT74vrZiMGpmt4r8RSvz1YZyzW2aCgSigVpmrwSm+r7kwZ4MGySXTp6tYY66uR8mJnNgVNzOZco9FExb/m7T/H06okERq9uxC7X5zcvYRvnJx1XesJcdgN6ctRaR2ynglh8wpJQfNG74IZhm0MXUpJ5e4A1gFdKMShjS81MP78LYe0bGs5sAdnDKZe3moj+eXgpSbUh22eDud87xOZPKNodnQvgjQZPZWwSOiiP+WNFDWY7T/lhcDW/yPTR6Mq7eCdn54EE+zzJQ9C8fPCmagypbTW6+BDOF2wB+whIAd5ysgWi7WdM8v3WAjXd9VXXpHpeU42r/Lr0L3BMMuf4L1Z0Y66FIjIXKNXYa7WocSuaCdC6oKucBugcRg5OxFZarWyj1HQei9mhTQYTw+tWb9Y3DdO3M43t84=
file: build/libs/xlr-tfs-plugin-1.2.2.jar
file: build/libs/xlr-tfs-plugin-1.3.0.jar
skip_cleanup: true
on:
all_branches: true
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id "com.github.hierynomus.license" version "0.13.0"
id "com.xebialabs.xl.docker" version "1.0.0"
id "com.github.hierynomus.license" version "0.14.0"
id "com.xebialabs.xl.docker" version "1.1.0"
}

version='1.2.3'
version='1.3.0'

apply plugin: 'java'
apply plugin: 'idea'
Expand All @@ -12,9 +12,9 @@ apply plugin: 'maven'

xlDocker {
compileImage = 'xebialabs/xlr_dev_compile'
compileVersion = 'v6.1.0.1'
compileVersion = 'v7.0.1.1'
runImage = 'xebialabs/xlr_dev_run'
runVersion = 'v6.1.0.1'
runVersion = 'v7.0.1.1'
runPortMapping = '15516:5516'
}

Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/docker/xlr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM xebialabs/xlr_dev_run:v6.1.0.1
FROM xebialabs/xlr_dev_run:v7.0.1.1
ADD resources/script.policy /opt/xlr/server/conf/script.policy

WORKDIR /tmp
Expand Down

0 comments on commit aa7e963

Please sign in to comment.