Skip to content

Commit 7e98460

Browse files
authored
Increment version for batch releases (#32232)
Increment package version after release of com.microsoft.azure azure-batch
1 parent ef9c9dd commit 7e98460

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

eng/spotbugs-aggregate-report/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>com.microsoft.azure</groupId>
109109
<artifactId>azure-batch</artifactId>
110-
<version>10.1.0</version> <!-- {x-version-update;com.microsoft.azure:azure-batch;current} -->
110+
<version>10.2.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-batch;current} -->
111111
</dependency>
112112
<dependency>
113113
<groupId>com.microsoft.azure</groupId>

eng/versioning/version_data.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Note: com.azure:azure-sdk-parent is in version_client.txt
44

55
com.azure:azure-data-sdk-parent;1.3.0;1.3.0
6-
com.microsoft.azure:azure-batch;10.0.0;10.1.0
6+
com.microsoft.azure:azure-batch;10.1.0;10.2.0-beta.1
77
com.microsoft.azure:azure-applicationinsights-query;1.0.0-Preview-1;1.0.0-Preview-2
88
com.microsoft.azure.cognitiveservices:azure-cognitiveservices-spellcheck;1.1.0-beta.1;1.1.0-beta.1
99
com.microsoft.azure.cognitiveservices:azure-cognitiveservices-textanalytics;1.1.0-beta.1;1.1.0-beta.1

sdk/batch/microsoft-azure-batch/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 10.2.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 10.1.0 (2022-11-15)
414

515
### Features

sdk/batch/microsoft-azure-batch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<groupId>com.microsoft.azure</groupId>
1717
<artifactId>azure-batch</artifactId>
1818
<packaging>jar</packaging>
19-
<version>10.1.0</version> <!-- {x-version-update;com.microsoft.azure:azure-batch;current} -->
19+
<version>10.2.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-batch;current} -->
2020

2121
<name>Microsoft Azure Batch SDK Root</name>
2222
<description>This package contains the root module of Microsoft Azure Batch SDK.</description>

0 commit comments

Comments
 (0)