From 7544c501ae445c2c37492ae819b5253edadbd6a4 Mon Sep 17 00:00:00 2001 From: Prudhvi Godithi Date: Thu, 11 May 2023 13:51:25 -0700 Subject: [PATCH] Release 1.3.10 Add common-utils Signed-off-by: Prudhvi Godithi --- manifests/1.3.10/opensearch-1.3.10.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/manifests/1.3.10/opensearch-1.3.10.yml b/manifests/1.3.10/opensearch-1.3.10.yml index a4664b7291..10dd800736 100644 --- a/manifests/1.3.10/opensearch-1.3.10.yml +++ b/manifests/1.3.10/opensearch-1.3.10.yml @@ -14,3 +14,21 @@ components: checks: - gradle:publish - gradle:properties:version + - name: common-utils + repository: https://github.com/opensearch-project/common-utils.git + ref: '1.3' + checks: + - gradle:publish + - gradle:properties:version + platforms: + - linux + - windows + - name: job-scheduler + repository: https://github.com/opensearch-project/job-scheduler.git + ref: '1.3' + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + platforms: + - linux + - windows