Skip to content

Commit d9b79dd

Browse files
ok (#2257)
1 parent ac200ab commit d9b79dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
apply plugin: 'java'
1313

14-
version = '12.5.0-SNAPSHOT'
14+
version = '12.5.0'
1515
def releaseExt = '-preview'
1616
def jreVersion = ""
1717
def testOutputDir = file("build/classes/java/test")

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.microsoft.sqlserver</groupId>
77
<artifactId>mssql-jdbc</artifactId>
8-
<version>12.5.0-SNAPSHOT</version>
8+
<version>12.5.0</version>
99
<packaging>jar</packaging>
1010
<name>Microsoft JDBC Driver for SQL Server</name>
1111
<description>

0 commit comments

Comments
 (0)