diff --git a/changelog.txt b/changelog.txt index 6a1f88ac14..7ec5b589cd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ -vNext +Version 19.0.0 ---------- +(common4j 16.0.0) - [MINOR] Add Sign in With Google component for MSA federation (#2551) - [MINOR] Add SDMBroadcastReceiver for applications to register callbacks for SDM broadcasts (#2547) - [MINOR] Add switch_browser toMicrosoftStsAuthorizationRequest (#2550) diff --git a/common/build.gradle b/common/build.gradle index 727e3fc370..20a0467e1a 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -31,7 +31,7 @@ codeCoverageReport { // In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline. // In release/*, we change these to specific versions being consumed. -def common4jVersion = "1.0.+" +def common4jVersion = "16.0.0" if (project.hasProperty("distCommon4jVersion") && project.distCommon4jVersion != '') { common4jVersion = project.distCommon4jVersion } diff --git a/common4j/versioning/version.properties b/common4j/versioning/version.properties index 2e09209ce8..eb6217976a 100644 --- a/common4j/versioning/version.properties +++ b/common4j/versioning/version.properties @@ -1,4 +1,4 @@ #Wed May 12 20:08:39 UTC 2021 -versionName=15.2.2 +versionName=16.0.0 versionCode=1 latestPatchVersion=227 diff --git a/versioning/version.properties b/versioning/version.properties index 88ae25cca5..d2940438ae 100644 --- a/versioning/version.properties +++ b/versioning/version.properties @@ -1,4 +1,4 @@ #Tue Apr 06 22:55:08 UTC 2021 -versionName=18.2.2 +versionName=19.0.0 versionCode=1 latestPatchVersion=234