Skip to content

Commit d52903b

Browse files
authored
Increment package version after release of com.microsoft.azure azure-servicebus (Azure#19303)
1 parent cf5b9e8 commit d52903b

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.1</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.0;3.6.1
37+
com.microsoft.azure:azure-servicebus;3.6.1;3.7.0-beta.1
3838
com.microsoft.azure:azure-storage-blob;11.0.2;11.0.2
3939
com.microsoft.azure.msi_auth_token_provider:azure-authentication-msi-token-provider;1.1.0-beta.1;1.1.0-beta.1
4040
com.microsoft.azure:azure-eventgrid;1.4.0-beta.1;1.4.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.1</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</description>

0 commit comments

Comments
 (0)