diff --git a/README.md b/README.md index b0380a68..dfb21f5b 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ link your application with the artifact below to use the Azure Data Explorer Con ``` groupId = com.microsoft.azure.kusto artifactId = kusto-spark_3.0_2.12 -version = 5.0.5 +version = 5.0.6 ``` **In Maven**: Look for the following coordinates: ``` -com.microsoft.azure.kusto:kusto-spark_3.0_2.12:5.0.5 +com.microsoft.azure.kusto:kusto-spark_3.0_2.12:5.0.6 ``` Or clone this repository and build it locally to add it to your local maven repository,. @@ -55,7 +55,7 @@ The jar can also be found under the [released package](https://github.com/Azure/ com.microsoft.azure.kusto kusto-spark_3.0_2.12 - 5.0.5 + 5.0.6 ``` @@ -63,7 +63,7 @@ The jar can also be found under the [released package](https://github.com/Azure/ ```scala libraryDependencies ++= Seq( - "com.microsoft.azure.kusto" %% "kusto-spark_3.0" % "5.0.5" + "com.microsoft.azure.kusto" %% "kusto-spark_3.0" % "5.0.6" ) ``` @@ -72,7 +72,7 @@ libraryDependencies ++= Seq( Libraries -> Install New -> Maven -> copy the following coordinates: ``` -com.microsoft.azure.kusto:kusto-spark_3.0_2.12:5.0.5 +com.microsoft.azure.kusto:kusto-spark_3.0_2.12:5.0.6 ``` #### Building Samples Module diff --git a/pom.xml b/pom.xml index 927ba5a0..2d03b47f 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ pom ${revision} - 5.0.5 + 5.0.6 2.12 17