We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac200ab commit d9b79ddCopy full SHA for d9b79dd
build.gradle
@@ -11,7 +11,7 @@
11
12
apply plugin: 'java'
13
14
-version = '12.5.0-SNAPSHOT'
+version = '12.5.0'
15
def releaseExt = '-preview'
16
def jreVersion = ""
17
def testOutputDir = file("build/classes/java/test")
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>com.microsoft.sqlserver</groupId>
7
<artifactId>mssql-jdbc</artifactId>
8
- <version>12.5.0-SNAPSHOT</version>
+ <version>12.5.0</version>
9
<packaging>jar</packaging>
10
<name>Microsoft JDBC Driver for SQL Server</name>
<description>
0 commit comments