Skip to content

Commit

Permalink
Increment version for maps releases (#31501)
Browse files Browse the repository at this point in the history
Increment package version after release of com.azure azure-maps-timezone
  • Loading branch information
azure-sdk authored Oct 17, 2022
1 parent 2c4e602 commit cdc9319
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-iot-deviceupdate;1.0.0;1.1.0-beta.1
com.azure:azure-iot-modelsrepository;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-maps-elevation;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-maps-timezone;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-maps-timezone;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-maps-geolocation;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-maps-render;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-maps-route;1.0.0-beta.1;1.0.0-beta.2
Expand Down
10 changes: 10 additions & 0 deletions sdk/maps/azure-maps-timezone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2022-10-11)

- Azure Maps SDK Timezone client library for Java. This package contains the Azure Maps SDK Timezone library. Package tag 1.0.0-beta.1. For documentation on how to use this package, please see [Microsoft Azure SDK for Timezone SDK](https://docs.microsoft.com/rest/api/maps/timezone).
Expand Down
2 changes: 1 addition & 1 deletion sdk/maps/azure-maps-timezone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-maps-timezone</artifactId>
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-maps-timezone;current} -->
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-maps-timezone;current} -->
<packaging>jar</packaging>

<name>Azure Maps SDK Timezone Client Library</name>
Expand Down

0 comments on commit cdc9319

Please sign in to comment.