Skip to content

Commit

Permalink
Merge pull request #259 from nomiero/2.3
Browse files Browse the repository at this point in the history
bump up the connector version to 1.2.7
  • Loading branch information
nomiero committed Sep 28, 2018
2 parents 25dc659 + f70d071 commit 7d9e4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb-spark_2.3.0_2.11</artifactId>
<packaging>jar</packaging>
<version>1.2.6</version>
<version>1.2.7</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Spark Connector for Microsoft Azure CosmosDB</description>
<url>http://azure.microsoft.com/en-us/services/documentdb/</url>
Expand Down
Expand Up @@ -23,6 +23,6 @@
package com.microsoft.azure.cosmosdb.spark

object Constants {
val currentVersion = "2.3.0_2.11-1.2.6"
val currentVersion = "2.3.0_2.11-1.2.7"
val userAgentSuffix = s" SparkConnector/$currentVersion"
}

0 comments on commit 7d9e4fd

Please sign in to comment.