Skip to content

Commit

Permalink
Merge release/4.8.15 to dev (#1810)
Browse files Browse the repository at this point in the history
* merge Mchand/release/4.8.15 release/4.8.15 (#1809)

* rc versions

* Release 4.8.14 (#1805) (#1808)

* update common

* update common

* update version

* bump version

* common

Co-authored-by: Dome Pongmongkol <[email protected]>

* add rc

* common

* remove RC

* common

* release common

---------

Co-authored-by: Dome Pongmongkol <[email protected]>

* common update

---------

Co-authored-by: Dome Pongmongkol <[email protected]>
  • Loading branch information
mohitc1 and rpdome authored Oct 9, 2024
1 parent 31ff713 commit 70e57b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adal/versioning/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Wed Aug 01 15:24:11 PDT 2018
versionName=4.8.14
versionName=4.8.15
versionCode=1
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 4.8.15
---------
- [PATCH] Update common @18.1.0

Version 4.8.14
---------
- [PATCH] Update common @18.0.0
Expand Down
4 changes: 2 additions & 2 deletions userappwithbroker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ allprojects {
}
}

def adalVersion = "4.8.8"
def commonVersion = "17.3.0"
def adalVersion = "4.8.15"
def commonVersion = "18.1.0"

if (project.hasProperty("distAdalVersion")) {
println "Overriding adal version to dist property " + distAdalVersion
Expand Down

0 comments on commit 70e57b6

Please sign in to comment.