diff --git a/README.md b/README.md index 1621e0455..43db034d7 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ We're now on the Maven Central Repository. Add the following to your POM file: com.microsoft.sqlserver mssql-jdbc - 6.2.1.jre8 + 6.3.0.jre8-preview ``` The driver can be downloaded from the [Microsoft Download Center](https://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=11774). @@ -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.1.7.jre8-preview + 6.3.0.jre8-preview ``` @@ -120,14 +120,14 @@ Projects that require either of the two features need to explicitly declare the com.microsoft.sqlserver mssql-jdbc - 6.2.1.jre8 + 6.3.0.jre8-preview compile com.microsoft.azure azure-keyvault - 0.9.7 + 1.0.0 ``` diff --git a/pom.xml b/pom.xml index bd9d0ced6..a9cee98ca 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.microsoft.sqlserver mssql-jdbc - 6.3.0 + 6.3.1-SNAPSHOT jar