Skip to content

Commit 7eb8613

Browse files
siddhijainAzure DevOps Pipeline
andauthored
Merge Working/release/7.1.0 into release/7.1.0 (#2373)
Co-authored-by: Azure DevOps Pipeline <[email protected]>
1 parent 960bc92 commit 7eb8613

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
22

33
vNext
44
----------
5+
6+
Version 7.1.0
7+
----------
8+
- [PATCH] Update common @22.1.0
59
- [PATCH] Add null checks for guest account ids (#2361)
610
- [MINOR] Fix for App Link Usage in DUNA / SSO scenarios (#2363)
711

msal/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,12 @@ task sourcesJar(type: Jar) {
167167

168168
// In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
169169
// In release/*, we change these to specific versions being consumed.
170-
def commonVersion = "1.0.+"
170+
def commonVersion = "22.1.0"
171171
if (project.hasProperty("distCommonVersion")) {
172172
commonVersion = project.distCommonVersion
173173
}
174174
// Used for testfixtures
175-
def common4jVersion = "1.0.+"
175+
def common4jVersion = "22.1.0"
176176
if (project.hasProperty("distCommon4jVersion")) {
177177
distCommon4jVersion = project.distCommon4jVersion
178178
}

msal/versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Wed Aug 01 15:24:11 PDT 2018
2-
versionName=7.0.3
2+
versionName=7.1.0
33
versionCode=0

0 commit comments

Comments
 (0)