Skip to content

Commit

Permalink
rename DLL
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodleBobBuffPants committed Dec 11, 2020
1 parent 5e00e01 commit 0e1956d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
19 changes: 12 additions & 7 deletions flyway-commandline/src/main/assembly/windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,17 @@
<outputDirectory>jre</outputDirectory>
<fileMode>644</fileMode>
</fileSet>
<fileSet>
<directory>src/main/assembly</directory>
<outputDirectory>native</outputDirectory>
<includes>
<include>sqljdbc_auth.dll</include>
</includes>
</fileSet>
</fileSets>
<files>
<file>
<source>src/main/assembly/sqljdbc_auth.dll</source>
<outputDirectory>native</outputDirectory>
<destName>mssql-jdbc_auth-${version.mssql}.x86.dll</destName>
</file>
<file>
<source>src/main/assembly/sqljdbc_auth.dll</source>
<outputDirectory>native</outputDirectory>
<destName>mssql-jdbc_auth-${version.mssql}.x64.dll</destName>
</file>
</files>
</assembly>
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@
<version.mariadb>2.6.0</version.mariadb>
<version.maven>3.6.3</version.maven>
<version.mockito>1.10.19</version.mockito>
<version.mssql-jdbc>8.4.1.jre8</version.mssql-jdbc>
<version.mssql>8.4.1</version.mssql>
<version.mssql-jdbc>${version.mssql}.jre8</version.mssql-jdbc>
<version.mysql>8.0.20</version.mysql>
<version.oracle>19.6.0.0</version.oracle>
<version.osgi>4.3.1</version.osgi>
Expand Down

0 comments on commit 0e1956d

Please sign in to comment.