Skip to content

Commit

Permalink
Increment version for eventhubs releases (#7973)
Browse files Browse the repository at this point in the history
* Increment package version after release of com.azure azure-messaging-eventhubs

* Increment package version after release of com.azure azure-messaging-eventhubs-checkpointstore-blob
  • Loading branch information
azure-sdk authored Feb 5, 2020
1 parent 370064f commit e8a1e11
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs</artifactId>
<version>5.0.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
<version>5.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.0.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-data-appconfiguration;1.0.0-beta.7;1.0.1
com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-identity;1.0.3;1.1.0-beta.1
com.azure:azure-messaging-eventhubs;5.0.0-beta.6;5.0.1
com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.0.0-beta.4;1.0.1
com.azure:azure-messaging-eventhubs;5.0.1;5.1.0-beta.1
com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.0.1;1.1.0-beta.1
com.azure:azure-security-keyvault-certificates;4.0.0;4.1.0-beta.1
com.azure:azure-security-keyvault-keys;4.1.0;4.2.0-beta.1
com.azure:azure-security-keyvault-secrets;4.1.0;4.2.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.0.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->

<name>Microsoft Azure client library for storing checkpoints in Storage Blobs</name>
<description>Library for using storing checkpoints in Storage Blobs</description>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs</artifactId>
<version>5.0.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
<version>5.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhubs/azure-messaging-eventhubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs</artifactId>
<version>5.0.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
<version>5.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->

<name>Microsoft Azure client library for Event Hubs</name>
<description>Libraries built on Microsoft Azure Event Hubs</description>
Expand Down

0 comments on commit e8a1e11

Please sign in to comment.