Skip to content

Commit

Permalink
ok (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffery-Wasty committed Nov 17, 2023
1 parent ac200ab commit d9b79dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -11,7 +11,7 @@

apply plugin: 'java'

version = '12.5.0-SNAPSHOT'
version = '12.5.0'
def releaseExt = '-preview'
def jreVersion = ""
def testOutputDir = file("build/classes/java/test")
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>12.5.0-SNAPSHOT</version>
<version>12.5.0</version>
<packaging>jar</packaging>
<name>Microsoft JDBC Driver for SQL Server</name>
<description>
Expand Down

0 comments on commit d9b79dd

Please sign in to comment.