Skip to content

Commit

Permalink
Bump digitaltwins-core version for 5/13/2021 release (#21362)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtay-microsoft authored May 13, 2021
1 parent 6eed666 commit a5bb764
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 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 @@ -561,7 +561,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;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 @@ -82,7 +82,7 @@ com.azure:azure-data-confidentialledger;1.0.0-beta.1;1.0.0-beta.2
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-beta.6;12.0.0-beta.7
com.azure:azure-digitaltwins-core;1.0.3;1.1.0-beta.1
com.azure:azure-digitaltwins-core;1.0.3;1.1.0
com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-identity;1.3.0;1.4.0-beta.1
com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
12 changes: 9 additions & 3 deletions sdk/digitaltwins/azure-digitaltwins-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Release History

## 1.1.0-beta.1 (Unreleased)


## 1.1.0 (2021-05-13)
- Upgraded `reactor-core` dependency from `3.3.12.RELEASE` to `3.4.3`
- Upgraded `jackson-annotations` dependency from `2.12.1` to `2.12.2`
- Upgraded `azure-core` dependency from `1.13.0` to `1.16.0`
- [azure-core changelog](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/core/azure-core/CHANGELOG.md#1160-2021-05-07)
- Upgraded `azure-core-serializer-json-jackson` dependency from `1.1.2` to `1.2.3`
- [azure-core-serializer-json-jackson changelog](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/core/azure-core-serializer-json-jackson/CHANGELOG.md#123-2021-05-07)


## 1.0.3 (2021-02-24)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion sdk/digitaltwins/azure-digitaltwins-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For the best development experience, developers should use the official Microsof
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.0.3</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/digitaltwins/azure-digitaltwins-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->

<name>Microsoft Azure client library for Digital Twins</name>
<description>This package contains the Microsoft Azure DigitalTwins client library.</description>
Expand Down

0 comments on commit a5bb764

Please sign in to comment.