Skip to content

Commit

Permalink
Update version number for new release (2.3.17) (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkwak authored Aug 5, 2020
1 parent dbb04c6 commit b349217
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs-spark-parent_${scala.binary.version}</artifactId>
<version>2.3.16</version>
<version>2.3.17</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-eventhubs-spark_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ package object eventhubs {
val EnqueuedTimeAnnotation = "x-opt-enqueued-time"
val SequenceNumberAnnotation = "x-opt-sequence-number"

val SparkConnectorVersion = "2.3.16"
val SparkConnectorVersion = "2.3.17"

type PartitionId = Int
val PartitionId: Int.type = Int
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs-spark-parent_${scala.binary.version}</artifactId>
<version>2.3.16</version>
<version>2.3.17</version>
<packaging>pom</packaging>

<name>EventHubs+Spark Parent POM</name>
Expand Down

0 comments on commit b349217

Please sign in to comment.