Update package version for new release 2.3.22 (#637)
This commit is contained in:
Родитель
91fc221bce
Коммит
2a4f1b80eb
|
@ -23,7 +23,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-eventhubs-spark-parent_${scala.binary.version}</artifactId>
|
||||
<version>2.3.21</version>
|
||||
<version>2.3.22</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>azure-eventhubs-spark_${scala.binary.version}</artifactId>
|
||||
|
|
|
@ -62,7 +62,7 @@ package object eventhubs {
|
|||
val EnqueuedTimeAnnotation = "x-opt-enqueued-time"
|
||||
val SequenceNumberAnnotation = "x-opt-sequence-number"
|
||||
|
||||
val SparkConnectorVersion = "2.3.21"
|
||||
val SparkConnectorVersion = "2.3.22"
|
||||
|
||||
val DefaultUseAadAuth = "false"
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -25,7 +25,7 @@
|
|||
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-eventhubs-spark-parent_${scala.binary.version}</artifactId>
|
||||
<version>2.3.21</version>
|
||||
<version>2.3.22</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>EventHubs+Spark Parent POM</name>
|
||||
|
|
Загрузка…
Ссылка в новой задаче