Skip to content

Commit

Permalink
Increment package versions for tables releases (#39203)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Mar 18, 2024
1 parent c875b71 commit 1e3aa98
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.4.3;1.5.0-beta.1
com.azure:azure-data-schemaregistry-apacheavro;1.1.14;1.2.0-beta.2
com.azure:azure-data-schemaregistry-jsonschema;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-data-tables;12.3.20;12.4.0-beta.1
com.azure:azure-data-tables;12.3.20;12.4.0-beta.2
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-developer-devcenter;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-developer-loadtesting;1.0.10;1.1.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 @@ -25,7 +25,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.4.0-beta.2</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
10 changes: 10 additions & 0 deletions sdk/tables/azure-data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 12.4.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 12.4.0-beta.1 (2024-03-13)

### Breaking Changes
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.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.4.0-beta.2</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

0 comments on commit 1e3aa98

Please sign in to comment.