Skip to content

Commit b2e9ad2

Browse files
author
T.j. Randall
committed
final version of script, tested
1 parent e779a0d commit b2e9ad2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: java
22
sudo: false
33
deploy:
44
provider: releases
5-
file: build/libs/xld-sybase-plugin-1.0.6.jar
5+
file: build/libs/xld-sybase-plugin-1.0.7.jar
66
skip_cleanup: true
77
on:
88
all_branches: true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'java'
77
apply plugin: 'idea'
88
apply plugin: 'eclipse'
99
apply plugin: 'maven'
10-
version='1.0.6'
10+
version='1.0.7'
1111

1212
license {
1313
header rootProject.file('License.md')

src/main/resources/sql/SybaseClient.bat.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ if not %RES% == 0 (
3232
)
3333

3434
endlocal
35-
</#if>
35+
</#if>

0 commit comments

Comments
 (0)