Skip to content

Commit 42ac332

Browse files
authored
Melissaahn/release/5.10.2 (#2262)
Note: the files had existing versions of "20.1.0" and "5.10.1" because release/5.10.2 was created from release/5.10.1, which is a scrapped version due to some issues which occurred during the release process. See here that release/5.10.2 has no differences from dev other than the version numbers: dev...release/5.10.2
1 parent d5789c1 commit 42ac332

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
33
vNext
44
----------
55

6-
Version 5.10.1
6+
Version 5.10.2
77
----------
8-
- [PATCH] Update common @20.1.0
8+
- [PATCH] Update common @20.1.1
99

1010
Version 5.10.0
1111
----------

msal/build.gradle

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

189189
// In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
190190
// In release/*, we change these to specific versions being consumed.
191-
def commonVersion = "20.1.0"
191+
def commonVersion = "20.1.1"
192192
if (project.hasProperty("distCommonVersion")) {
193193
commonVersion = project.distCommonVersion
194194
}
195195
// Used for testfixtures
196-
def common4jVersion = "20.1.0"
196+
def common4jVersion = "20.1.1"
197197
if (project.hasProperty("distCommon4jVersion")) {
198198
distCommon4jVersion = project.distCommon4jVersion
199199
}

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=5.10.1
2+
versionName=5.10.2
33
versionCode=0

0 commit comments

Comments
 (0)