Skip to content

Commit 3ac3354

Browse files
author
Samuel Wainaina
committed
revert to 0.0.+
1 parent 9355805 commit 3ac3354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 : "9.0.0"
184+
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "0.0.+"
185185

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

0 commit comments

Comments
 (0)