Skip to content

Commit

Permalink
Increment package version after release of com.microsoft.azure azure-…
Browse files Browse the repository at this point in the history
…eventhubs-eph (#8695)

Co-authored-by: Connie Yau <conniey@microsoft.com>
  • Loading branch information
conniey committed Mar 4, 2020
1 parent 2f5b92f commit bd519b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/spotbugs-aggregate-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs-eph</artifactId>
<version>3.1.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ com.microsoft.azure:azure-cosmos;3.7.0;3.8.0-beta.1
com.microsoft.azure:azure-cosmos-benchmark;3.7.0;3.7.0
com.microsoft.azure:azure-cosmos-examples;3.7.0;3.7.0
com.microsoft.azure:azure-eventhubs;3.1.0;3.2.0-beta.1
com.microsoft.azure:azure-eventhubs-eph;3.1.0;3.1.0
com.microsoft.azure:azure-eventhubs-eph;3.1.0;3.2.0-beta.1
com.microsoft.azure:azure-eventhubs-extensions;3.1.0;3.1.0
com.microsoft.azure:azure-keyvault;1.2.3;1.2.3
com.microsoft.azure:azure-keyvault-complete;1.2.3;1.2.3
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhubs/microsoft-azure-eventhubs-eph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs-eph</artifactId>
<version>3.1.0</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-eventhubs-eph;current} -->

<name>Microsoft Azure SDK for Event Hubs Event Processor Host(EPH)</name>
<description>EPH is built on top of the Azure Event Hubs Client and provides a number of features not present in that lower layer</description>
Expand Down

0 comments on commit bd519b2

Please sign in to comment.