Skip to content

Commit 2e2a624

Browse files
authored
Change anomaly detector version (Azure#14546)
1 parent 0edae13 commit 2e2a624

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
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.azure</groupId>
4141
<artifactId>azure-ai-anomalydetector</artifactId>
42-
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-anomalydetector;current} -->
42+
<version>3.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-anomalydetector;current} -->
4343
</dependency>
4444
<dependency>
4545
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
com.azure:azure-sdk-all;1.0.0;1.0.0
55
com.azure:azure-sdk-parent;1.6.0;1.6.0
66
com.azure:azure-client-sdk-parent;1.7.0;1.7.0
7-
com.azure:azure-ai-anomalydetector;1.0.0-beta.1;1.0.0-beta.1
7+
com.azure:azure-ai-anomalydetector;1.0.0-beta.1;3.0.0-beta.1
88
com.azure:azure-ai-formrecognizer;3.0.0;3.1.0-beta.1
99
com.azure:azure-ai-textanalytics;5.0.0;5.1.0-beta.1
1010
com.azure:azure-core;1.7.0;1.8.0-beta.1
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.1 (2020-08-27)
4+
5+
- Change version to 3.0.0-beta.1
6+
37
## 1.0.0-beta.1 (2020-08-27)
48

59
- Initial beta release for Anomaly Detector client library.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more information about creating the resource or how to get the location and
2121
<dependency>
2222
<groupId>com.azure</groupId>
2323
<artifactId>azure-ai-anomalydetector</artifactId>
24-
<version>1.0.0-beta.1</version>
24+
<version>3.0.0-beta.1</version>
2525
</dependency>
2626
```
2727
[//]: # ({x-version-update-end})

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>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-anomalydetector;current} -->
14+
<version>3.0.0-beta.1</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>

0 commit comments

Comments
 (0)