Increment versions for servicebus releases - #50223
Open
azure-sdk-automation[bot] wants to merge 1 commit into
Open
Increment versions for servicebus releases#50223azure-sdk-automation[bot] wants to merge 1 commit into
azure-sdk-automation[bot] wants to merge 1 commit into
Conversation
azure-sdk-automation
Bot
requested review from
a team,
Eldert Grootenboer (EldertGrootenboer),
Johnathan W (j7nw4r) and
Srini Karri (skarri-microsoft)
as code owners
August 22, 2026 00:46
|
Azure Pipelines: Successfully started running 1 pipeline(s). 34 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR increments the Azure Service Bus Java package version to the next beta release and propagates that version across the module’s Maven references and release tracking metadata.
Changes:
- Bumped
com.azure:azure-messaging-servicebusfrom7.18.0-beta.3to7.18.0-beta.4in the primary librarypom.xmland related sample/perf/stress module poms. - Added a new
7.18.0-beta.4 (Unreleased)section to the Service Bus library changelog. - Updated
eng/versioning/version_client.txtto reflect the new target version.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sdk/servicebus/azure-messaging-servicebus/pom.xml | Bumps the library’s published Maven version to 7.18.0-beta.4. |
| sdk/servicebus/azure-messaging-servicebus/docs/pom.xml | Updates the docs sample dependency version to 7.18.0-beta.4. |
| sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md | Adds an unreleased changelog entry for 7.18.0-beta.4. |
| sdk/servicebus/azure-messaging-servicebus-track2-perf/pom.xml | Updates perf module’s dependency on azure-messaging-servicebus to 7.18.0-beta.4. |
| sdk/servicebus/azure-messaging-servicebus-stress/pom.xml | Updates stress module’s dependency on azure-messaging-servicebus to 7.18.0-beta.4. |
| eng/versioning/version_client.txt | Updates the servicebus version record to 7.18.0-beta.4. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
| <groupId>com.azure</groupId> | ||
| <artifactId>azure-messaging-servicebus</artifactId> | ||
| <version>7.18.0-beta.3</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} --> | ||
| <version>7.18.0-beta.4</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Increment package versions for servicebus releases