Skip to content

Commit

Permalink
Prepare Tables patch release for November 2021 (#25549)
Browse files Browse the repository at this point in the history
* Bumped version.

* Updated CHANGELOG and README.
  • Loading branch information
vcolin7 authored Nov 19, 2021
1 parent 4e8c8de commit 292a782
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 13 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 @@ -199,7 +199,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.1.4</version> <!-- {x-version-update;com.azure:azure-data-tables;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 @@ -84,7 +84,7 @@ com.azure:azure-data-appconfiguration;1.2.4;1.3.0-beta.1
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.0.0;1.1.0-beta.1
com.azure:azure-data-schemaregistry-apacheavro;1.0.0-beta.7;1.0.0-beta.8
com.azure:azure-data-tables;12.1.3;12.2.0-beta.1
com.azure:azure-data-tables;12.1.3;12.1.4
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-digitaltwins-core;1.1.3;1.2.0-beta.1
com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/azure-data-tables-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.1.4</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
12 changes: 5 additions & 7 deletions sdk/tables/azure-data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

## 12.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.1.4 (2021-11-19)

### Other Changes

#### Dependency Updates
- Upgraded `azure-core` dependency to `1.22.0`
- Upgraded `azure-core-http-netty` dependency to `1.11.2`

## 12.1.3 (2021-10-06)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/azure-data-tables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Azure Tables is a service that stores structured NoSQL data in the cloud, provid
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.1.3</version>
<version>12.1.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/azure-data-tables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Licensed under the MIT License.

<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.1.4</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<name>Microsoft Azure client library for Azure Tables</name>
<description>This package contains the client library for Microsoft Azure Tables.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.1.4</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit 292a782

Please sign in to comment.