File tree Expand file tree Collapse file tree
src/main/java/com/microsoft/sqlserver/jdbc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111apply plugin : ' java'
1212
13- version = ' 7.1.2 '
13+ version = ' 7.1.3-SNAPSHOT '
1414def jreVersion = " "
1515def testOutputDir = file(" build/classes/java/test" )
1616def archivesBaseName = ' mssql-jdbc'
Original file line number Diff line number Diff line change 66
77 <groupId >com.microsoft.sqlserver</groupId >
88 <artifactId >mssql-jdbc</artifactId >
9- <version >7.1.2 </version >
9+ <version >7.1.3-SNAPSHOT </version >
1010 <packaging >jar</packaging >
1111
1212 <name >Microsoft JDBC Driver for SQL Server</name >
Original file line number Diff line number Diff line change 88final class SQLJdbcVersion {
99 static final int major = 7 ;
1010 static final int minor = 1 ;
11- static final int patch = 2 ;
11+ static final int patch = 3 ;
1212 static final int build = 0 ;
1313}
You can’t perform that action at this time.
0 commit comments