Skip to content

Commit b349217

Browse files
authored
Update version number for new release (2.3.17) (#529)
1 parent dbb04c6 commit b349217

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.microsoft.azure</groupId>
2525
<artifactId>azure-eventhubs-spark-parent_${scala.binary.version}</artifactId>
26-
<version>2.3.16</version>
26+
<version>2.3.17</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<artifactId>azure-eventhubs-spark_${scala.binary.version}</artifactId>

core/src/main/scala/org/apache/spark/eventhubs/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ package object eventhubs {
6060
val EnqueuedTimeAnnotation = "x-opt-enqueued-time"
6161
val SequenceNumberAnnotation = "x-opt-sequence-number"
6262

63-
val SparkConnectorVersion = "2.3.16"
63+
val SparkConnectorVersion = "2.3.17"
6464

6565
type PartitionId = Int
6666
val PartitionId: Int.type = Int

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>com.microsoft.azure</groupId>
2727
<artifactId>azure-eventhubs-spark-parent_${scala.binary.version}</artifactId>
28-
<version>2.3.16</version>
28+
<version>2.3.17</version>
2929
<packaging>pom</packaging>
3030

3131
<name>EventHubs+Spark Parent POM</name>

0 commit comments

Comments
 (0)