From 03644e4817abb8f86805b13d2e45af7680fad22b Mon Sep 17 00:00:00 2001 From: fadidurah Date: Thu, 2 Jan 2025 22:02:01 -0500 Subject: [PATCH 1/3] RC-1 --- changelog.txt | 4 ++++ common/build.gradle | 2 +- common4j/versioning/version.properties | 2 +- versioning/version.properties | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 6a1f88ac14..b6e0ce76d5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ 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..7a0dde5381 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-RC1" if (project.hasProperty("distCommon4jVersion") && project.distCommon4jVersion != '') { common4jVersion = project.distCommon4jVersion } diff --git a/common4j/versioning/version.properties b/common4j/versioning/version.properties index 2e09209ce8..be505710c4 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-RC1 versionCode=1 latestPatchVersion=227 diff --git a/versioning/version.properties b/versioning/version.properties index 88ae25cca5..14d8c9836f 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-RC1 versionCode=1 latestPatchVersion=234 From 1a098c411b3c8263925faf1afefaf5515beee80e Mon Sep 17 00:00:00 2001 From: fadidurah Date: Thu, 2 Jan 2025 23:56:48 -0500 Subject: [PATCH 2/3] changelog --- changelog.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index b6e0ce76d5..7ec5b589cd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,3 @@ -vNext ----------- - Version 19.0.0 ---------- (common4j 16.0.0) From 994a2c25d16c8eb0db496fb6db21c322abcc70c8 Mon Sep 17 00:00:00 2001 From: fadidurah Date: Tue, 7 Jan 2025 11:38:43 -0500 Subject: [PATCH 3/3] release version --- common/build.gradle | 2 +- common4j/versioning/version.properties | 2 +- versioning/version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/build.gradle b/common/build.gradle index 7a0dde5381..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 = "16.0.0-RC1" +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 be505710c4..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=16.0.0-RC1 +versionName=16.0.0 versionCode=1 latestPatchVersion=227 diff --git a/versioning/version.properties b/versioning/version.properties index 14d8c9836f..d2940438ae 100644 --- a/versioning/version.properties +++ b/versioning/version.properties @@ -1,4 +1,4 @@ #Tue Apr 06 22:55:08 UTC 2021 -versionName=19.0.0-RC1 +versionName=19.0.0 versionCode=1 latestPatchVersion=234