Skip to content

Commit b7c8ef4

Browse files
authored
Increment version for servicebus releases (Azure#25359)
Increment package version after release of com.microsoft.azure azure-servicebus
1 parent 987a958 commit b7c8ef4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eng/spotbugs-aggregate-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>com.microsoft.azure</groupId>
142142
<artifactId>azure-servicebus</artifactId>
143-
<version>3.6.6</version> <!-- {x-version-update;com.microsoft.azure:azure-servicebus;current} -->
143+
<version>3.7.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-servicebus;current} -->
144144
</dependency>
145145
</dependencies>
146146
<properties>

eng/versioning/version_data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ com.microsoft.azure:azure-keyvault-cryptography;1.2.4;1.3.0-beta.1
3434
com.microsoft.azure:azure-keyvault-extensions;1.2.4;1.3.0-beta.1
3535
com.microsoft.azure:azure-keyvault-test;1.2.3;1.2.4
3636
com.microsoft.azure:azure-keyvault-webkey;1.2.4;1.3.0-beta.1
37-
com.microsoft.azure:azure-servicebus;3.6.5;3.6.6
37+
com.microsoft.azure:azure-servicebus;3.6.6;3.7.0-beta.1
3838
com.microsoft.azure:azure-storage;8.6.5;8.6.5
3939
com.microsoft.azure:azure-storage-blob;11.0.2;11.0.2
4040
com.microsoft.azure.msi_auth_token_provider:azure-authentication-msi-token-provider;1.1.0-beta.1;1.1.0-beta.1

sdk/servicebus/microsoft-azure-servicebus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.microsoft.azure</groupId>
88
<artifactId>azure-servicebus</artifactId>
9-
<version>3.6.6</version> <!-- {x-version-update;com.microsoft.azure:azure-servicebus;current} -->
9+
<version>3.7.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-servicebus;current} -->
1010

1111
<name>Microsoft Azure SDK for Service Bus</name>
1212
<description>Java library for Azure Service Bus. Please note, a newer package com.azure:azure-messaging-servicebus for Azure Service Bus is available as of December 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/java/migrate/sb for more details.</description>

0 commit comments

Comments
 (0)