Skip to content

Commit 290d4b4

Browse files
richardtz12Azure DevOps Pipeline
andauthored
Working/release/22.0.0 (#2727)
Manual merge for repo since Automated Final Release Pipeline failed ADO: https://identitydivision.visualstudio.com/Engineering/_workitems/edit/3336560 --------- Co-authored-by: Azure DevOps Pipeline <[email protected]>
1 parent a4fc90f commit 290d4b4

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.0.0
5+
----------
36
- [MINOR] Ensure username is set in Broker Result when UiRequiredException is sent in the result (#2720)
47
- [MINOR] Add support to allow OneAuth to run silent/invisible authorization flow (#2722)
58
- [MINOR] Full edge to edge support (#2721)

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.0.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=21.4.0
2+
versionName=22.0.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=21.4.0
2+
versionName=22.0.0
33
versionCode=1
44
latestPatchVersion=234

0 commit comments

Comments
 (0)