Skip to content

Commit

Permalink
ServiceBus - February release (Azure#19135)
Browse files Browse the repository at this point in the history
* Getting Ready for Ferbuary release
  • Loading branch information
hemanttanwar authored Feb 11, 2021
1 parent 765e6e8 commit 3d869f3
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.0.2</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-eventgrid;2.0.0-beta.4;2.0.0-beta.5
com.azure:azure-messaging-eventhubs;5.4.0;5.5.0
com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.4.0;1.5.0
com.azure:azure-messaging-servicebus;7.0.1;7.1.0-beta.1
com.azure:azure-messaging-servicebus;7.0.1;7.0.2
com.azure:azure-messaging-servicebus-track1-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus-track2-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.2;1.0.0-beta.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.0.2</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
6 changes: 4 additions & 2 deletions sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Release History

## 7.1.0-beta.1 (Unreleased)

## 7.0.2 (2021-02-10)
### Dependency Updates
- Upgraded `azure-core` dependency to `1.13.0`.
- Upgraded `azure-core-amqp` dependency to `2.0.2`.

## 7.0.1 (2021-01-15)
### New Features
Expand Down
4 changes: 2 additions & 2 deletions sdk/servicebus/azure-messaging-servicebus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To quickly create the needed Service Bus resources in Azure and to receive a con
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.0.1</version>
<version>7.0.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -86,7 +86,7 @@ platform. First, add the package:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/azure-messaging-servicebus/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-servicebus</artifactId>
<version>7.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.0.2</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->

<name>Microsoft Azure client library for Service Bus</name>
<description>Libraries built on Microsoft Azure Service Bus</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.0.2</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.0.2</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit 3d869f3

Please sign in to comment.