Skip to content

Commit

Permalink
Increment package versions for search releases (#35824)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Jul 11, 2023
1 parent 54d92a3 commit 5313f8c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 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 @@ -278,7 +278,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.6.0-beta.7</version> <!-- {x-version-update;com.azure:azure-search-documents;current} -->
<version>11.6.0-beta.8</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 @@ -152,7 +152,7 @@ com.azure:azure-monitor-query;1.2.1;1.3.0-beta.1
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-search-documents;11.5.8;11.6.0-beta.7
com.azure:azure-search-documents;11.5.8;11.6.0-beta.8
com.azure:azure-search-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-security-attestation;1.1.14;1.2.0-beta.1
com.azure:azure-security-confidentialledger;1.0.10;1.1.0-beta.1
Expand Down
10 changes: 10 additions & 0 deletions sdk/search/azure-search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 11.6.0-beta.8 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 11.6.0-beta.7 (2023-07-11)

### Features Added
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.6.0-beta.7</version> <!-- {x-version-update;com.azure:azure-search-documents;current} -->
<version>11.6.0-beta.8</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 @@ -29,7 +29,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.6.0-beta.7</version> <!-- {x-version-update;com.azure:azure-search-documents;current} -->
<version>11.6.0-beta.8</version> <!-- {x-version-update;com.azure:azure-search-documents;current} -->
</dependency>

<dependency>
Expand Down

0 comments on commit 5313f8c

Please sign in to comment.