Skip to content

Commit

Permalink
Increment core-amqp version after 1.6.0 release (Azure#16244)
Browse files Browse the repository at this point in the history
* Increment core-amqp version after 1.6.0 release
* Update ServiceBus pom.xml to use core amqp 1.7.0-beta.1 current
  • Loading branch information
YijunXieMS committed Oct 13, 2020
1 parent 3b8b5a0 commit 11d00e3
Show file tree
Hide file tree
Showing 5 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 @@ -84,7 +84,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>1.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ com.azure:azure-communication-common;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-communication-administration;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-communication-sms;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-core;1.9.0;1.10.0-beta.1
com.azure:azure-core-amqp;1.6.0;1.6.0-beta.1
com.azure:azure-core-amqp;1.6.0;1.7.0-beta.1
com.azure:azure-core-experimental;1.0.0-beta.6;1.0.0-beta.7
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-http-netty;1.6.2;1.7.0-beta.1
Expand Down Expand Up @@ -138,7 +138,7 @@ com.microsoft.azure:spring-cloud-starter-azure-appconfiguration-config-test;1.2.
# Format;
# unreleased_<groupId>:<artifactId>;dependency-version
# note: The unreleased dependencies will not be manipulated with the automatic PR creation code.
unreleased_com.azure:azure-core-amqp;1.6.0-beta.1
unreleased_com.azure:azure-core-amqp;1.7.0-beta.1
unreleased_com.azure:azure-identity;1.2.0-beta.2
unreleased_com.azure:azure-messaging-servicebus;7.0.0-beta.7
unreleased_com.azure:azure-messaging-eventhubs;5.3.0
Expand Down
12 changes: 7 additions & 5 deletions sdk/core/azure-core-amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Release History

## 1.6.0-beta.1 (Unreleased)
### New Features
## 1.7.0-beta.1 (Unreleased)

## 1.6.0 (2020-10-12)
### New Features
- Added peer certificate verification options when connecting to an AMQP endpoint.
### Breaking Changes
- Removing `BinaryData` type which is used when using `AmqpAnnotatedMessage`.

### Bug Fixes
- Removed `BinaryData` type which was used for `AmqpAnnotatedMessage`.
### Dependency Updates
- Upgraded `azure-core` dependency to `1.9.0`.

## 1.5.1 (2020-09-10)
- Add support for SAS when authenticating.
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>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>1.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure Java Core AMQP Library</name>
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 @@ -47,7 +47,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-core-amqp;dependency} -->
<version>1.7.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-core-amqp;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

0 comments on commit 11d00e3

Please sign in to comment.