Skip to content

Commit ae3338d

Browse files
siddhijainAzure DevOps Pipeline
andauthored
Merge Working/release/22.1.0 into release/22.1.0 (#2758)
Co-authored-by: Azure DevOps Pipeline <[email protected]>
1 parent f3aac73 commit ae3338d

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
vNext
22
----------
3+
4+
Version 22.1.0
5+
----------
36
- [PATCH] Fix Switch browser back stack (#2750)
47
- [MINOR] Move ests telemetry behind feature flag (#2742)
58
- [MINOR] Update Broker ATS flow for Resource Account (#2704)

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ codeCoverageReport {
2525

2626
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
2727
// In release/*, we change these to specific versions being consumed.
28-
def common4jVersion = "1.0.+"
28+
def common4jVersion = "22.1.0"
2929
if (project.hasProperty("distCommon4jVersion") && project.distCommon4jVersion != '') {
3030
common4jVersion = project.distCommon4jVersion
3131
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Wed May 12 20:08:39 UTC 2021
2-
versionName=22.0.3
2+
versionName=22.1.0
33
versionCode=1
44
latestPatchVersion=227

versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Tue Apr 06 22:55:08 UTC 2021
2-
versionName=22.0.3
2+
versionName=22.1.0
33
versionCode=1
44
latestPatchVersion=234

0 commit comments

Comments
 (0)