Skip to content

Commit

Permalink
bump-version-1.1.5 (#133)
Browse files Browse the repository at this point in the history
* Update pom.xml

* Update README.md
  • Loading branch information
ohadbitt authored Jun 9, 2020
1 parent 03035b1 commit f26c576
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ link your application with the artifact below in order to use the Azure Data Exp
```
groupId = com.microsoft.azure.kusto
artifactId = spark-kusto-connector
version = 1.1.4
version = 1.1.5
```

**In Maven**:

Look for the following coordinates:
```
com.microsoft.azure.kusto:spark-kusto-connector:1.1.4
com.microsoft.azure.kusto:spark-kusto-connector:1.1.5
```

Or clone this repository and build it locally to add it to your local maven repository,
Expand All @@ -49,7 +49,7 @@ the jar can also be found under the [released package](https://github.com/Azure/
<dependency>
<groupId>com.microsoft.azure.kusto</groupId>
<artifactId>spark-kusto-connector</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
```

Expand All @@ -58,7 +58,7 @@ the jar can also be found under the [released package](https://github.com/Azure/
Create Library -> Maven with the following coordinates:

```
com.microsoft.azure.kusto:spark-kusto-connector:1.1.4
com.microsoft.azure.kusto:spark-kusto-connector:1.1.5
```

#### Building Samples Module
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>${revision}</version>

<properties>
<revision>1.1.4</revision>
<revision>1.1.5</revision>
<scala.version>2.11</scala.version>
<specs2.version>3.6.5</specs2.version>
<spark.version>[2.4.0,2.5.0)</spark.version>
Expand Down

0 comments on commit f26c576

Please sign in to comment.