Skip to content

Commit 0ece7a6

Browse files
wzhipanAzure DevOps Pipeline
andauthored
Merge working/release/8.2.0 into its release branch, Fixes AB#3462702 (#2431)
[AB#3462702](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3462702) --------- Co-authored-by: Azure DevOps Pipeline <build-agent@azuredevops.com>
1 parent a4e9fe0 commit 0ece7a6

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 8.2.0
7+
----------
8+
- [PATCH] Update common @23.2.0
59
- [MINOR] Remove MavenCentral repository from build.gradle files (#2413)
610

711
Version 8.1.1

common

Submodule common updated 18 files

msal/build.gradle

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

191191
// In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
192192
// In release/*, we change these to specific versions being consumed.
193-
def commonVersion = "1.0.+"
193+
def commonVersion = "23.2.0"
194194
if (project.hasProperty("distCommonVersion")) {
195195
commonVersion = project.distCommonVersion
196196
}
197197
// Used for testfixtures
198-
def common4jVersion = "1.0.+"
198+
def common4jVersion = "23.2.0"
199199
if (project.hasProperty("distCommon4jVersion")) {
200200
distCommon4jVersion = project.distCommon4jVersion
201201
}

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=8.1.1
2+
versionName=8.2.0
33
versionCode=0

0 commit comments

Comments
 (0)