Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 91c15e5

Browse files
Merge pull request #387 from FabianMeiswinkel/2.4
Bumping version number for release
2 parents 2802cd3 + 9dea904 commit 91c15e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<groupId>com.microsoft.azure</groupId>
2222
<artifactId>azure-cosmosdb-spark_2.4.0_2.11</artifactId>
2323
<packaging>jar</packaging>
24-
<version>3.0.4</version>
24+
<version>3.0.5</version>
2525
<name>${project.groupId}:${project.artifactId}</name>
2626
<description>Spark Connector for Microsoft Azure CosmosDB</description>
2727
<url>http://azure.microsoft.com/en-us/services/documentdb/</url>

src/main/scala/com/microsoft/azure/cosmosdb/spark/Constants.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
package com.microsoft.azure.cosmosdb.spark
2424

2525
object Constants {
26-
val currentVersion = "2.4.0_2.11-3.0.4"
26+
val currentVersion = "2.4.0_2.11-3.0.5"
2727
val userAgentSuffix = s" SparkConnector/$currentVersion"
2828
}

0 commit comments

Comments
 (0)