Skip to content

Commit 735d24a

Browse files
author
Azure DevOps Pipeline
committed
remove RC
1 parent 6efc613 commit 735d24a

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 7.0.0-RC1
6+
Version 7.0.0
77
----------
8-
- [PATCH] Update common @22.0.0-RC1
8+
- [PATCH] Update common @22.0.0
99
- [MINOR] Copy username from UiRequiredException to MsalUiRequiredException (#2344)
1010
- [MAJOR] Bump TargetSdk to 35, minSdk to 24, AGP to 8.10.0 (#3164)
1111
- [MINOR] Update Nimbus version (#2346)

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

0 commit comments

Comments
 (0)