Skip to content

Commit c7a7f44

Browse files
author
Samuel Wainaina
committed
update version number in build.gradle
1 parent 9a21cad commit c7a7f44

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

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

0 commit comments

Comments
 (0)