Skip to content

Commit 06d51bf

Browse files
authored
Increment package version after release of com.azure azure-monitor-query (Azure#26984)
1 parent 9b56a3e commit 06d51bf

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<dependency>
254254
<groupId>com.azure</groupId>
255255
<artifactId>azure-monitor-query</artifactId>
256-
<version>1.0.3</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
256+
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
257257
</dependency>
258258
<dependency>
259259
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ com.azure:azure-messaging-webpubsub;1.0.1;1.1.0-beta.1
110110
com.azure:azure-mixedreality-authentication;1.1.4;1.2.0-beta.1
111111
com.azure:azure-mixedreality-remoterendering;1.1.3;1.2.0-beta.1
112112
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.5;1.0.0-beta.6
113-
com.azure:azure-monitor-query;1.0.2;1.0.3
113+
com.azure:azure-monitor-query;1.0.3;1.1.0-beta.1
114114
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
115115
com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1
116116
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2

sdk/monitor/azure-monitor-query-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.azure</groupId>
3333
<artifactId>azure-monitor-query</artifactId>
34-
<version>1.0.3</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
34+
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
3535
</dependency>
3636
<dependency>
3737
<groupId>com.azure</groupId>

sdk/monitor/azure-monitor-query/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.1.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.3 (2022-02-08)
414

515
### Other Changes

sdk/monitor/azure-monitor-query/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-monitor-query</artifactId>
14-
<version>1.0.3</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
14+
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
1515

1616
<name>Microsoft Azure SDK for Azure Monitor Logs and Metrics Query</name>
1717
<description>This package contains the Microsoft Azure SDK for querying Azure Monitor's Logs and Metrics data sources.</description>

sdk/monitor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.azure</groupId>
2828
<artifactId>azure-monitor-query</artifactId>
29-
<version>1.0.3</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
29+
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
3030
</dependency>
3131
</dependencies>
3232

0 commit comments

Comments
 (0)