Skip to content

Commit

Permalink
final version of script, tested
Browse files Browse the repository at this point in the history
  • Loading branch information
T.j. Randall committed Aug 4, 2017
1 parent e779a0d commit b2e9ad2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: java
sudo: false
deploy:
provider: releases
file: build/libs/xld-sybase-plugin-1.0.6.jar
file: build/libs/xld-sybase-plugin-1.0.7.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 @@ -7,7 +7,7 @@ apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'maven'
version='1.0.6'
version='1.0.7'

license {
header rootProject.file('License.md')
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/sql/SybaseClient.bat.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ if not %RES% == 0 (
)

endlocal
</#if>
</#if>

0 comments on commit b2e9ad2

Please sign in to comment.