Skip to content

Commit

Permalink
increment versions after azure-core-amqp_2.9.0-beta.7 release (Azure#…
Browse files Browse the repository at this point in the history
  • Loading branch information
anuchandy authored Nov 22, 2023
1 parent c4fe9e6 commit dadc95c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ com.azure:azure-communication-sms;1.1.19;1.2.0-beta.1
com.azure:azure-containers-containerregistry;1.2.3;1.3.0-beta.1
com.azure:azure-containers-containerregistry-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core;1.45.0;1.46.0-beta.1
com.azure:azure-core-amqp;2.8.13;2.9.0-beta.7
com.azure:azure-core-amqp;2.8.13;2.9.0-beta.8
com.azure:azure-core-amqp-experimental;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-experimental;1.0.0-beta.46;1.0.0-beta.47
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.9;1.0.0-beta.10
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-amqp-experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.9.0-beta.7</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>2.9.0-beta.8</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
</dependency>

<dependency>
Expand Down
10 changes: 9 additions & 1 deletion sdk/core/azure-core-amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 2.9.0-beta.7 (Unreleased)
## 2.9.0-beta.8 (Unreleased)

### Features Added

Expand All @@ -10,6 +10,14 @@

### Other Changes

## 2.9.0-beta.7 (2023-11-22)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.44.1` to `1.45.0`.

## 2.8.13 (2023-11-08)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.9.0-beta.7</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>2.9.0-beta.8</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure Java Core AMQP Library</name>
Expand Down

0 comments on commit dadc95c

Please sign in to comment.