From 935b0db98c8077670c01affe50e2f86e4130bdaf Mon Sep 17 00:00:00 2001 From: Afsaneh Rafighi Date: Tue, 15 Aug 2017 18:28:45 -0700 Subject: [PATCH 1/2] add snapshot to pom file --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f17cc568e8..1fa88dda36 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ To get the latest preview version of the driver, add the following to your POM f com.microsoft.sqlserver mssql-jdbc - 6.3.0.jre8-preview + 6.3.1.jre8-preview ``` @@ -120,7 +120,7 @@ Projects that require either of the two features need to explicitly declare the com.microsoft.sqlserver mssql-jdbc - 6.3.0.jre8-preview + 6.3.1.jre8-preview compile diff --git a/pom.xml b/pom.xml index e0a7a73a0e..f5498d940c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.microsoft.sqlserver mssql-jdbc - 6.3.1 + 6.3.2-SNAPSHOT jar From 35953e314019059827be5ad4ec6e99e6881807ee Mon Sep 17 00:00:00 2001 From: Afsaneh Rafighi Date: Wed, 16 Aug 2017 13:22:16 -0700 Subject: [PATCH 2/2] update version number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fa88dda36..54810ab678 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ To get the latest preview version of the driver, add the following to your POM f com.microsoft.sqlserver mssql-jdbc - 6.3.1.jre8-preview + 6.3.1.jre8-preview-v2 ``` @@ -120,7 +120,7 @@ Projects that require either of the two features need to explicitly declare the com.microsoft.sqlserver mssql-jdbc - 6.3.1.jre8-preview + 6.3.1.jre8-preview-v2 compile