Skip to content

Commit 30b8fb7

Browse files
authored
increase sdk version to solve release issues of last version (Azure#26599)
1 parent 7cbe7a5 commit 30b8fb7

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.azure</groupId>
4545
<artifactId>azure-ai-anomalydetector</artifactId>
46-
<version>3.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-ai-anomalydetector;current} -->
46+
<version>3.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-ai-anomalydetector;current} -->
4747
</dependency>
4848
<dependency>
4949
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
com.azure:azure-sdk-all;1.0.0;1.0.0
3737
com.azure:azure-sdk-parent;1.6.0;1.6.0
3838
com.azure:azure-client-sdk-parent;1.7.0;1.7.0
39-
com.azure:azure-ai-anomalydetector;3.0.0-beta.2;3.0.0-beta.3
39+
com.azure:azure-ai-anomalydetector;3.0.0-beta.2;3.0.0-beta.4
4040
com.azure:azure-ai-formrecognizer;3.1.7;4.0.0-beta.4
4141
com.azure:azure-ai-formrecognizer-perf;1.0.0-beta.1;1.0.0-beta.1
4242
com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2

sdk/anomalydetector/azure-ai-anomalydetector/CHANGELOG.md

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

3+
## 3.0.0-beta.4 (2022-01-23)
4+
5+
- Fix release issues
6+
37
## 3.0.0-beta.3 (2022-01-18)
48

59
- Introduced the new API `lastDetectAnomaly`

sdk/anomalydetector/azure-ai-anomalydetector/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-ai-anomalydetector</artifactId>
14-
<version>3.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-ai-anomalydetector;current} -->
14+
<version>3.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-ai-anomalydetector;current} -->
1515

1616
<name>Microsoft Azure client library for Anomaly Detector</name>
1717
<description>This package contains Microsoft Azure Anomaly Detector client library.</description>

sdk/anomalydetector/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-ai-anomalydetector</artifactId>
22-
<version>3.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-ai-anomalydetector;current} -->
22+
<version>3.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-ai-anomalydetector;current} -->
2323
</dependency>
2424
</dependencies>
2525

0 commit comments

Comments
 (0)