Skip to content

Commit

Permalink
Bump digital twin dataplane SDK version for 10/12/2021 release (#24744)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtay-microsoft authored Oct 12, 2021
1 parent cb7a1d9 commit ea724cd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 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 @@ -575,7 +575,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
<version>1.1.3</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 @@ -85,7 +85,7 @@ com.azure:azure-data-schemaregistry;1.0.0-beta.6;1.0.0-beta.7
com.azure:azure-data-schemaregistry-apacheavro;1.0.0-beta.6;1.0.0-beta.7
com.azure:azure-data-tables;12.1.3;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.2;1.2.0-beta.1
com.azure:azure-digitaltwins-core;1.1.2;1.1.3
com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-identity;1.3.7;1.4.0-beta.2
com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
16 changes: 9 additions & 7 deletions sdk/digitaltwins/azure-digitaltwins-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Release History

## 1.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.1.3 (2021-10-12)

### Other Changes
#### Dependency updates
- Upgraded `azure-core` dependency from `1.20.0` to `1.21.0`.
- [azure-core changelog](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core/CHANGELOG.md#1210-2021-10-01)
- Upgraded `azure-core-http-netty` dependency from `1.11.0` to `1.11.1`.
- [azure-core-http-netty changelog](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty/CHANGELOG.md#1111-2021-10-01)
- Upgraded `azure-core-serializer-json-jackson` dependency from `1.2.7` to `1.2.8`.
- [azure-core-serializer-json-jackson changelog](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-serializer-json-jackson/CHANGELOG.md#128-2021-10-01)
- Upgraded `jackson-annotations` dependency from `2.12.4` to `2.12.5`.

## 1.1.2 (2021-09-10)

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 @@ -51,7 +51,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.1.2</version>
<version>1.1.3</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.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
<version>1.1.3</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
2 changes: 1 addition & 1 deletion sdk/digitaltwins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit ea724cd

Please sign in to comment.