Skip to content

Commit 3431bf5

Browse files
authored
Increment version for deviceupdate releases (Azure#26581)
Increment package version after release of com.azure azure-iot-deviceupdate
1 parent e96291c commit 3431bf5

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
<dependency>
214214
<groupId>com.azure</groupId>
215215
<artifactId>azure-iot-deviceupdate</artifactId>
216-
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-iot-deviceupdate;current} -->
216+
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-iot-deviceupdate;current} -->
217217
</dependency>
218218
<dependency>
219219
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ com.azure:azure-digitaltwins-core;1.1.5;1.2.0-beta.1
9393
com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1
9494
com.azure:azure-identity;1.4.3;1.5.0-beta.1
9595
com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
96-
com.azure:azure-iot-deviceupdate;1.0.0-beta.1;1.0.0-beta.2
96+
com.azure:azure-iot-deviceupdate;1.0.0-beta.2;1.0.0-beta.3
9797
com.azure:azure-iot-modelsrepository;1.0.0-beta.1;1.0.0-beta.2
9898
com.azure:azure-messaging-eventgrid;4.8.0;4.9.0-beta.1
9999
com.azure:azure-messaging-eventgrid-cloudnative-cloudevents;1.0.0-beta.1;1.0.0-beta.1

sdk/deviceupdate/azure-iot-deviceupdate/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.0-beta.3 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.2 (2022-01-19)
414

515
### Breaking Changes

sdk/deviceupdate/azure-iot-deviceupdate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.azure</groupId>
1313
<artifactId>azure-iot-deviceupdate</artifactId>
14-
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-iot-deviceupdate;current} -->
14+
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-iot-deviceupdate;current} -->
1515

1616
<name>Microsoft Device Update for IoT Hub client library for Java</name>
1717
<description>This package contains Microsoft Device Update for IoT Hub client library.</description>

sdk/deviceupdate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.azure</groupId>
2121
<artifactId>azure-iot-deviceupdate</artifactId>
22-
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-iot-deviceupdate;current} -->
22+
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-iot-deviceupdate;current} -->
2323
</dependency>
2424
</dependencies>
2525

0 commit comments

Comments
 (0)