Skip to content

Commit 86ea0d7

Browse files
melissaahnAzure DevOps Pipeline
andauthored
Working/release/8.4.0 into release/8.4.0, Fixes AB#3669341 (#2533)
### Summary Updating changelog and versioning. [AB#3669341](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/3669341) --------- Co-authored-by: Azure DevOps Pipeline <build-agent@azuredevops.com>
1 parent 2f7851a commit 86ea0d7

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

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.4.0
7+
----------
8+
- [PATCH] Update common @24.4.0
59
- [MINOR] Provide public api to set custom headers for CIAM requests (#2511)
610

711
Version 8.3.3

msal/build.gradle

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

246246
// In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
247247
// In release/*, we change these to specific versions being consumed.
248-
def commonVersion = "1.0.+"
248+
def commonVersion = "24.4.0"
249249
if (project.hasProperty("distCommonVersion")) {
250250
commonVersion = project.distCommonVersion
251251
}
252252
// Used for testfixtures
253-
def common4jVersion = "1.0.+"
253+
def common4jVersion = "24.4.0"
254254
if (project.hasProperty("distCommon4jVersion")) {
255255
distCommon4jVersion = project.distCommon4jVersion
256256
}

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.3.3
2+
versionName=8.4.0
33
versionCode=0

0 commit comments

Comments
 (0)