From a16e41972cd4fc0c1e48f28f9e11fe3ef2823aec Mon Sep 17 00:00:00 2001 From: fadidurah Date: Tue, 9 Jul 2024 13:53:20 -0400 Subject: [PATCH 1/4] release changes --- adal/build.gradle | 2 +- adal/versioning/version.properties | 2 +- changelog.txt | 4 ++++ common | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/adal/build.gradle b/adal/build.gradle index 9b990a2ee..9ba70d92b 100644 --- a/adal/build.gradle +++ b/adal/build.gradle @@ -132,7 +132,7 @@ android { } // In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline. -def commonVersion = "1.0.+" +def commonVersion = "17.6.0-RC1" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } diff --git a/adal/versioning/version.properties b/adal/versioning/version.properties index d68f170cb..29626e869 100644 --- a/adal/versioning/version.properties +++ b/adal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=4.8.10 +versionName=4.8.11-RC1 versionCode=1 diff --git a/changelog.txt b/changelog.txt index 3b384e72a..b6a307e74 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,10 @@ V.Next --------- +Version 4.8.11-RC1 +--------- +- [PATCH] Update common @17.6.0-RC1 + Version 4.8.10 --------- - [PATCH] Update common @17.5.0 diff --git a/common b/common index 42a32c2a1..3109c7b08 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 42a32c2a194fd13a3ed1381829e1810ae3f38c7a +Subproject commit 3109c7b085929b07ad2d7bd73af7856bc658f371 From 82865db5b9b4335de76113d4f3b2b8a5aa986e51 Mon Sep 17 00:00:00 2001 From: fadidurah Date: Sat, 13 Jul 2024 02:19:24 -0400 Subject: [PATCH 2/4] remove RC --- adal/build.gradle | 2 +- adal/versioning/version.properties | 2 +- changelog.txt | 4 ++-- common | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/adal/build.gradle b/adal/build.gradle index 9ba70d92b..ab0701963 100644 --- a/adal/build.gradle +++ b/adal/build.gradle @@ -132,7 +132,7 @@ android { } // In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline. -def commonVersion = "17.6.0-RC1" +def commonVersion = "17.6.0" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } diff --git a/adal/versioning/version.properties b/adal/versioning/version.properties index 29626e869..d9b109522 100644 --- a/adal/versioning/version.properties +++ b/adal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=4.8.11-RC1 +versionName=4.8.11 versionCode=1 diff --git a/changelog.txt b/changelog.txt index b6a307e74..8231bf402 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,9 +1,9 @@ V.Next --------- -Version 4.8.11-RC1 +Version 4.8.11 --------- -- [PATCH] Update common @17.6.0-RC1 +- [PATCH] Update common @17.6.0 Version 4.8.10 --------- diff --git a/common b/common index 3109c7b08..90a5d76fb 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 3109c7b085929b07ad2d7bd73af7856bc658f371 +Subproject commit 90a5d76fb1051657ee705f557f88af2c0a7e1a73 From eaeb923e33c41d308359111e1ac55d53148d77d3 Mon Sep 17 00:00:00 2001 From: fadidurah Date: Sun, 14 Jul 2024 02:50:52 -0400 Subject: [PATCH 3/4] release --- adal/build.gradle | 2 +- adal/versioning/version.properties | 2 +- changelog.txt | 4 ++-- common | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/adal/build.gradle b/adal/build.gradle index ab0701963..301f02878 100644 --- a/adal/build.gradle +++ b/adal/build.gradle @@ -132,7 +132,7 @@ android { } // In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline. -def commonVersion = "17.6.0" +def commonVersion = "17.6.1" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } diff --git a/adal/versioning/version.properties b/adal/versioning/version.properties index d9b109522..ac8995a89 100644 --- a/adal/versioning/version.properties +++ b/adal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=4.8.11 +versionName=4.8.12 versionCode=1 diff --git a/changelog.txt b/changelog.txt index 8231bf402..de55f60e0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,9 +1,9 @@ V.Next --------- -Version 4.8.11 +Version 4.8.12 --------- -- [PATCH] Update common @17.6.0 +- [PATCH] Update common @17.6.1 Version 4.8.10 --------- diff --git a/common b/common index 90a5d76fb..0fe7912da 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 90a5d76fb1051657ee705f557f88af2c0a7e1a73 +Subproject commit 0fe7912da7c9034b905bc2ed9e712c2405748b6f From 6f94c897b6654a77a38ca696933f48e97b837bce Mon Sep 17 00:00:00 2001 From: fadidurah Date: Tue, 16 Jul 2024 18:01:58 -0400 Subject: [PATCH 4/4] release changes --- adal/build.gradle | 2 +- common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adal/build.gradle b/adal/build.gradle index 301f02878..9b990a2ee 100644 --- a/adal/build.gradle +++ b/adal/build.gradle @@ -132,7 +132,7 @@ android { } // In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline. -def commonVersion = "17.6.1" +def commonVersion = "1.0.+" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } diff --git a/common b/common index 0fe7912da..eeddd9ada 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 0fe7912da7c9034b905bc2ed9e712c2405748b6f +Subproject commit eeddd9ada13bd117f460859f741f5a50e673738a