Skip to content

Commit

Permalink
snapshot (#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffery-Wasty committed Apr 5, 2024
1 parent 67ba1f1 commit c073e78
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.7.1'
version = '12.7.1-SNAPSHOT'
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.7.1</version>
<version>12.7.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Microsoft JDBC Driver for SQL Server</name>
<description>
Expand Down

0 comments on commit c073e78

Please sign in to comment.