Skip to content

Commit 407bb90

Browse files
fadidurahAzure DevOps Pipeline
andauthored
Working/release/7.0.3 (#2356)
Co-authored-by: Azure DevOps Pipeline <[email protected]>
1 parent d7d048d commit 407bb90

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
@@ -3,6 +3,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
33
vNext
44
----------
55

6+
Version 7.0.3
7+
----------
8+
- [PATCH] Update common @22.0.3
9+
610
Version 7.0.1
711
----------
812
- [PATCH] Update common @22.0.1

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 = "22.0.1"
170+
def commonVersion = "22.0.3"
171171
if (project.hasProperty("distCommonVersion")) {
172172
commonVersion = project.distCommonVersion
173173
}
174174
// Used for testfixtures
175-
def common4jVersion = "22.0.1"
175+
def common4jVersion = "22.0.3"
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.1
2+
versionName=7.0.3
33
versionCode=0

0 commit comments

Comments
 (0)