Skip to content

Commit

Permalink
LRQA-17076 Update location of db2 jar files
Browse files Browse the repository at this point in the history
  • Loading branch information
willnewbury committed Jul 30, 2015
1 parent 83d04b0 commit 9ecc99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-test.xml
Expand Up @@ -2612,7 +2612,7 @@ go]]></replacevalue>
<sequential>
<mirrors-get
dest="${todir}"
src="${test.jdbc.drivers.url}/db2/8.1.18/@{jdbc.driver}"
src="${test.jdbc.drivers.url}/db2/10.5.1/@{jdbc.driver}"
/>
</sequential>
</for>
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -106,7 +106,7 @@
## JDBC Drivers
##

jdbc.db2.driver=db2jcc.jar,db2jcc_license_cu.jar
jdbc.db2.driver=db2jcc4.jar,db2jcc_license_cu.jar
jdbc.firebird.driver=firebird.jar
jdbc.hsql.driver=hsql.jar
jdbc.interbase.driver=interbase.jar
Expand Down

0 comments on commit 9ecc99f

Please sign in to comment.