Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions opensearch-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# same version they are installed into.
package:
name: opensearch-3
version: "3.3.2"
epoch: 1
version: "3.4.0"
epoch: 0
description: Open source distributed and RESTful search engine.
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -107,7 +107,9 @@ pipeline:
with:
repository: https://github.com/opensearch-project/OpenSearch
tag: ${{package.version}}
expected-commit: 6564992150e26aaa62d4522a220dfff5188aeb88
expected-commit: 00336141f90b2456d7aa35e9052fd6baf7147423
cherry-picks: |
main/f9a1f0dcfeeede87c4b7734f375aeba3f49e9503

- runs: |
echo "org.gradle.daemon=false" >> gradle.properties
Expand Down
Loading