Skip to content

Commit

Permalink
Increment package version after release of com.azure azure-data-tables (
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Jul 8, 2021
1 parent cf269bf commit 8001107
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 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 @@ -194,7 +194,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.1.0</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.2.0-beta.1</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 @@ -81,7 +81,7 @@ com.azure:azure-data-appconfiguration;1.1.12;1.2.0
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-data-schemaregistry-avro;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-data-tables;12.0.0;12.1.0
com.azure:azure-data-tables;12.1.0;12.2.0-beta.1
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-digitaltwins-core;1.1.1;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 @@ -27,7 +27,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.1.0</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
3 changes: 3 additions & 0 deletions sdk/tables/azure-data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 12.2.0-beta.1 (Unreleased)


## 12.1.0 (2021-07-08)

### Features Added
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.1.0</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.2.0-beta.1</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.1.0</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit 8001107

Please sign in to comment.