Skip to content

Commit

Permalink
Reverting Azure Core AMQP version change (#8824)
Browse files Browse the repository at this point in the history
alzimmermsft authored Mar 6, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ea763fa commit 2a12804
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.0.2</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ com.azure:azure-sdk-parent;1.6.0;1.6.0
com.azure:azure-client-sdk-parent;1.7.0;1.7.0
com.azure:azure-ai-textanalytics;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-core;1.2.0;1.3.0
com.azure:azure-core-amqp;1.0.1;1.0.2
com.azure:azure-core-amqp;1.0.1;1.1.0-beta.1
com.azure:azure-core-http-netty;1.3.0;1.4.0
com.azure:azure-core-http-okhttp;1.1.0;1.2.0
com.azure:azure-core-management;1.0.0-beta.8;1.0.0-beta.8
@@ -45,5 +45,5 @@ com.azure:perf-test-core;1.0.0-beta.1;1.0.0-beta.1
# note: the unrelease dependencies do not require the empty line as their versions
# will not be manipulated with the automatic PR creation code.
unreleased_com.azure:azure-core;1.3.0
unreleased_com.azure:azure-core-amqp;1.0.2
unreleased_com.azure:azure-core-amqp;1.1.0-beta.1
unreleased_com.azure:azure-core-http-netty;1.4.0
2 changes: 1 addition & 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

## 1.0.2 (2020-03-06)
## 1.1.0-beta.1 (Unreleased)

- Fix bug where management channel would not be re-created upon closing.

2 changes: 1 addition & 1 deletion sdk/core/azure-core-amqp/README.md
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ own AMQP client library that abstracts from the underlying transport library's i
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.0.2</version>
<version>1.0.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
2 changes: 1 addition & 1 deletion sdk/core/azure-core-amqp/pom.xml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.0.2</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure Java Core AMQP Library</name>
2 changes: 1 addition & 1 deletion sdk/servicebus/azure-messaging-servicebus/pom.xml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.0.2</version> <!-- {x-version-update;unreleased_com.azure:azure-core-amqp;dependency} -->
<version>1.1.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-core-amqp;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>

0 comments on commit 2a12804

Please sign in to comment.