Skip to content

Commit 4c96a50

Browse files
wzhipanAzure DevOps Pipeline
andauthored
Manually merge working release branch into release/23.1.0, Fixes AB#3427295 (#2812)
The Final Monthly Release pipeline failed, so I manually merged the working release branch into the release branch to proceed with the release. [AB#3427295](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3427295) --------- Co-authored-by: Azure DevOps Pipeline <[email protected]>
1 parent 04af5db commit 4c96a50

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 23.1.0
5+
----------
36
- [MINOR] Add OpenTelemetry support for passkey operations (#2795)
47
- [MINOR] Add passkey registration support for WebView (#2769)
58
- [MINOR] Add callback for OneAuth for measuring Broker Discovery Client Perf (#2796)

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tasks.withType(Test) {
4040

4141
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
4242
// In release/*, we change these to specific versions being consumed.
43-
def common4jVersion = "1.0.+"
43+
def common4jVersion = "23.1.0"
4444
if (project.hasProperty("distCommon4jVersion") && project.distCommon4jVersion != '') {
4545
common4jVersion = project.distCommon4jVersion
4646
}
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=23.0.2
2+
versionName=23.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=23.0.2
2+
versionName=23.1.0
33
versionCode=1
44
latestPatchVersion=234

0 commit comments

Comments
 (0)