Skip to content

Commit ab2884e

Browse files
committed
Remove rc tags
1 parent b778c21 commit ab2884e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

msal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ task sourcesJar(type: Jar) {
181181

182182
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 0.0.+ to be able to be consumed by daily dev pipeline.
183183
// In release/*, we change these to specific versions being consumed.
184-
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "8.0.0-RC2"
184+
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "8.0.0"
185185

186186
dependencies {
187187
testImplementation project(path: ':common4j')

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=4.0.3-RC2
2+
versionName=4.0.3
33
versionCode=0

0 commit comments

Comments
 (0)