Skip to content

Commit

Permalink
Merge pull request #694 from peterbae/snapshot-update
Browse files Browse the repository at this point in the history
Update snapshot
  • Loading branch information
cheenamalhotra authored May 5, 2018
2 parents c2b4020 + 8f036b1 commit 58f4f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

apply plugin: 'java'

version = '6.5.2'
version = '6.5.3-SNAPSHOT'
def jreVersion = ""
def testOutputDir = file("build/classes/java/test")
def archivesBaseName = 'mssql-jdbc'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.5.2.${jreVersion}-preview</version>
<version>6.5.3-SNAPSHOT.${jreVersion}-preview</version>
<packaging>jar</packaging>

<name>Microsoft JDBC Driver for SQL Server</name>
Expand Down

0 comments on commit 58f4f1d

Please sign in to comment.