Skip to content

Commit

Permalink
Remove duplicate components and add new ones to .meta (#3211)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya authored Feb 21, 2023
1 parent a193bde commit 642b4dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
17 changes: 0 additions & 17 deletions manifests/2.5.0/opensearch-2.5.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,23 +172,6 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: index-management
repository: https://github.com/opensearch-project/index-management.git
ref: tags/2.5.0.0
platforms:
- linux
- windows
checks:
- gradle:properties:version
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: tags/2.5.0.0
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: tags/2.5.0.0
Expand Down
4 changes: 3 additions & 1 deletion meta/.meta
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"opensearch-build": "git@github.com:opensearch-project/opensearch-build.git",
"ml-commons": "git@github.com:opensearch-project/ml-commons.git",
"geospatial": "git@github.com:opensearch-project/geospatial.git",
"dashboards-maps": "git@github.com:opensearch-project/dashboards-maps.git"
"dashboards-maps": "git@github.com:opensearch-project/dashboards-maps.git",
"neural-search": "git@github.com:opensearch-project/neural-search.git",
"security-analytics": "git@github.com:opensearch-project/security-analytics.git"
}
}

0 comments on commit 642b4dc

Please sign in to comment.