Skip to content

Commit

Permalink
Prepare azure-search-documents for March 2021 Release (Azure#19760)
Browse files Browse the repository at this point in the history
  • Loading branch information
alzimmermsft authored Mar 10, 2021
1 parent f18ade6 commit 6b9c796
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 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 @@ -214,7 +214,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-search-documents;current} -->
<version>11.3.0</version> <!-- {x-version-update;com.azure:azure-search-documents;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 @@ -87,7 +87,7 @@ com.azure:azure-mixedreality-authentication;1.0.0-beta.1;1.0.0
com.azure:azure-mixedreality-remoterendering;1.0.0;1.0.0
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-search-documents;11.2.0;11.3.0-beta.1
com.azure:azure-search-documents;11.2.0;11.3.0
com.azure:azure-search-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-security-attestation;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-security-keyvault-administration;4.0.0-beta.4;4.0.0-beta.5
Expand Down
8 changes: 7 additions & 1 deletion sdk/search/azure-search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Release History

## 11.3.0-beta.1 (Unreleased)
## 11.3.0 (2021-03-10)

### Dependency Updates

- Updated `azure-core` from `1.13.0` to `1.14.0`.
- Updated Jackson from `2.11.3` ro `2.12.1`.
- Updated Reactor from `3.3.12.RELEASE` to `3.4.3`.
- Updated Reactor Netty from `0.9.15.RELEASE` to `1.0.4`.

## 11.2.0 (2021-02-10)

Expand Down
2 changes: 1 addition & 1 deletion sdk/search/azure-search-documents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-search-documents;current} -->
<version>11.3.0</version> <!-- {x-version-update;com.azure:azure-search-documents;current} -->
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/azure-search-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-search-documents;current} -->
<version>11.3.0</version> <!-- {x-version-update;com.azure:azure-search-documents;current} -->
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion sdk/search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-search-documents;current} -->
<version>11.3.0</version> <!-- {x-version-update;com.azure:azure-search-documents;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit 6b9c796

Please sign in to comment.