From 18554333928f961a59c7469a3fcafd582eda75e4 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 | 9 +++++++++ 1 file changed, 9 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..b866cd1000 100644 --- a/manifests/1.3.10/opensearch-1.3.10.yml +++ b/manifests/1.3.10/opensearch-1.3.10.yml @@ -14,3 +14,12 @@ 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