From 2af1ccb6fb847123e181bccc55e454870b86e854 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:10:01 +0530 Subject: [PATCH 01/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- auth/auth-client/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index ab22a7c072..e78aa06dc3 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml @@ -22,4 +22,4 @@ guava - \ No newline at end of file + From 9f00807acef24013532d9aac0e4874a4d59232d9 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:12:18 +0530 Subject: [PATCH 02/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- auth/auth-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index dc3868dcb7..c5dc965555 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From 3f772d8d7b9ed6282edc10900374fccce2364a52 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:16:43 +0530 Subject: [PATCH 03/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- auth/auth-store/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth-store/pom.xml b/auth/auth-store/pom.xml index d4e572aea6..c216454564 100644 --- a/auth/auth-store/pom.xml +++ b/auth/auth-store/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From 28f64bdb06ef21fe39d079e86b5cc906ef663bbf Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:17:07 +0530 Subject: [PATCH 04/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- auth/auth-util/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth-util/pom.xml b/auth/auth-util/pom.xml index 5393386e8e..385e75cf56 100644 --- a/auth/auth-util/pom.xml +++ b/auth/auth-util/pom.xml @@ -3,7 +3,7 @@ emodb com.bazaarvoice.emodb - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../pom.xml 4.0.0 From aa14b9746159d77d7c2999af6beae7bddc8b671e Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:17:34 +0530 Subject: [PATCH 05/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- blob-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blob-api/pom.xml b/blob-api/pom.xml index 477c099ad7..3d40135474 100644 --- a/blob-api/pom.xml +++ b/blob-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From b6987f80dee243e6daf7d2d07c3df6d61841c9f7 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:18:30 +0530 Subject: [PATCH 06/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- blob-clients/blob-client-common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blob-clients/blob-client-common/pom.xml b/blob-clients/blob-client-common/pom.xml index 61d9ef5528..301e64dba5 100644 --- a/blob-clients/blob-client-common/pom.xml +++ b/blob-clients/blob-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From 6fd4e22d588b4cfa9a5179a6bfb8afa2f1d7ec21 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:18:52 +0530 Subject: [PATCH 07/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- blob-clients/blob-client-jersey2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blob-clients/blob-client-jersey2/pom.xml b/blob-clients/blob-client-jersey2/pom.xml index 6b62ddd5e5..fe2cb86a12 100644 --- a/blob-clients/blob-client-jersey2/pom.xml +++ b/blob-clients/blob-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From 5cc5fd55585de0743093b09dee0b4de8bdfce5d4 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:19:31 +0530 Subject: [PATCH 08/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- blob-clients/blob-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blob-clients/blob-client/pom.xml b/blob-clients/blob-client/pom.xml index 726f9414d3..ad36072ba6 100644 --- a/blob-clients/blob-client/pom.xml +++ b/blob-clients/blob-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From 29eb10b580e838428c24825c1f9448c52afab411 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:20:18 +0530 Subject: [PATCH 09/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- blob/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blob/pom.xml b/blob/pom.xml index 8889d6123f..e1f477fb73 100644 --- a/blob/pom.xml +++ b/blob/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 906906ddba2cc186f543d73a4d115a85a14bfb08 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:20:36 +0530 Subject: [PATCH 10/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- cachemgr/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cachemgr/pom.xml b/cachemgr/pom.xml index 6433ea08cb..3bf5e0341d 100644 --- a/cachemgr/pom.xml +++ b/cachemgr/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 0ccb5b10146c1f2396a1b76693912aff2e169fd1 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:20:52 +0530 Subject: [PATCH 11/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- common/api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/api/pom.xml b/common/api/pom.xml index 7d95ac2021..36e8aba673 100644 --- a/common/api/pom.xml +++ b/common/api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From 976ebf9b61fc5bc5528251b72603be66ef816f5c Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:21:25 +0530 Subject: [PATCH 12/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- common/astyanax/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/astyanax/pom.xml b/common/astyanax/pom.xml index 156e53ca2f..551963782b 100644 --- a/common/astyanax/pom.xml +++ b/common/astyanax/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From cefb479a7e872babb8614bebb7c3f853ee57bcc2 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:21:42 +0530 Subject: [PATCH 13/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- common/client-jax-rs-2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/client-jax-rs-2/pom.xml b/common/client-jax-rs-2/pom.xml index 0cd0851a1b..d8cbead69d 100644 --- a/common/client-jax-rs-2/pom.xml +++ b/common/client-jax-rs-2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From aa2497a4da9fd0f0c073b24e0ebea9069a16534b Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:21:57 +0530 Subject: [PATCH 14/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- common/client-jersey2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/client-jersey2/pom.xml b/common/client-jersey2/pom.xml index 71576b755f..0088081de1 100644 --- a/common/client-jersey2/pom.xml +++ b/common/client-jersey2/pom.xml @@ -5,7 +5,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From 28e8fbfe1655ce60e2804cb14775263b96d82f3d Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:22:15 +0530 Subject: [PATCH 15/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- common/client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/client/pom.xml b/common/client/pom.xml index 91c5505962..fbbec823d8 100644 --- a/common/client/pom.xml +++ b/common/client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From 53a657549eb81c9349ede1d6dce40e144bab7625 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:22:37 +0530 Subject: [PATCH 16/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- common/dropwizard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/dropwizard/pom.xml b/common/dropwizard/pom.xml index ad8bcc7330..67fb01b8c4 100644 --- a/common/dropwizard/pom.xml +++ b/common/dropwizard/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From 30b19928fac8ba5383af5171e7aa244b3010649e Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:22:52 +0530 Subject: [PATCH 17/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- common/jersey-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/jersey-client/pom.xml b/common/jersey-client/pom.xml index 3193d213f1..14dbd75844 100644 --- a/common/jersey-client/pom.xml +++ b/common/jersey-client/pom.xml @@ -5,7 +5,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From f0c0f02a4514502d52980d05a42888d7ad5906ad Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:23:06 +0530 Subject: [PATCH 18/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- common/json/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/json/pom.xml b/common/json/pom.xml index 6d3d32f54b..6e3d3c6985 100644 --- a/common/json/pom.xml +++ b/common/json/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From 23b582bfd6962d6b3e8fe00b3cd7f15db9c635c8 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:23:22 +0530 Subject: [PATCH 19/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- common/stash/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/stash/pom.xml b/common/stash/pom.xml index 8846bc9d22..c7b8a23bff 100644 --- a/common/stash/pom.xml +++ b/common/stash/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From d89d7c7340a751c89f947b20d4fbc0109acb5f54 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:23:44 +0530 Subject: [PATCH 20/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- common/uuid/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/uuid/pom.xml b/common/uuid/pom.xml index 48aabc29ff..06088ca564 100644 --- a/common/uuid/pom.xml +++ b/common/uuid/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From ff1440d88ffc3cfec063bc5d6ab0c930a0d589ce Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:24:01 +0530 Subject: [PATCH 21/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- common/zookeeper/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/zookeeper/pom.xml b/common/zookeeper/pom.xml index 4cd335dca6..d099f4aa38 100644 --- a/common/zookeeper/pom.xml +++ b/common/zookeeper/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From 5e0527d2ff2186b3065c11f865b0c1e347301e56 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:24:18 +0530 Subject: [PATCH 22/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- databus-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databus-api/pom.xml b/databus-api/pom.xml index 82a667ef01..be974420f4 100644 --- a/databus-api/pom.xml +++ b/databus-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 0969203c0db903ebea67d2b04ad7ec8cd3ef2dd0 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:24:35 +0530 Subject: [PATCH 23/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- databus-client-common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databus-client-common/pom.xml b/databus-client-common/pom.xml index 56b088a593..d491931aa7 100644 --- a/databus-client-common/pom.xml +++ b/databus-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 1217db5915e3587285e196af9064a8600c7db96a Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:24:52 +0530 Subject: [PATCH 24/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- databus-client-jersey2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databus-client-jersey2/pom.xml b/databus-client-jersey2/pom.xml index 78e1107f2b..78cd70fe7b 100644 --- a/databus-client-jersey2/pom.xml +++ b/databus-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 1ac063e63da1909d5b68d0ff6a00b49d6e00869d Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:25:05 +0530 Subject: [PATCH 25/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- databus-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databus-client/pom.xml b/databus-client/pom.xml index 9f214e412a..b38e4b4e8d 100644 --- a/databus-client/pom.xml +++ b/databus-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 76ead5b2b6b165b8046425f4baacaecf6600ccac Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:25:21 +0530 Subject: [PATCH 26/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- databus/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databus/pom.xml b/databus/pom.xml index 7ed56ba8db..4c5e314dfc 100644 --- a/databus/pom.xml +++ b/databus/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 46e71f7ee4c6b97430ae85f9b680337d5a68dbab Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:25:36 +0530 Subject: [PATCH 27/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- datacenter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacenter/pom.xml b/datacenter/pom.xml index beb3e5b72a..d0531a4ce5 100644 --- a/datacenter/pom.xml +++ b/datacenter/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 49482a3081c1ec49d05c7d6c4f7bcae42477620b Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:26:14 +0530 Subject: [PATCH 28/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- event/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event/pom.xml b/event/pom.xml index 8d190f797e..275fc86cc6 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From f228151c765d8db4fb069b264673e9d859187092 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:26:30 +0530 Subject: [PATCH 29/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- job-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job-api/pom.xml b/job-api/pom.xml index 80dfa46a9e..26e2ea1b46 100644 --- a/job-api/pom.xml +++ b/job-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 6a4e60b28b1b6821867184c5bce6ee72543d591e Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:27:02 +0530 Subject: [PATCH 30/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- job/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job/pom.xml b/job/pom.xml index b21cc27b5e..91e933f576 100644 --- a/job/pom.xml +++ b/job/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From fba21e4bfc0c5e7c8365faa3aa3886ad04aef2ad Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:27:23 +0530 Subject: [PATCH 31/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- kafka/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka/pom.xml b/kafka/pom.xml index 14978459c3..f9fbae715a 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From f6c23a26121d99f30f28e33fa3630f3107386141 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:27:42 +0530 Subject: [PATCH 32/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- megabus/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/megabus/pom.xml b/megabus/pom.xml index f9def7d9d7..98cf58f999 100644 --- a/megabus/pom.xml +++ b/megabus/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 890d3f0f12930c8e1c0c5494063db7b3a4556fde Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:30:59 +0530 Subject: [PATCH 33/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 720b08932e..4bb451a597 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT pom EmoDB Parent From 93ed99b9fbee40cd26caceca829297b96efac982 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:31:16 +0530 Subject: [PATCH 34/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- plugins/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/pom.xml b/plugins/pom.xml index 7df7060482..4a183e7e23 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -4,7 +4,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml @@ -78,4 +78,4 @@ - \ No newline at end of file + From 90d62041170478dcc239eb3d5d19c8c2114b1c63 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:31:48 +0530 Subject: [PATCH 35/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- quality/integration/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quality/integration/pom.xml b/quality/integration/pom.xml index 8a5fb49c8b..551f8a3553 100644 --- a/quality/integration/pom.xml +++ b/quality/integration/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../../parent/pom.xml From 92cb4d3ca46555a71da0e4e76afe4cfdbfc9dc4f Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:32:16 +0530 Subject: [PATCH 36/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- quality/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quality/pom.xml b/quality/pom.xml index fd258b1bf9..1e371c63f9 100644 --- a/quality/pom.xml +++ b/quality/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 6c796fbc606e23cca1d7811056ba387808e7da0a Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:32:31 +0530 Subject: [PATCH 37/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- queue-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-api/pom.xml b/queue-api/pom.xml index 201c1e3180..06cd1aa629 100644 --- a/queue-api/pom.xml +++ b/queue-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 6e82befb8817928fdaa7abf181fe82d84046901f Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:32:50 +0530 Subject: [PATCH 38/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- queue-client-common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-client-common/pom.xml b/queue-client-common/pom.xml index 6499732964..d563712e88 100644 --- a/queue-client-common/pom.xml +++ b/queue-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From c73c8e5ba50b9975f96205f911e62506dd1146a3 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:33:07 +0530 Subject: [PATCH 39/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- queue-client-jersey2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-client-jersey2/pom.xml b/queue-client-jersey2/pom.xml index 5e2e74272d..a5adddbdf4 100644 --- a/queue-client-jersey2/pom.xml +++ b/queue-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 34c304265b4a35ac72e82bb4e690a10ddd837adb Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:33:25 +0530 Subject: [PATCH 40/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- queue-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-client/pom.xml b/queue-client/pom.xml index 2ec9d394ba..04d1ce34b2 100644 --- a/queue-client/pom.xml +++ b/queue-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 55b47b80345ac8343dc62dfb6b0db68e603598b6 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:33:40 +0530 Subject: [PATCH 41/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- queue/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue/pom.xml b/queue/pom.xml index 790b45baaa..e3097dfb79 100644 --- a/queue/pom.xml +++ b/queue/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From dedbb4892cd4e710b0229cc6795e683d95391812 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:33:53 +0530 Subject: [PATCH 42/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- sdk/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pom.xml b/sdk/pom.xml index fa660693ed..ce212f855f 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From e304b82f01aed85a0503f7790264f900fbff8f15 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:34:09 +0530 Subject: [PATCH 43/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- sor-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sor-api/pom.xml b/sor-api/pom.xml index 161edd13d3..ede6e01e24 100644 --- a/sor-api/pom.xml +++ b/sor-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From d774e4a6ea165afc633f39c96a229355eca9713f Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:34:29 +0530 Subject: [PATCH 44/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- sor-client-common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sor-client-common/pom.xml b/sor-client-common/pom.xml index cfc9041313..1f5746b47f 100644 --- a/sor-client-common/pom.xml +++ b/sor-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From a2a6e0da8384501cf93381e195100f31549e3c0d Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:34:44 +0530 Subject: [PATCH 45/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- sor-client-jersey2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sor-client-jersey2/pom.xml b/sor-client-jersey2/pom.xml index f4b18b40cf..c2b496a70f 100644 --- a/sor-client-jersey2/pom.xml +++ b/sor-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From d2cfc77618482310d5daa85c4387f7d296012df4 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:34:59 +0530 Subject: [PATCH 46/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- sor-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sor-client/pom.xml b/sor-client/pom.xml index 4394adbd58..77d27ad2ac 100644 --- a/sor-client/pom.xml +++ b/sor-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 53c2e760622b203c00b643b844427e832ff6a1eb Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:35:19 +0530 Subject: [PATCH 47/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- sor/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sor/pom.xml b/sor/pom.xml index 971da8401e..fc1fdd05c9 100644 --- a/sor/pom.xml +++ b/sor/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 170250b61564f6907483cc64acb50030e5c49a2a Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:35:36 +0530 Subject: [PATCH 48/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- table/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table/pom.xml b/table/pom.xml index adc2c89d16..a1b1fd6bd5 100644 --- a/table/pom.xml +++ b/table/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 524fe8536b8405bfcc93471db23b7821d6031338 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:35:49 +0530 Subject: [PATCH 49/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- uac-api/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uac-api/pom.xml b/uac-api/pom.xml index ad6fe938d5..11644e996d 100644 --- a/uac-api/pom.xml +++ b/uac-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml @@ -52,4 +52,4 @@ - \ No newline at end of file + From 6268b288839cf3ad07e91674de4eb69cc3885c44 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:36:05 +0530 Subject: [PATCH 50/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- uac-client-jersey2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uac-client-jersey2/pom.xml b/uac-client-jersey2/pom.xml index 11627f21b2..19d244651d 100644 --- a/uac-client-jersey2/pom.xml +++ b/uac-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From d4f0ecbabf6dd3efd26b38d2302b0005811589f0 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:36:22 +0530 Subject: [PATCH 51/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- uac-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uac-client/pom.xml b/uac-client/pom.xml index f73ac9cbf0..79d02b1d48 100644 --- a/uac-client/pom.xml +++ b/uac-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From e47b4f4cffbb924ffe9470caca9ed74603628824 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:36:42 +0530 Subject: [PATCH 52/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- web-local/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-local/pom.xml b/web-local/pom.xml index 6a67b3ae5c..b67981aa1a 100644 --- a/web-local/pom.xml +++ b/web-local/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml @@ -408,4 +408,4 @@ - \ No newline at end of file + From 2e2e5b49e5e2d2242ba1007f242c8ed9517b1b31 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:36:56 +0530 Subject: [PATCH 53/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- web/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pom.xml b/web/pom.xml index dd6de99194..fbb859a3cc 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From ed08dc990d0951ae17a0b2b4e040f6ef7d1e53a7 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:37:11 +0530 Subject: [PATCH 54/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- yum/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yum/pom.xml b/yum/pom.xml index 8b0430afe4..c1c55d6a54 100644 --- a/yum/pom.xml +++ b/yum/pom.xml @@ -4,7 +4,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT ../parent/pom.xml From 1187d2a1be4e8176e7447f8954b1a7c11ab27c79 Mon Sep 17 00:00:00 2001 From: ReddyAnand-BV Date: Thu, 8 Feb 2024 13:37:26 +0530 Subject: [PATCH 55/62] Update pom.xml updated the version from 6.5.51-SNAPSHOT to 6.5.64-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 305f5976f7..b562282e8e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.51-SNAPSHOT + 6.5.64-SNAPSHOT parent/pom.xml From 003a4399cbe7020dcc32b24238a9c4d0d3cbf00f Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 8 Feb 2024 08:31:37 +0000 Subject: [PATCH 56/62] branch admin -prepare release emodb-6.5.64 --- auth/auth-client/pom.xml | 2 +- auth/auth-core/pom.xml | 2 +- auth/auth-store/pom.xml | 2 +- auth/auth-util/pom.xml | 2 +- blob-api/pom.xml | 2 +- blob-clients/blob-client-common/pom.xml | 2 +- blob-clients/blob-client-jersey2/pom.xml | 2 +- blob-clients/blob-client/pom.xml | 2 +- blob/pom.xml | 2 +- cachemgr/pom.xml | 2 +- common/api/pom.xml | 2 +- common/astyanax/pom.xml | 2 +- common/client-jax-rs-2/pom.xml | 2 +- common/client-jersey2/pom.xml | 2 +- common/client/pom.xml | 2 +- common/dropwizard/pom.xml | 2 +- common/jersey-client/pom.xml | 2 +- common/json/pom.xml | 2 +- common/stash/pom.xml | 2 +- common/uuid/pom.xml | 2 +- common/zookeeper/pom.xml | 2 +- databus-api/pom.xml | 2 +- databus-client-common/pom.xml | 2 +- databus-client-jersey2/pom.xml | 2 +- databus-client/pom.xml | 2 +- databus/pom.xml | 2 +- datacenter/pom.xml | 2 +- event/pom.xml | 2 +- job-api/pom.xml | 2 +- job/pom.xml | 2 +- kafka/pom.xml | 2 +- megabus/pom.xml | 2 +- parent/pom.xml | 4 ++-- plugins/pom.xml | 2 +- pom.xml | 4 ++-- quality/integration/pom.xml | 2 +- quality/pom.xml | 2 +- queue-api/pom.xml | 2 +- queue-client-common/pom.xml | 2 +- queue-client-jersey2/pom.xml | 2 +- queue-client/pom.xml | 2 +- queue/pom.xml | 2 +- sdk/pom.xml | 2 +- sor-api/pom.xml | 2 +- sor-client-common/pom.xml | 2 +- sor-client-jersey2/pom.xml | 2 +- sor-client/pom.xml | 2 +- sor/pom.xml | 2 +- table/pom.xml | 2 +- uac-api/pom.xml | 2 +- uac-client-jersey2/pom.xml | 2 +- uac-client/pom.xml | 2 +- web-local/pom.xml | 2 +- web/pom.xml | 2 +- yum/pom.xml | 2 +- 55 files changed, 57 insertions(+), 57 deletions(-) diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index e78aa06dc3..77717fee76 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index c5dc965555..71f5dbe640 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/auth/auth-store/pom.xml b/auth/auth-store/pom.xml index c216454564..f8650042e6 100644 --- a/auth/auth-store/pom.xml +++ b/auth/auth-store/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/auth/auth-util/pom.xml b/auth/auth-util/pom.xml index 385e75cf56..356393bbb2 100644 --- a/auth/auth-util/pom.xml +++ b/auth/auth-util/pom.xml @@ -3,7 +3,7 @@ emodb com.bazaarvoice.emodb - 6.5.64-SNAPSHOT + 6.5.64 ../../pom.xml 4.0.0 diff --git a/blob-api/pom.xml b/blob-api/pom.xml index 3d40135474..3348fb3261 100644 --- a/blob-api/pom.xml +++ b/blob-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/blob-clients/blob-client-common/pom.xml b/blob-clients/blob-client-common/pom.xml index 301e64dba5..e47291d1ae 100644 --- a/blob-clients/blob-client-common/pom.xml +++ b/blob-clients/blob-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/blob-clients/blob-client-jersey2/pom.xml b/blob-clients/blob-client-jersey2/pom.xml index fe2cb86a12..15b39ba720 100644 --- a/blob-clients/blob-client-jersey2/pom.xml +++ b/blob-clients/blob-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/blob-clients/blob-client/pom.xml b/blob-clients/blob-client/pom.xml index ad36072ba6..99ac13a3b9 100644 --- a/blob-clients/blob-client/pom.xml +++ b/blob-clients/blob-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/blob/pom.xml b/blob/pom.xml index e1f477fb73..35a02238f8 100644 --- a/blob/pom.xml +++ b/blob/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/cachemgr/pom.xml b/cachemgr/pom.xml index 3bf5e0341d..9d095a7625 100644 --- a/cachemgr/pom.xml +++ b/cachemgr/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/common/api/pom.xml b/common/api/pom.xml index 36e8aba673..a380533172 100644 --- a/common/api/pom.xml +++ b/common/api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/common/astyanax/pom.xml b/common/astyanax/pom.xml index 551963782b..54d88fc9e1 100644 --- a/common/astyanax/pom.xml +++ b/common/astyanax/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/common/client-jax-rs-2/pom.xml b/common/client-jax-rs-2/pom.xml index d8cbead69d..4ebf7a85b2 100644 --- a/common/client-jax-rs-2/pom.xml +++ b/common/client-jax-rs-2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/common/client-jersey2/pom.xml b/common/client-jersey2/pom.xml index 0088081de1..f2873ad7a1 100644 --- a/common/client-jersey2/pom.xml +++ b/common/client-jersey2/pom.xml @@ -5,7 +5,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/common/client/pom.xml b/common/client/pom.xml index fbbec823d8..80307ff48f 100644 --- a/common/client/pom.xml +++ b/common/client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/common/dropwizard/pom.xml b/common/dropwizard/pom.xml index 67fb01b8c4..6c8176c8e2 100644 --- a/common/dropwizard/pom.xml +++ b/common/dropwizard/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/common/jersey-client/pom.xml b/common/jersey-client/pom.xml index 14dbd75844..ab8d58fc8a 100644 --- a/common/jersey-client/pom.xml +++ b/common/jersey-client/pom.xml @@ -5,7 +5,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/common/json/pom.xml b/common/json/pom.xml index 6e3d3c6985..4f7118d423 100644 --- a/common/json/pom.xml +++ b/common/json/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/common/stash/pom.xml b/common/stash/pom.xml index c7b8a23bff..0e95f08dce 100644 --- a/common/stash/pom.xml +++ b/common/stash/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/common/uuid/pom.xml b/common/uuid/pom.xml index 06088ca564..98a1da13b2 100644 --- a/common/uuid/pom.xml +++ b/common/uuid/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/common/zookeeper/pom.xml b/common/zookeeper/pom.xml index d099f4aa38..c22cbbd882 100644 --- a/common/zookeeper/pom.xml +++ b/common/zookeeper/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/databus-api/pom.xml b/databus-api/pom.xml index be974420f4..b99fdd5ffc 100644 --- a/databus-api/pom.xml +++ b/databus-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/databus-client-common/pom.xml b/databus-client-common/pom.xml index d491931aa7..fe99f543fe 100644 --- a/databus-client-common/pom.xml +++ b/databus-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/databus-client-jersey2/pom.xml b/databus-client-jersey2/pom.xml index 78cd70fe7b..acaf970278 100644 --- a/databus-client-jersey2/pom.xml +++ b/databus-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/databus-client/pom.xml b/databus-client/pom.xml index b38e4b4e8d..a6f6ce5d1b 100644 --- a/databus-client/pom.xml +++ b/databus-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/databus/pom.xml b/databus/pom.xml index 4c5e314dfc..4217714d10 100644 --- a/databus/pom.xml +++ b/databus/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/datacenter/pom.xml b/datacenter/pom.xml index d0531a4ce5..0f9eafbd15 100644 --- a/datacenter/pom.xml +++ b/datacenter/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/event/pom.xml b/event/pom.xml index 275fc86cc6..c7af3acde2 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/job-api/pom.xml b/job-api/pom.xml index 26e2ea1b46..c09f5c5f08 100644 --- a/job-api/pom.xml +++ b/job-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/job/pom.xml b/job/pom.xml index 91e933f576..45215c3c32 100644 --- a/job/pom.xml +++ b/job/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/kafka/pom.xml b/kafka/pom.xml index f9fbae715a..792bf36ede 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/megabus/pom.xml b/megabus/pom.xml index 98cf58f999..f80fe64054 100644 --- a/megabus/pom.xml +++ b/megabus/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index 4bb451a597..20098fdfc4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 pom EmoDB Parent @@ -20,7 +20,7 @@ scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git - emodb-6.5.45 + emodb-6.5.64 diff --git a/plugins/pom.xml b/plugins/pom.xml index 4a183e7e23..b627b48c32 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -4,7 +4,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/pom.xml b/pom.xml index b562282e8e..4913d3f134 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 parent/pom.xml @@ -18,7 +18,7 @@ scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git - emodb-6.5.30 + emodb-6.5.64 diff --git a/quality/integration/pom.xml b/quality/integration/pom.xml index 551f8a3553..9085ca5801 100644 --- a/quality/integration/pom.xml +++ b/quality/integration/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../../parent/pom.xml diff --git a/quality/pom.xml b/quality/pom.xml index 1e371c63f9..bbfac7f78b 100644 --- a/quality/pom.xml +++ b/quality/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/queue-api/pom.xml b/queue-api/pom.xml index 06cd1aa629..e2c7699f31 100644 --- a/queue-api/pom.xml +++ b/queue-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/queue-client-common/pom.xml b/queue-client-common/pom.xml index d563712e88..566740d229 100644 --- a/queue-client-common/pom.xml +++ b/queue-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/queue-client-jersey2/pom.xml b/queue-client-jersey2/pom.xml index a5adddbdf4..91ee08b020 100644 --- a/queue-client-jersey2/pom.xml +++ b/queue-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/queue-client/pom.xml b/queue-client/pom.xml index 04d1ce34b2..d9d81ecfd1 100644 --- a/queue-client/pom.xml +++ b/queue-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/queue/pom.xml b/queue/pom.xml index e3097dfb79..dcad0800c9 100644 --- a/queue/pom.xml +++ b/queue/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/sdk/pom.xml b/sdk/pom.xml index ce212f855f..2d9a2b3fa0 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/sor-api/pom.xml b/sor-api/pom.xml index ede6e01e24..4abad8c272 100644 --- a/sor-api/pom.xml +++ b/sor-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/sor-client-common/pom.xml b/sor-client-common/pom.xml index 1f5746b47f..6e4082b153 100644 --- a/sor-client-common/pom.xml +++ b/sor-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/sor-client-jersey2/pom.xml b/sor-client-jersey2/pom.xml index c2b496a70f..4c87d49eb2 100644 --- a/sor-client-jersey2/pom.xml +++ b/sor-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/sor-client/pom.xml b/sor-client/pom.xml index 77d27ad2ac..1aa60962c4 100644 --- a/sor-client/pom.xml +++ b/sor-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/sor/pom.xml b/sor/pom.xml index fc1fdd05c9..055be15e3b 100644 --- a/sor/pom.xml +++ b/sor/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/table/pom.xml b/table/pom.xml index a1b1fd6bd5..ea5d68a711 100644 --- a/table/pom.xml +++ b/table/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/uac-api/pom.xml b/uac-api/pom.xml index 11644e996d..a115169da6 100644 --- a/uac-api/pom.xml +++ b/uac-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/uac-client-jersey2/pom.xml b/uac-client-jersey2/pom.xml index 19d244651d..97d0f70d1d 100644 --- a/uac-client-jersey2/pom.xml +++ b/uac-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/uac-client/pom.xml b/uac-client/pom.xml index 79d02b1d48..815c9e840c 100644 --- a/uac-client/pom.xml +++ b/uac-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/web-local/pom.xml b/web-local/pom.xml index b67981aa1a..31bd0e4bd6 100644 --- a/web-local/pom.xml +++ b/web-local/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/web/pom.xml b/web/pom.xml index fbb859a3cc..4a618e7bc2 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml diff --git a/yum/pom.xml b/yum/pom.xml index c1c55d6a54..bdfaa7232e 100644 --- a/yum/pom.xml +++ b/yum/pom.xml @@ -4,7 +4,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64-SNAPSHOT + 6.5.64 ../parent/pom.xml From e840e34f599a3e304caa83a370076b41f0e420c6 Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 8 Feb 2024 08:31:38 +0000 Subject: [PATCH 57/62] branch admin -prepare for next development iteration --- auth/auth-client/pom.xml | 2 +- auth/auth-core/pom.xml | 2 +- auth/auth-store/pom.xml | 2 +- auth/auth-util/pom.xml | 2 +- blob-api/pom.xml | 2 +- blob-clients/blob-client-common/pom.xml | 2 +- blob-clients/blob-client-jersey2/pom.xml | 2 +- blob-clients/blob-client/pom.xml | 2 +- blob/pom.xml | 2 +- cachemgr/pom.xml | 2 +- common/api/pom.xml | 2 +- common/astyanax/pom.xml | 2 +- common/client-jax-rs-2/pom.xml | 2 +- common/client-jersey2/pom.xml | 2 +- common/client/pom.xml | 2 +- common/dropwizard/pom.xml | 2 +- common/jersey-client/pom.xml | 2 +- common/json/pom.xml | 2 +- common/stash/pom.xml | 2 +- common/uuid/pom.xml | 2 +- common/zookeeper/pom.xml | 2 +- databus-api/pom.xml | 2 +- databus-client-common/pom.xml | 2 +- databus-client-jersey2/pom.xml | 2 +- databus-client/pom.xml | 2 +- databus/pom.xml | 2 +- datacenter/pom.xml | 2 +- event/pom.xml | 2 +- job-api/pom.xml | 2 +- job/pom.xml | 2 +- kafka/pom.xml | 2 +- megabus/pom.xml | 2 +- parent/pom.xml | 4 ++-- plugins/pom.xml | 2 +- pom.xml | 4 ++-- quality/integration/pom.xml | 2 +- quality/pom.xml | 2 +- queue-api/pom.xml | 2 +- queue-client-common/pom.xml | 2 +- queue-client-jersey2/pom.xml | 2 +- queue-client/pom.xml | 2 +- queue/pom.xml | 2 +- sdk/pom.xml | 2 +- sor-api/pom.xml | 2 +- sor-client-common/pom.xml | 2 +- sor-client-jersey2/pom.xml | 2 +- sor-client/pom.xml | 2 +- sor/pom.xml | 2 +- table/pom.xml | 2 +- uac-api/pom.xml | 2 +- uac-client-jersey2/pom.xml | 2 +- uac-client/pom.xml | 2 +- web-local/pom.xml | 2 +- web/pom.xml | 2 +- yum/pom.xml | 2 +- 55 files changed, 57 insertions(+), 57 deletions(-) diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index 77717fee76..da81740e9e 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index 71f5dbe640..f9a5283677 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/auth/auth-store/pom.xml b/auth/auth-store/pom.xml index f8650042e6..97b3ca8fff 100644 --- a/auth/auth-store/pom.xml +++ b/auth/auth-store/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/auth/auth-util/pom.xml b/auth/auth-util/pom.xml index 356393bbb2..0995412085 100644 --- a/auth/auth-util/pom.xml +++ b/auth/auth-util/pom.xml @@ -3,7 +3,7 @@ emodb com.bazaarvoice.emodb - 6.5.64 + 6.5.65-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/blob-api/pom.xml b/blob-api/pom.xml index 3348fb3261..6b1dece441 100644 --- a/blob-api/pom.xml +++ b/blob-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/blob-clients/blob-client-common/pom.xml b/blob-clients/blob-client-common/pom.xml index e47291d1ae..48e2774292 100644 --- a/blob-clients/blob-client-common/pom.xml +++ b/blob-clients/blob-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/blob-clients/blob-client-jersey2/pom.xml b/blob-clients/blob-client-jersey2/pom.xml index 15b39ba720..5322104248 100644 --- a/blob-clients/blob-client-jersey2/pom.xml +++ b/blob-clients/blob-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/blob-clients/blob-client/pom.xml b/blob-clients/blob-client/pom.xml index 99ac13a3b9..6e76979768 100644 --- a/blob-clients/blob-client/pom.xml +++ b/blob-clients/blob-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/blob/pom.xml b/blob/pom.xml index 35a02238f8..15607bf566 100644 --- a/blob/pom.xml +++ b/blob/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/cachemgr/pom.xml b/cachemgr/pom.xml index 9d095a7625..c4c06eecb4 100644 --- a/cachemgr/pom.xml +++ b/cachemgr/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/common/api/pom.xml b/common/api/pom.xml index a380533172..545a71f784 100644 --- a/common/api/pom.xml +++ b/common/api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/common/astyanax/pom.xml b/common/astyanax/pom.xml index 54d88fc9e1..a8df890480 100644 --- a/common/astyanax/pom.xml +++ b/common/astyanax/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/common/client-jax-rs-2/pom.xml b/common/client-jax-rs-2/pom.xml index 4ebf7a85b2..eb5e71f598 100644 --- a/common/client-jax-rs-2/pom.xml +++ b/common/client-jax-rs-2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/common/client-jersey2/pom.xml b/common/client-jersey2/pom.xml index f2873ad7a1..6a1940799e 100644 --- a/common/client-jersey2/pom.xml +++ b/common/client-jersey2/pom.xml @@ -5,7 +5,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/common/client/pom.xml b/common/client/pom.xml index 80307ff48f..d309a6cecf 100644 --- a/common/client/pom.xml +++ b/common/client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/common/dropwizard/pom.xml b/common/dropwizard/pom.xml index 6c8176c8e2..a1e30e24d1 100644 --- a/common/dropwizard/pom.xml +++ b/common/dropwizard/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/common/jersey-client/pom.xml b/common/jersey-client/pom.xml index ab8d58fc8a..00c26881e8 100644 --- a/common/jersey-client/pom.xml +++ b/common/jersey-client/pom.xml @@ -5,7 +5,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/common/json/pom.xml b/common/json/pom.xml index 4f7118d423..93a4489cd0 100644 --- a/common/json/pom.xml +++ b/common/json/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/common/stash/pom.xml b/common/stash/pom.xml index 0e95f08dce..e11096e0e2 100644 --- a/common/stash/pom.xml +++ b/common/stash/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/common/uuid/pom.xml b/common/uuid/pom.xml index 98a1da13b2..dbb057be25 100644 --- a/common/uuid/pom.xml +++ b/common/uuid/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/common/zookeeper/pom.xml b/common/zookeeper/pom.xml index c22cbbd882..21beb2d012 100644 --- a/common/zookeeper/pom.xml +++ b/common/zookeeper/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/databus-api/pom.xml b/databus-api/pom.xml index b99fdd5ffc..90df970325 100644 --- a/databus-api/pom.xml +++ b/databus-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/databus-client-common/pom.xml b/databus-client-common/pom.xml index fe99f543fe..4ee3ef9dbd 100644 --- a/databus-client-common/pom.xml +++ b/databus-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/databus-client-jersey2/pom.xml b/databus-client-jersey2/pom.xml index acaf970278..b0b8b0636a 100644 --- a/databus-client-jersey2/pom.xml +++ b/databus-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/databus-client/pom.xml b/databus-client/pom.xml index a6f6ce5d1b..17c1073db3 100644 --- a/databus-client/pom.xml +++ b/databus-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/databus/pom.xml b/databus/pom.xml index 4217714d10..d7495e57eb 100644 --- a/databus/pom.xml +++ b/databus/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/datacenter/pom.xml b/datacenter/pom.xml index 0f9eafbd15..d36fb68fc6 100644 --- a/datacenter/pom.xml +++ b/datacenter/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/event/pom.xml b/event/pom.xml index c7af3acde2..d825d951de 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/job-api/pom.xml b/job-api/pom.xml index c09f5c5f08..40ee5c2578 100644 --- a/job-api/pom.xml +++ b/job-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/job/pom.xml b/job/pom.xml index 45215c3c32..32ca490a49 100644 --- a/job/pom.xml +++ b/job/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/kafka/pom.xml b/kafka/pom.xml index 792bf36ede..88865a6135 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/megabus/pom.xml b/megabus/pom.xml index f80fe64054..0f218d60bf 100644 --- a/megabus/pom.xml +++ b/megabus/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index 20098fdfc4..cbc8741a5d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT pom EmoDB Parent @@ -20,7 +20,7 @@ scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git - emodb-6.5.64 + emodb-6.5.45 diff --git a/plugins/pom.xml b/plugins/pom.xml index b627b48c32..34dd7070f7 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -4,7 +4,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/pom.xml b/pom.xml index 4913d3f134..141cb101e3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT parent/pom.xml @@ -18,7 +18,7 @@ scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git - emodb-6.5.64 + emodb-6.5.30 diff --git a/quality/integration/pom.xml b/quality/integration/pom.xml index 9085ca5801..20c5239c52 100644 --- a/quality/integration/pom.xml +++ b/quality/integration/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../../parent/pom.xml diff --git a/quality/pom.xml b/quality/pom.xml index bbfac7f78b..94a2698f6b 100644 --- a/quality/pom.xml +++ b/quality/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/queue-api/pom.xml b/queue-api/pom.xml index e2c7699f31..2ddf7569e6 100644 --- a/queue-api/pom.xml +++ b/queue-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/queue-client-common/pom.xml b/queue-client-common/pom.xml index 566740d229..ccd446ff6a 100644 --- a/queue-client-common/pom.xml +++ b/queue-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/queue-client-jersey2/pom.xml b/queue-client-jersey2/pom.xml index 91ee08b020..708ef7bc2b 100644 --- a/queue-client-jersey2/pom.xml +++ b/queue-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/queue-client/pom.xml b/queue-client/pom.xml index d9d81ecfd1..2b687224a4 100644 --- a/queue-client/pom.xml +++ b/queue-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/queue/pom.xml b/queue/pom.xml index dcad0800c9..9586aabe5a 100644 --- a/queue/pom.xml +++ b/queue/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/sdk/pom.xml b/sdk/pom.xml index 2d9a2b3fa0..75ac3957b0 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/sor-api/pom.xml b/sor-api/pom.xml index 4abad8c272..a3c06125b4 100644 --- a/sor-api/pom.xml +++ b/sor-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/sor-client-common/pom.xml b/sor-client-common/pom.xml index 6e4082b153..923309d36d 100644 --- a/sor-client-common/pom.xml +++ b/sor-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/sor-client-jersey2/pom.xml b/sor-client-jersey2/pom.xml index 4c87d49eb2..47b17faec2 100644 --- a/sor-client-jersey2/pom.xml +++ b/sor-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/sor-client/pom.xml b/sor-client/pom.xml index 1aa60962c4..93dbe761c8 100644 --- a/sor-client/pom.xml +++ b/sor-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/sor/pom.xml b/sor/pom.xml index 055be15e3b..f613265a32 100644 --- a/sor/pom.xml +++ b/sor/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/table/pom.xml b/table/pom.xml index ea5d68a711..3d896dbd62 100644 --- a/table/pom.xml +++ b/table/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/uac-api/pom.xml b/uac-api/pom.xml index a115169da6..46923a8216 100644 --- a/uac-api/pom.xml +++ b/uac-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/uac-client-jersey2/pom.xml b/uac-client-jersey2/pom.xml index 97d0f70d1d..28d1849a4d 100644 --- a/uac-client-jersey2/pom.xml +++ b/uac-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/uac-client/pom.xml b/uac-client/pom.xml index 815c9e840c..a4129acb2c 100644 --- a/uac-client/pom.xml +++ b/uac-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/web-local/pom.xml b/web-local/pom.xml index 31bd0e4bd6..fd7135dd7a 100644 --- a/web-local/pom.xml +++ b/web-local/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/web/pom.xml b/web/pom.xml index 4a618e7bc2..254d8e1de1 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml diff --git a/yum/pom.xml b/yum/pom.xml index bdfaa7232e..1430e17b4a 100644 --- a/yum/pom.xml +++ b/yum/pom.xml @@ -4,7 +4,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.64 + 6.5.65-SNAPSHOT ../parent/pom.xml From 1200b76dd425d8d34ee71f772504404152bbddd6 Mon Sep 17 00:00:00 2001 From: mukeshsbbv Date: Fri, 9 Feb 2024 10:06:59 +0530 Subject: [PATCH 58/62] secret_log --- docker/configs/config-megabus-dc1.yaml | 2 +- docker/configs/config-megabus-dc2.yaml | 2 +- docker/configs/config-stash-dc1.yaml | 2 +- docker/configs/config-stash-dc2.yaml | 2 +- docker/configs/config-web-dc1.yaml | 2 +- docker/configs/config-web-dc2.yaml | 2 +- quality/integration/src/test/resources/config-all-role.yaml | 2 +- quality/integration/src/test/resources/config-stash-role.yaml | 2 +- sdk/src/main/resources/emodb-default-config.yaml | 2 +- web-local/config-dc2.yaml | 2 +- web-local/config-jenkins.yaml | 2 +- web-local/config-local-2.yaml | 2 +- web-local/config-local-blob-role.yaml | 2 +- web-local/config-local-dc1.yaml | 2 +- web-local/config-local-main-role.yaml | 2 +- web-local/config-local.yaml | 2 +- web-local/config-megabus.yaml | 2 +- web-local/config-scantest.yaml | 2 +- web-local/config-web.yaml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docker/configs/config-megabus-dc1.yaml b/docker/configs/config-megabus-dc1.yaml index e3af41a057..9edfc22950 100644 --- a/docker/configs/config-megabus-dc1.yaml +++ b/docker/configs/config-megabus-dc1.yaml @@ -199,7 +199,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/docker/configs/config-megabus-dc2.yaml b/docker/configs/config-megabus-dc2.yaml index 99c9f58bf5..9672fc79f7 100644 --- a/docker/configs/config-megabus-dc2.yaml +++ b/docker/configs/config-megabus-dc2.yaml @@ -199,7 +199,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/docker/configs/config-stash-dc1.yaml b/docker/configs/config-stash-dc1.yaml index bbc6ecadc3..178e96fcbe 100644 --- a/docker/configs/config-stash-dc1.yaml +++ b/docker/configs/config-stash-dc1.yaml @@ -122,7 +122,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/docker/configs/config-stash-dc2.yaml b/docker/configs/config-stash-dc2.yaml index 1e82d5bf44..c6935ad06b 100644 --- a/docker/configs/config-stash-dc2.yaml +++ b/docker/configs/config-stash-dc2.yaml @@ -122,7 +122,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/docker/configs/config-web-dc1.yaml b/docker/configs/config-web-dc1.yaml index ae9c3e0151..17e58fd2dd 100644 --- a/docker/configs/config-web-dc1.yaml +++ b/docker/configs/config-web-dc1.yaml @@ -161,7 +161,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/docker/configs/config-web-dc2.yaml b/docker/configs/config-web-dc2.yaml index cce6ddd463..dbb64e757e 100644 --- a/docker/configs/config-web-dc2.yaml +++ b/docker/configs/config-web-dc2.yaml @@ -161,7 +161,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/quality/integration/src/test/resources/config-all-role.yaml b/quality/integration/src/test/resources/config-all-role.yaml index bc5b00817e..5bd258cd4a 100644 --- a/quality/integration/src/test/resources/config-all-role.yaml +++ b/quality/integration/src/test/resources/config-all-role.yaml @@ -161,7 +161,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" #compaction-control anonymousRoles: diff --git a/quality/integration/src/test/resources/config-stash-role.yaml b/quality/integration/src/test/resources/config-stash-role.yaml index 694ca4a6f6..eb8f3127f1 100644 --- a/quality/integration/src/test/resources/config-stash-role.yaml +++ b/quality/integration/src/test/resources/config-stash-role.yaml @@ -157,7 +157,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/sdk/src/main/resources/emodb-default-config.yaml b/sdk/src/main/resources/emodb-default-config.yaml index 7eaf20165d..fdc9fc45e1 100644 --- a/sdk/src/main/resources/emodb-default-config.yaml +++ b/sdk/src/main/resources/emodb-default-config.yaml @@ -161,7 +161,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/web-local/config-dc2.yaml b/web-local/config-dc2.yaml index 5114037b40..33ce79a86d 100644 --- a/web-local/config-dc2.yaml +++ b/web-local/config-dc2.yaml @@ -138,7 +138,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication anonymousRoles: - anonymous diff --git a/web-local/config-jenkins.yaml b/web-local/config-jenkins.yaml index 3ff573b686..f0935ac601 100644 --- a/web-local/config-jenkins.yaml +++ b/web-local/config-jenkins.yaml @@ -186,7 +186,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication anonymousRoles: - anonymous diff --git a/web-local/config-local-2.yaml b/web-local/config-local-2.yaml index 1c4ece652e..16416e053d 100644 --- a/web-local/config-local-2.yaml +++ b/web-local/config-local-2.yaml @@ -200,7 +200,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/web-local/config-local-blob-role.yaml b/web-local/config-local-blob-role.yaml index de4e96b273..10a0fc834a 100644 --- a/web-local/config-local-blob-role.yaml +++ b/web-local/config-local-blob-role.yaml @@ -182,7 +182,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/web-local/config-local-dc1.yaml b/web-local/config-local-dc1.yaml index fd23e2ebc2..ed2f29d31d 100644 --- a/web-local/config-local-dc1.yaml +++ b/web-local/config-local-dc1.yaml @@ -201,7 +201,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/web-local/config-local-main-role.yaml b/web-local/config-local-main-role.yaml index cb01c66238..f2c95cb7dd 100644 --- a/web-local/config-local-main-role.yaml +++ b/web-local/config-local-main-role.yaml @@ -185,7 +185,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication anonymousRoles: - anonymous diff --git a/web-local/config-local.yaml b/web-local/config-local.yaml index 616162f851..307defd992 100644 --- a/web-local/config-local.yaml +++ b/web-local/config-local.yaml @@ -201,7 +201,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/web-local/config-megabus.yaml b/web-local/config-megabus.yaml index 9ade21e5d7..7bd4216afb 100644 --- a/web-local/config-megabus.yaml +++ b/web-local/config-megabus.yaml @@ -225,7 +225,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/web-local/config-scantest.yaml b/web-local/config-scantest.yaml index 60f72d70a4..9fd4bfa383 100644 --- a/web-local/config-scantest.yaml +++ b/web-local/config-scantest.yaml @@ -193,7 +193,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: diff --git a/web-local/config-web.yaml b/web-local/config-web.yaml index a3e321bea8..53d82ea7d2 100644 --- a/web-local/config-web.yaml +++ b/web-local/config-web.yaml @@ -201,7 +201,7 @@ auth: # The admin and replication API keys must be encrypted using the encrypt-configuration-api-key command # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! - adminApiKey: "zl+p3AU4/EgT8OtR0ZmLrkL70j0SklugAzd+xxYR1Dz/rioe5aXo4yay7sKi7PSKD59h7/HumH7442nGhlR2rw" # local_admin + adminApiKey: "local_admin" # local_admin replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: From 3ac6f61ad6cfa84be7af15268c7201b65205863b Mon Sep 17 00:00:00 2001 From: mukeshsbbv Date: Fri, 9 Feb 2024 10:11:24 +0530 Subject: [PATCH 59/62] new_logs --- docker/configs/config-megabus-dc1.yaml | 2 +- docker/configs/config-megabus-dc2.yaml | 2 +- docker/configs/config-stash-dc1.yaml | 2 +- docker/configs/config-stash-dc2.yaml | 2 +- docker/configs/config-web-dc1.yaml | 2 +- docker/configs/config-web-dc2.yaml | 2 +- .../src/test/resources/config-all-role.yaml | 2 +- .../src/test/resources/config-stash-role.yaml | 2 +- .../com/bazaarvoice/emodb/sdk/EmoStartMojo.java | 3 ++- sdk/src/main/resources/emodb-default-config.yaml | 2 +- web-local/config-dc2.yaml | 2 +- web-local/config-jenkins.yaml | 2 +- web-local/config-local-2.yaml | 2 +- web-local/config-local-blob-role.yaml | 2 +- web-local/config-local-dc1.yaml | 2 +- web-local/config-local-main-role.yaml | 2 +- web-local/config-local.yaml | 2 +- web-local/config-megabus.yaml | 2 +- web-local/config-scantest.yaml | 2 +- web-local/config-web.yaml | 2 +- .../emodb/local/EmoServiceWithZK.java | 16 ++++++++-------- .../emodb/web/auth/SecurityModule.java | 6 ++++-- 22 files changed, 33 insertions(+), 30 deletions(-) diff --git a/docker/configs/config-megabus-dc1.yaml b/docker/configs/config-megabus-dc1.yaml index 9edfc22950..bd99e21210 100644 --- a/docker/configs/config-megabus-dc1.yaml +++ b/docker/configs/config-megabus-dc1.yaml @@ -200,7 +200,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/docker/configs/config-megabus-dc2.yaml b/docker/configs/config-megabus-dc2.yaml index 9672fc79f7..e06d4e6ddc 100644 --- a/docker/configs/config-megabus-dc2.yaml +++ b/docker/configs/config-megabus-dc2.yaml @@ -200,7 +200,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/docker/configs/config-stash-dc1.yaml b/docker/configs/config-stash-dc1.yaml index 178e96fcbe..642f6e6c18 100644 --- a/docker/configs/config-stash-dc1.yaml +++ b/docker/configs/config-stash-dc1.yaml @@ -123,7 +123,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/docker/configs/config-stash-dc2.yaml b/docker/configs/config-stash-dc2.yaml index c6935ad06b..0fc6cc279e 100644 --- a/docker/configs/config-stash-dc2.yaml +++ b/docker/configs/config-stash-dc2.yaml @@ -123,7 +123,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/docker/configs/config-web-dc1.yaml b/docker/configs/config-web-dc1.yaml index 17e58fd2dd..ce6a2fc399 100644 --- a/docker/configs/config-web-dc1.yaml +++ b/docker/configs/config-web-dc1.yaml @@ -162,7 +162,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/docker/configs/config-web-dc2.yaml b/docker/configs/config-web-dc2.yaml index dbb64e757e..6c9596287d 100644 --- a/docker/configs/config-web-dc2.yaml +++ b/docker/configs/config-web-dc2.yaml @@ -162,7 +162,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/quality/integration/src/test/resources/config-all-role.yaml b/quality/integration/src/test/resources/config-all-role.yaml index 5bd258cd4a..9e6a95f808 100644 --- a/quality/integration/src/test/resources/config-all-role.yaml +++ b/quality/integration/src/test/resources/config-all-role.yaml @@ -162,7 +162,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" #compaction-control anonymousRoles: - anonymous diff --git a/quality/integration/src/test/resources/config-stash-role.yaml b/quality/integration/src/test/resources/config-stash-role.yaml index eb8f3127f1..6facf25110 100644 --- a/quality/integration/src/test/resources/config-stash-role.yaml +++ b/quality/integration/src/test/resources/config-stash-role.yaml @@ -158,7 +158,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/sdk/src/main/java/com/bazaarvoice/emodb/sdk/EmoStartMojo.java b/sdk/src/main/java/com/bazaarvoice/emodb/sdk/EmoStartMojo.java index 507518ca54..298204dd21 100644 --- a/sdk/src/main/java/com/bazaarvoice/emodb/sdk/EmoStartMojo.java +++ b/sdk/src/main/java/com/bazaarvoice/emodb/sdk/EmoStartMojo.java @@ -346,7 +346,8 @@ private URI getEmoUri(MinimalEmoConfiguration config) { } private String getAdminApiKey(MinimalEmoConfiguration config) { - return new ApiKeyEncryption(config.cluster).decrypt(config.auth.adminApiKey); + // return new ApiKeyEncryption(config.cluster).decrypt(config.auth.adminApiKey); + return config.auth.adminApiKey; } @JsonIgnoreProperties(ignoreUnknown = true) diff --git a/sdk/src/main/resources/emodb-default-config.yaml b/sdk/src/main/resources/emodb-default-config.yaml index fdc9fc45e1..c18cfc8294 100644 --- a/sdk/src/main/resources/emodb-default-config.yaml +++ b/sdk/src/main/resources/emodb-default-config.yaml @@ -162,7 +162,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/web-local/config-dc2.yaml b/web-local/config-dc2.yaml index 33ce79a86d..27dec5d0eb 100644 --- a/web-local/config-dc2.yaml +++ b/web-local/config-dc2.yaml @@ -139,7 +139,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication anonymousRoles: - anonymous compControlApiKey: "local_admin" # compaction-control diff --git a/web-local/config-jenkins.yaml b/web-local/config-jenkins.yaml index f0935ac601..a5c37c9fb3 100644 --- a/web-local/config-jenkins.yaml +++ b/web-local/config-jenkins.yaml @@ -187,7 +187,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication anonymousRoles: - anonymous diff --git a/web-local/config-local-2.yaml b/web-local/config-local-2.yaml index 16416e053d..b8432fb89c 100644 --- a/web-local/config-local-2.yaml +++ b/web-local/config-local-2.yaml @@ -201,7 +201,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/web-local/config-local-blob-role.yaml b/web-local/config-local-blob-role.yaml index 10a0fc834a..6a0e5a381d 100644 --- a/web-local/config-local-blob-role.yaml +++ b/web-local/config-local-blob-role.yaml @@ -183,7 +183,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/web-local/config-local-dc1.yaml b/web-local/config-local-dc1.yaml index ed2f29d31d..be212dd492 100644 --- a/web-local/config-local-dc1.yaml +++ b/web-local/config-local-dc1.yaml @@ -202,7 +202,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/web-local/config-local-main-role.yaml b/web-local/config-local-main-role.yaml index f2c95cb7dd..f22a94a91e 100644 --- a/web-local/config-local-main-role.yaml +++ b/web-local/config-local-main-role.yaml @@ -186,7 +186,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication anonymousRoles: - anonymous diff --git a/web-local/config-local.yaml b/web-local/config-local.yaml index 307defd992..291d9b6f1d 100644 --- a/web-local/config-local.yaml +++ b/web-local/config-local.yaml @@ -202,7 +202,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/web-local/config-megabus.yaml b/web-local/config-megabus.yaml index 7bd4216afb..74cab5d087 100644 --- a/web-local/config-megabus.yaml +++ b/web-local/config-megabus.yaml @@ -226,7 +226,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/web-local/config-scantest.yaml b/web-local/config-scantest.yaml index 9fd4bfa383..c2b54090e4 100644 --- a/web-local/config-scantest.yaml +++ b/web-local/config-scantest.yaml @@ -194,7 +194,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/web-local/config-web.yaml b/web-local/config-web.yaml index 53d82ea7d2..df01c29f48 100644 --- a/web-local/config-web.yaml +++ b/web-local/config-web.yaml @@ -202,7 +202,7 @@ auth: # The unencrypted values are included below to make local testing easier. It should go without saying that # IN A PRODUCTION ENVIRONMENT DO NOT INCLUDE THE UNENCRYPTED KEYS IN THIS FILE! adminApiKey: "local_admin" # local_admin - replicationApiKey: "iuOPUIfI0lyxRrNZ9j9Aa68m1yrALBbVMw8kdqb6FVhSwMgOXVsuUblLr9nL73D4xpMVEZZHZr50pCBy1gbjDg" # local_replication + replicationApiKey: "local_replication" # local_replication compControlApiKey: "local_admin" # compaction-control anonymousRoles: - anonymous diff --git a/web-local/src/main/java/com/bazaarvoice/emodb/local/EmoServiceWithZK.java b/web-local/src/main/java/com/bazaarvoice/emodb/local/EmoServiceWithZK.java index 96c13220ba..5ff2b14d07 100644 --- a/web-local/src/main/java/com/bazaarvoice/emodb/local/EmoServiceWithZK.java +++ b/web-local/src/main/java/com/bazaarvoice/emodb/local/EmoServiceWithZK.java @@ -241,15 +241,15 @@ protected void configure() { Injector injector = Guice.createInjector(module); HostAndPort selfHostAndPort = injector.getInstance(Key.get(HostAndPort.class, SelfHostAndPort.class)); - ApiKeyEncryption apiKeyEncryption = injector.getInstance(ApiKeyEncryption.class); + // ApiKeyEncryption apiKeyEncryption = injector.getInstance(ApiKeyEncryption.class); String adminApiKey = emoConfig.getAuthorizationConfiguration().getAdminApiKey(); - try { - adminApiKey = apiKeyEncryption.decrypt(adminApiKey); - } catch (Exception e) { - if (ApiKeyEncryption.isPotentiallyEncryptedApiKey(adminApiKey)) { - throw e; - } - } +// try { +// adminApiKey = apiKeyEncryption.decrypt(adminApiKey); +// } catch (Exception e) { +// if (ApiKeyEncryption.isPotentiallyEncryptedApiKey(adminApiKey)) { +// throw e; +// } +// } // Create a client for the local EmoDB service UserAccessControl uac = ServicePoolBuilder.create(UserAccessControl.class) diff --git a/web/src/main/java/com/bazaarvoice/emodb/web/auth/SecurityModule.java b/web/src/main/java/com/bazaarvoice/emodb/web/auth/SecurityModule.java index f8e493b20b..37d087bd18 100644 --- a/web/src/main/java/com/bazaarvoice/emodb/web/auth/SecurityModule.java +++ b/web/src/main/java/com/bazaarvoice/emodb/web/auth/SecurityModule.java @@ -178,7 +178,8 @@ DropwizardAuthConfigurator provideDropwizardAuthConfigurator(SecurityManager sec @Singleton @ReplicationKey String provideReplicationKey(AuthorizationConfiguration config, ApiKeyEncryption encryption) { - return configurationKeyAsPlaintext(config.getReplicationApiKey(), encryption, "replication"); +// return configurationKeyAsPlaintext(config.getReplicationApiKey(), encryption, "replication"); + return config.getReplicationApiKey(); } @Provides @@ -193,7 +194,8 @@ String provideCompControlKey(AuthorizationConfiguration config, ApiKeyEncryption @Exposed @Named("AdminKey") String provideAdminKey(AuthorizationConfiguration config, ApiKeyEncryption encryption) { - return configurationKeyAsPlaintext(config.getAdminApiKey(), encryption, "admin"); + // return configurationKeyAsPlaintext(config.getAdminApiKey(), encryption, "admin"); + return config.getAdminApiKey(); } private String configurationKeyAsPlaintext(String key, ApiKeyEncryption encryption, String description) { From 5569794200716e9561a296721391f06ff5ca79f1 Mon Sep 17 00:00:00 2001 From: mukeshsbbv Date: Mon, 12 Feb 2024 11:55:18 +0530 Subject: [PATCH 60/62] added shovel logs --- .../com/bazaarvoice/emodb/databus/client/DatabusClient.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/databus-client-jersey2/src/main/java/com/bazaarvoice/emodb/databus/client/DatabusClient.java b/databus-client-jersey2/src/main/java/com/bazaarvoice/emodb/databus/client/DatabusClient.java index a33c811e7c..0af9a4ca06 100644 --- a/databus-client-jersey2/src/main/java/com/bazaarvoice/emodb/databus/client/DatabusClient.java +++ b/databus-client-jersey2/src/main/java/com/bazaarvoice/emodb/databus/client/DatabusClient.java @@ -306,7 +306,8 @@ public void acknowledge(String subscription, Collection eventKeys) { .queryParam("partitioned", _partitionSafe) .build(); _log.debug("Uri for acknowledge call:{} ", uri.toString()); - + _log.info("entering point"); + _log.info("event keys {}",eventKeys); Failsafe.with(_retryPolicy) .run(() -> _client.resource(uri) .type(MediaType.APPLICATION_JSON_TYPE) @@ -314,6 +315,8 @@ public void acknowledge(String subscription, Collection eventKeys) { .post(Entity.entity(eventKeys, "application/x.json-condition"))); } catch (UnknownHostException e) { throw new RuntimeException(e); + } catch (Exception e) { + _log.error("error occured from acknowledge ",e); } } From 9d4c10847521f7eebb00f1ff7f28f4e4e9e5e988 Mon Sep 17 00:00:00 2001 From: jenkins Date: Mon, 12 Feb 2024 11:53:04 +0000 Subject: [PATCH 61/62] branch admin -prepare release emodb-6.5.65 --- auth/auth-client/pom.xml | 2 +- auth/auth-core/pom.xml | 2 +- auth/auth-store/pom.xml | 2 +- auth/auth-util/pom.xml | 2 +- blob-api/pom.xml | 2 +- blob-clients/blob-client-common/pom.xml | 2 +- blob-clients/blob-client-jersey2/pom.xml | 2 +- blob-clients/blob-client/pom.xml | 2 +- blob/pom.xml | 2 +- cachemgr/pom.xml | 2 +- common/api/pom.xml | 2 +- common/astyanax/pom.xml | 2 +- common/client-jax-rs-2/pom.xml | 2 +- common/client-jersey2/pom.xml | 2 +- common/client/pom.xml | 2 +- common/dropwizard/pom.xml | 2 +- common/jersey-client/pom.xml | 2 +- common/json/pom.xml | 2 +- common/stash/pom.xml | 2 +- common/uuid/pom.xml | 2 +- common/zookeeper/pom.xml | 2 +- databus-api/pom.xml | 2 +- databus-client-common/pom.xml | 2 +- databus-client-jersey2/pom.xml | 2 +- databus-client/pom.xml | 2 +- databus/pom.xml | 2 +- datacenter/pom.xml | 2 +- event/pom.xml | 2 +- job-api/pom.xml | 2 +- job/pom.xml | 2 +- kafka/pom.xml | 2 +- megabus/pom.xml | 2 +- parent/pom.xml | 4 ++-- plugins/pom.xml | 2 +- pom.xml | 4 ++-- quality/integration/pom.xml | 2 +- quality/pom.xml | 2 +- queue-api/pom.xml | 2 +- queue-client-common/pom.xml | 2 +- queue-client-jersey2/pom.xml | 2 +- queue-client/pom.xml | 2 +- queue/pom.xml | 2 +- sdk/pom.xml | 2 +- sor-api/pom.xml | 2 +- sor-client-common/pom.xml | 2 +- sor-client-jersey2/pom.xml | 2 +- sor-client/pom.xml | 2 +- sor/pom.xml | 2 +- table/pom.xml | 2 +- uac-api/pom.xml | 2 +- uac-client-jersey2/pom.xml | 2 +- uac-client/pom.xml | 2 +- web-local/pom.xml | 2 +- web/pom.xml | 2 +- yum/pom.xml | 2 +- 55 files changed, 57 insertions(+), 57 deletions(-) diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index da81740e9e..8a03bb882f 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index f9a5283677..98a8e85a40 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/auth/auth-store/pom.xml b/auth/auth-store/pom.xml index 97b3ca8fff..b7bc001333 100644 --- a/auth/auth-store/pom.xml +++ b/auth/auth-store/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/auth/auth-util/pom.xml b/auth/auth-util/pom.xml index 0995412085..2494057823 100644 --- a/auth/auth-util/pom.xml +++ b/auth/auth-util/pom.xml @@ -3,7 +3,7 @@ emodb com.bazaarvoice.emodb - 6.5.65-SNAPSHOT + 6.5.65 ../../pom.xml 4.0.0 diff --git a/blob-api/pom.xml b/blob-api/pom.xml index 6b1dece441..c7e4271042 100644 --- a/blob-api/pom.xml +++ b/blob-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/blob-clients/blob-client-common/pom.xml b/blob-clients/blob-client-common/pom.xml index 48e2774292..2062457894 100644 --- a/blob-clients/blob-client-common/pom.xml +++ b/blob-clients/blob-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/blob-clients/blob-client-jersey2/pom.xml b/blob-clients/blob-client-jersey2/pom.xml index 5322104248..d1b85bebca 100644 --- a/blob-clients/blob-client-jersey2/pom.xml +++ b/blob-clients/blob-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/blob-clients/blob-client/pom.xml b/blob-clients/blob-client/pom.xml index 6e76979768..b2d6a887d6 100644 --- a/blob-clients/blob-client/pom.xml +++ b/blob-clients/blob-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/blob/pom.xml b/blob/pom.xml index 15607bf566..bf0ee74de9 100644 --- a/blob/pom.xml +++ b/blob/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/cachemgr/pom.xml b/cachemgr/pom.xml index c4c06eecb4..9ee32ab6ea 100644 --- a/cachemgr/pom.xml +++ b/cachemgr/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/common/api/pom.xml b/common/api/pom.xml index 545a71f784..4ae8b0a16b 100644 --- a/common/api/pom.xml +++ b/common/api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/common/astyanax/pom.xml b/common/astyanax/pom.xml index a8df890480..10d0cd4c7e 100644 --- a/common/astyanax/pom.xml +++ b/common/astyanax/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/common/client-jax-rs-2/pom.xml b/common/client-jax-rs-2/pom.xml index eb5e71f598..094761a5fe 100644 --- a/common/client-jax-rs-2/pom.xml +++ b/common/client-jax-rs-2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/common/client-jersey2/pom.xml b/common/client-jersey2/pom.xml index 6a1940799e..aca0e2dab2 100644 --- a/common/client-jersey2/pom.xml +++ b/common/client-jersey2/pom.xml @@ -5,7 +5,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/common/client/pom.xml b/common/client/pom.xml index d309a6cecf..b49655e3ce 100644 --- a/common/client/pom.xml +++ b/common/client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/common/dropwizard/pom.xml b/common/dropwizard/pom.xml index a1e30e24d1..66645ae6b0 100644 --- a/common/dropwizard/pom.xml +++ b/common/dropwizard/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/common/jersey-client/pom.xml b/common/jersey-client/pom.xml index 00c26881e8..81bbb9172c 100644 --- a/common/jersey-client/pom.xml +++ b/common/jersey-client/pom.xml @@ -5,7 +5,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/common/json/pom.xml b/common/json/pom.xml index 93a4489cd0..c082ab64f7 100644 --- a/common/json/pom.xml +++ b/common/json/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/common/stash/pom.xml b/common/stash/pom.xml index e11096e0e2..f3765c7763 100644 --- a/common/stash/pom.xml +++ b/common/stash/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/common/uuid/pom.xml b/common/uuid/pom.xml index dbb057be25..077d81a4b3 100644 --- a/common/uuid/pom.xml +++ b/common/uuid/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/common/zookeeper/pom.xml b/common/zookeeper/pom.xml index 21beb2d012..3396fd1c0d 100644 --- a/common/zookeeper/pom.xml +++ b/common/zookeeper/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/databus-api/pom.xml b/databus-api/pom.xml index 90df970325..22c98693a9 100644 --- a/databus-api/pom.xml +++ b/databus-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/databus-client-common/pom.xml b/databus-client-common/pom.xml index 4ee3ef9dbd..9696e41f13 100644 --- a/databus-client-common/pom.xml +++ b/databus-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/databus-client-jersey2/pom.xml b/databus-client-jersey2/pom.xml index b0b8b0636a..62e4734ac5 100644 --- a/databus-client-jersey2/pom.xml +++ b/databus-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/databus-client/pom.xml b/databus-client/pom.xml index 17c1073db3..0009d397c3 100644 --- a/databus-client/pom.xml +++ b/databus-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/databus/pom.xml b/databus/pom.xml index d7495e57eb..eb38348a5e 100644 --- a/databus/pom.xml +++ b/databus/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/datacenter/pom.xml b/datacenter/pom.xml index d36fb68fc6..c5d6a00246 100644 --- a/datacenter/pom.xml +++ b/datacenter/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/event/pom.xml b/event/pom.xml index d825d951de..6f40262788 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/job-api/pom.xml b/job-api/pom.xml index 40ee5c2578..abf4808c30 100644 --- a/job-api/pom.xml +++ b/job-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/job/pom.xml b/job/pom.xml index 32ca490a49..beff299b71 100644 --- a/job/pom.xml +++ b/job/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/kafka/pom.xml b/kafka/pom.xml index 88865a6135..4626c36ce5 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/megabus/pom.xml b/megabus/pom.xml index 0f218d60bf..c04790d25b 100644 --- a/megabus/pom.xml +++ b/megabus/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index cbc8741a5d..981fdae553 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 pom EmoDB Parent @@ -20,7 +20,7 @@ scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git - emodb-6.5.45 + emodb-6.5.65 diff --git a/plugins/pom.xml b/plugins/pom.xml index 34dd7070f7..e83747fb10 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -4,7 +4,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/pom.xml b/pom.xml index 141cb101e3..635b2efdd9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 parent/pom.xml @@ -18,7 +18,7 @@ scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git - emodb-6.5.30 + emodb-6.5.65 diff --git a/quality/integration/pom.xml b/quality/integration/pom.xml index 20c5239c52..b0f96f2438 100644 --- a/quality/integration/pom.xml +++ b/quality/integration/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../../parent/pom.xml diff --git a/quality/pom.xml b/quality/pom.xml index 94a2698f6b..6747c0b860 100644 --- a/quality/pom.xml +++ b/quality/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/queue-api/pom.xml b/queue-api/pom.xml index 2ddf7569e6..88b62c3619 100644 --- a/queue-api/pom.xml +++ b/queue-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/queue-client-common/pom.xml b/queue-client-common/pom.xml index ccd446ff6a..1b59fcd70a 100644 --- a/queue-client-common/pom.xml +++ b/queue-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/queue-client-jersey2/pom.xml b/queue-client-jersey2/pom.xml index 708ef7bc2b..1ce67d1e4f 100644 --- a/queue-client-jersey2/pom.xml +++ b/queue-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/queue-client/pom.xml b/queue-client/pom.xml index 2b687224a4..319248a962 100644 --- a/queue-client/pom.xml +++ b/queue-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/queue/pom.xml b/queue/pom.xml index 9586aabe5a..78d971dc31 100644 --- a/queue/pom.xml +++ b/queue/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/sdk/pom.xml b/sdk/pom.xml index 75ac3957b0..a34aae0936 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/sor-api/pom.xml b/sor-api/pom.xml index a3c06125b4..8f6b3daa62 100644 --- a/sor-api/pom.xml +++ b/sor-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/sor-client-common/pom.xml b/sor-client-common/pom.xml index 923309d36d..01f89c9bf5 100644 --- a/sor-client-common/pom.xml +++ b/sor-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/sor-client-jersey2/pom.xml b/sor-client-jersey2/pom.xml index 47b17faec2..8478cdd708 100644 --- a/sor-client-jersey2/pom.xml +++ b/sor-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/sor-client/pom.xml b/sor-client/pom.xml index 93dbe761c8..d6da808f3c 100644 --- a/sor-client/pom.xml +++ b/sor-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/sor/pom.xml b/sor/pom.xml index f613265a32..8f9fc19914 100644 --- a/sor/pom.xml +++ b/sor/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/table/pom.xml b/table/pom.xml index 3d896dbd62..41ade0ef58 100644 --- a/table/pom.xml +++ b/table/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/uac-api/pom.xml b/uac-api/pom.xml index 46923a8216..e8bf25d00c 100644 --- a/uac-api/pom.xml +++ b/uac-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/uac-client-jersey2/pom.xml b/uac-client-jersey2/pom.xml index 28d1849a4d..bf865583ef 100644 --- a/uac-client-jersey2/pom.xml +++ b/uac-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/uac-client/pom.xml b/uac-client/pom.xml index a4129acb2c..5d4963f456 100644 --- a/uac-client/pom.xml +++ b/uac-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/web-local/pom.xml b/web-local/pom.xml index fd7135dd7a..fae20146d3 100644 --- a/web-local/pom.xml +++ b/web-local/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/web/pom.xml b/web/pom.xml index 254d8e1de1..e4d42d04c0 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml diff --git a/yum/pom.xml b/yum/pom.xml index 1430e17b4a..c01a266786 100644 --- a/yum/pom.xml +++ b/yum/pom.xml @@ -4,7 +4,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65-SNAPSHOT + 6.5.65 ../parent/pom.xml From 4426f67c2fc41bcdd5979ce5e5540d7d473f1d5b Mon Sep 17 00:00:00 2001 From: jenkins Date: Mon, 12 Feb 2024 11:53:05 +0000 Subject: [PATCH 62/62] branch admin -prepare for next development iteration --- auth/auth-client/pom.xml | 2 +- auth/auth-core/pom.xml | 2 +- auth/auth-store/pom.xml | 2 +- auth/auth-util/pom.xml | 2 +- blob-api/pom.xml | 2 +- blob-clients/blob-client-common/pom.xml | 2 +- blob-clients/blob-client-jersey2/pom.xml | 2 +- blob-clients/blob-client/pom.xml | 2 +- blob/pom.xml | 2 +- cachemgr/pom.xml | 2 +- common/api/pom.xml | 2 +- common/astyanax/pom.xml | 2 +- common/client-jax-rs-2/pom.xml | 2 +- common/client-jersey2/pom.xml | 2 +- common/client/pom.xml | 2 +- common/dropwizard/pom.xml | 2 +- common/jersey-client/pom.xml | 2 +- common/json/pom.xml | 2 +- common/stash/pom.xml | 2 +- common/uuid/pom.xml | 2 +- common/zookeeper/pom.xml | 2 +- databus-api/pom.xml | 2 +- databus-client-common/pom.xml | 2 +- databus-client-jersey2/pom.xml | 2 +- databus-client/pom.xml | 2 +- databus/pom.xml | 2 +- datacenter/pom.xml | 2 +- event/pom.xml | 2 +- job-api/pom.xml | 2 +- job/pom.xml | 2 +- kafka/pom.xml | 2 +- megabus/pom.xml | 2 +- parent/pom.xml | 4 ++-- plugins/pom.xml | 2 +- pom.xml | 4 ++-- quality/integration/pom.xml | 2 +- quality/pom.xml | 2 +- queue-api/pom.xml | 2 +- queue-client-common/pom.xml | 2 +- queue-client-jersey2/pom.xml | 2 +- queue-client/pom.xml | 2 +- queue/pom.xml | 2 +- sdk/pom.xml | 2 +- sor-api/pom.xml | 2 +- sor-client-common/pom.xml | 2 +- sor-client-jersey2/pom.xml | 2 +- sor-client/pom.xml | 2 +- sor/pom.xml | 2 +- table/pom.xml | 2 +- uac-api/pom.xml | 2 +- uac-client-jersey2/pom.xml | 2 +- uac-client/pom.xml | 2 +- web-local/pom.xml | 2 +- web/pom.xml | 2 +- yum/pom.xml | 2 +- 55 files changed, 57 insertions(+), 57 deletions(-) diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index 8a03bb882f..8ec17b61b8 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index 98a8e85a40..8529b6742d 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/auth/auth-store/pom.xml b/auth/auth-store/pom.xml index b7bc001333..9756ffc863 100644 --- a/auth/auth-store/pom.xml +++ b/auth/auth-store/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/auth/auth-util/pom.xml b/auth/auth-util/pom.xml index 2494057823..4727f34beb 100644 --- a/auth/auth-util/pom.xml +++ b/auth/auth-util/pom.xml @@ -3,7 +3,7 @@ emodb com.bazaarvoice.emodb - 6.5.65 + 6.5.66-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/blob-api/pom.xml b/blob-api/pom.xml index c7e4271042..a1d568ca36 100644 --- a/blob-api/pom.xml +++ b/blob-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/blob-clients/blob-client-common/pom.xml b/blob-clients/blob-client-common/pom.xml index 2062457894..794f7b65c0 100644 --- a/blob-clients/blob-client-common/pom.xml +++ b/blob-clients/blob-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/blob-clients/blob-client-jersey2/pom.xml b/blob-clients/blob-client-jersey2/pom.xml index d1b85bebca..e22a2cf5ef 100644 --- a/blob-clients/blob-client-jersey2/pom.xml +++ b/blob-clients/blob-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/blob-clients/blob-client/pom.xml b/blob-clients/blob-client/pom.xml index b2d6a887d6..10d2979257 100644 --- a/blob-clients/blob-client/pom.xml +++ b/blob-clients/blob-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/blob/pom.xml b/blob/pom.xml index bf0ee74de9..557374bfee 100644 --- a/blob/pom.xml +++ b/blob/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/cachemgr/pom.xml b/cachemgr/pom.xml index 9ee32ab6ea..4ee227ba35 100644 --- a/cachemgr/pom.xml +++ b/cachemgr/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/common/api/pom.xml b/common/api/pom.xml index 4ae8b0a16b..8de200511c 100644 --- a/common/api/pom.xml +++ b/common/api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/common/astyanax/pom.xml b/common/astyanax/pom.xml index 10d0cd4c7e..f19741a8f7 100644 --- a/common/astyanax/pom.xml +++ b/common/astyanax/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/common/client-jax-rs-2/pom.xml b/common/client-jax-rs-2/pom.xml index 094761a5fe..f90cbc0fab 100644 --- a/common/client-jax-rs-2/pom.xml +++ b/common/client-jax-rs-2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/common/client-jersey2/pom.xml b/common/client-jersey2/pom.xml index aca0e2dab2..2b0a44258a 100644 --- a/common/client-jersey2/pom.xml +++ b/common/client-jersey2/pom.xml @@ -5,7 +5,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/common/client/pom.xml b/common/client/pom.xml index b49655e3ce..7289c58229 100644 --- a/common/client/pom.xml +++ b/common/client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/common/dropwizard/pom.xml b/common/dropwizard/pom.xml index 66645ae6b0..0e706ea476 100644 --- a/common/dropwizard/pom.xml +++ b/common/dropwizard/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/common/jersey-client/pom.xml b/common/jersey-client/pom.xml index 81bbb9172c..b205afb70a 100644 --- a/common/jersey-client/pom.xml +++ b/common/jersey-client/pom.xml @@ -5,7 +5,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/common/json/pom.xml b/common/json/pom.xml index c082ab64f7..9849da4515 100644 --- a/common/json/pom.xml +++ b/common/json/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/common/stash/pom.xml b/common/stash/pom.xml index f3765c7763..04780bad78 100644 --- a/common/stash/pom.xml +++ b/common/stash/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/common/uuid/pom.xml b/common/uuid/pom.xml index 077d81a4b3..43bee156db 100644 --- a/common/uuid/pom.xml +++ b/common/uuid/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/common/zookeeper/pom.xml b/common/zookeeper/pom.xml index 3396fd1c0d..34e720ebf1 100644 --- a/common/zookeeper/pom.xml +++ b/common/zookeeper/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/databus-api/pom.xml b/databus-api/pom.xml index 22c98693a9..48441e7a8a 100644 --- a/databus-api/pom.xml +++ b/databus-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/databus-client-common/pom.xml b/databus-client-common/pom.xml index 9696e41f13..0d97607524 100644 --- a/databus-client-common/pom.xml +++ b/databus-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/databus-client-jersey2/pom.xml b/databus-client-jersey2/pom.xml index 62e4734ac5..056a0d8634 100644 --- a/databus-client-jersey2/pom.xml +++ b/databus-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/databus-client/pom.xml b/databus-client/pom.xml index 0009d397c3..1fe451a948 100644 --- a/databus-client/pom.xml +++ b/databus-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/databus/pom.xml b/databus/pom.xml index eb38348a5e..f1a60906bb 100644 --- a/databus/pom.xml +++ b/databus/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/datacenter/pom.xml b/datacenter/pom.xml index c5d6a00246..8f82c2eb00 100644 --- a/datacenter/pom.xml +++ b/datacenter/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/event/pom.xml b/event/pom.xml index 6f40262788..e2f4e7cd39 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/job-api/pom.xml b/job-api/pom.xml index abf4808c30..7b27c60cda 100644 --- a/job-api/pom.xml +++ b/job-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/job/pom.xml b/job/pom.xml index beff299b71..8abfa55d8e 100644 --- a/job/pom.xml +++ b/job/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/kafka/pom.xml b/kafka/pom.xml index 4626c36ce5..b6840783b5 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/megabus/pom.xml b/megabus/pom.xml index c04790d25b..589e1ea832 100644 --- a/megabus/pom.xml +++ b/megabus/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index 981fdae553..3e53fa61fa 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT pom EmoDB Parent @@ -20,7 +20,7 @@ scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git - emodb-6.5.65 + emodb-6.5.45 diff --git a/plugins/pom.xml b/plugins/pom.xml index e83747fb10..5ea4489bdb 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -4,7 +4,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/pom.xml b/pom.xml index 635b2efdd9..e341635103 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT parent/pom.xml @@ -18,7 +18,7 @@ scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git scm:git:git@github.com:bazaarvoice/emodb.git - emodb-6.5.65 + emodb-6.5.30 diff --git a/quality/integration/pom.xml b/quality/integration/pom.xml index b0f96f2438..3dd3c36073 100644 --- a/quality/integration/pom.xml +++ b/quality/integration/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../../parent/pom.xml diff --git a/quality/pom.xml b/quality/pom.xml index 6747c0b860..dc63e597be 100644 --- a/quality/pom.xml +++ b/quality/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/queue-api/pom.xml b/queue-api/pom.xml index 88b62c3619..142af6125f 100644 --- a/queue-api/pom.xml +++ b/queue-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/queue-client-common/pom.xml b/queue-client-common/pom.xml index 1b59fcd70a..1923f51798 100644 --- a/queue-client-common/pom.xml +++ b/queue-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/queue-client-jersey2/pom.xml b/queue-client-jersey2/pom.xml index 1ce67d1e4f..427416545d 100644 --- a/queue-client-jersey2/pom.xml +++ b/queue-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/queue-client/pom.xml b/queue-client/pom.xml index 319248a962..986a55cb29 100644 --- a/queue-client/pom.xml +++ b/queue-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/queue/pom.xml b/queue/pom.xml index 78d971dc31..0266f48e1e 100644 --- a/queue/pom.xml +++ b/queue/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/sdk/pom.xml b/sdk/pom.xml index a34aae0936..ec974ebf28 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/sor-api/pom.xml b/sor-api/pom.xml index 8f6b3daa62..fa256efa01 100644 --- a/sor-api/pom.xml +++ b/sor-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/sor-client-common/pom.xml b/sor-client-common/pom.xml index 01f89c9bf5..6d903c1792 100644 --- a/sor-client-common/pom.xml +++ b/sor-client-common/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/sor-client-jersey2/pom.xml b/sor-client-jersey2/pom.xml index 8478cdd708..3db547b68c 100644 --- a/sor-client-jersey2/pom.xml +++ b/sor-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/sor-client/pom.xml b/sor-client/pom.xml index d6da808f3c..4609d3f67f 100644 --- a/sor-client/pom.xml +++ b/sor-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/sor/pom.xml b/sor/pom.xml index 8f9fc19914..53d3212c15 100644 --- a/sor/pom.xml +++ b/sor/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/table/pom.xml b/table/pom.xml index 41ade0ef58..cc8f8b276a 100644 --- a/table/pom.xml +++ b/table/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/uac-api/pom.xml b/uac-api/pom.xml index e8bf25d00c..522fef6945 100644 --- a/uac-api/pom.xml +++ b/uac-api/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/uac-client-jersey2/pom.xml b/uac-client-jersey2/pom.xml index bf865583ef..1dbe26b9e0 100644 --- a/uac-client-jersey2/pom.xml +++ b/uac-client-jersey2/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/uac-client/pom.xml b/uac-client/pom.xml index 5d4963f456..9b34c54ba4 100644 --- a/uac-client/pom.xml +++ b/uac-client/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/web-local/pom.xml b/web-local/pom.xml index fae20146d3..6217ae14c2 100644 --- a/web-local/pom.xml +++ b/web-local/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/web/pom.xml b/web/pom.xml index e4d42d04c0..2a797f12cf 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -6,7 +6,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml diff --git a/yum/pom.xml b/yum/pom.xml index c01a266786..2c25650f7f 100644 --- a/yum/pom.xml +++ b/yum/pom.xml @@ -4,7 +4,7 @@ com.bazaarvoice.emodb emodb-parent - 6.5.65 + 6.5.66-SNAPSHOT ../parent/pom.xml