Skip to content

Commit

Permalink
Increment package version after release of com.azure azure-messaging-…
Browse files Browse the repository at this point in the history
…servicebus (#29010)

# Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.

# All SDK Contribution checklist:
- [ ] **The pull request does not introduce [breaking changes]**
- [ ] **CHANGELOG is updated for new features, bug fixes or other significant changes.**
- [ ] **I have read the [contribution guidelines](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md).**

## [General Guidelines and Best Practices](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md#developer-guide)
- [ ] Title of the pull request is clear and informative.
- [ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### [Testing Guidelines](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md#building-and-unit-testing)
- [ ] Pull request includes test coverage for the included changes.
  • Loading branch information
ki1729 authored May 25, 2022
1 parent 0a11199 commit 9b0b5d6
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 11 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 @@ -238,7 +238,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.9.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.10.0-beta.1</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 @@ -106,7 +106,7 @@ com.azure:azure-messaging-eventhubs;5.12.0;5.13.0-beta.1
com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.12.2;1.13.0-beta.1
com.azure:azure-messaging-eventhubs-track1-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-eventhubs-track2-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus;7.8.0;7.9.0
com.azure:azure-messaging-servicebus;7.9.0;7.10.0-beta.1
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-messaging-webpubsub;1.1.2;1.2.0-beta.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/azure-resourcemanager-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.8.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->
<version>7.9.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.9.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.10.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
10 changes: 10 additions & 0 deletions sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 7.10.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 7.9.0 (2022-05-18)

### Features Added
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.9.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.10.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<name>Microsoft Azure client library for Service Bus</name>
<description>This package contains the Microsoft Azure Service Bus client library</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>
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.9.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.10.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/spring-cloud-azure-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.8.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->
<version>7.9.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->
<optional>true</optional>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/spring-cloud-azure-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.8.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->
<version>7.9.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->
<optional>true</optional>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/spring-cloud-azure-starter-servicebus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.8.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->
<version>7.9.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.8.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->
<version>7.9.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/spring-messaging-azure-servicebus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.8.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->
<version>7.9.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 9b0b5d6

Please sign in to comment.