Skip to content

Commit

Permalink
revert to 0.0.+
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Wainaina committed Nov 14, 2022
1 parent 9355805 commit 3ac3354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ task sourcesJar(type: Jar) {

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

dependencies {
testImplementation project(path: ':common4j')
Expand Down

0 comments on commit 3ac3354

Please sign in to comment.