From 55c30faae6d12b3246302bb2176e8d2baec66797 Mon Sep 17 00:00:00 2001 From: Sarat Vemulapalli Date: Mon, 9 Aug 2021 16:40:43 -0700 Subject: [PATCH] Bumping job-scheduler to build with OpenSearch(1.x) 1.1.0 (#44) (#46) * Bumping job-scheduler to build with OpenSearch(1.x) 1.1.0 Signed-off-by: Sarat Vemulapalli * Updating docs link to our documentation website. Signed-off-by: Sarat Vemulapalli --- .github/workflows/test-and-build-workflow.yml | 2 +- README.md | 10 ++++++++++ build.gradle | 2 +- gradle.properties | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index 55692dad..ca5f7013 100644 --- a/.github/workflows/test-and-build-workflow.yml +++ b/.github/workflows/test-and-build-workflow.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'opensearch-project/OpenSearch' - ref: '1.0' + ref: '1.x' path: OpenSearch - name: Build OpenSearch working-directory: ./OpenSearch diff --git a/README.md b/README.md index bb2eb62c..c008e6ea 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,16 @@ The sample extension plugin takes an index name as input and logs the index shar logs according to the specified Schedule. And it also exposes a REST endpoint for end users to create/delete jobs. +## Contributing + +See [developer guide](DEVELOPER_GUIDE.md) and [how to contribute to this project](CONTRIBUTING.md). + +## Getting Help + +If you find a bug, or have a feature request, please don't hesitate to open an issue in this repository. + +For more information, see [project website](https://opensearch.org/) and [documentation](https://opensearch.org/docs/). If you need help and are unsure where to open an issue, try [forums](https://discuss.opendistrocommunity.dev/). + ## Code of Conduct This project has adopted an [Open Source Code of Conduct](https://www.opensearch.org/codeofconduct.html). diff --git a/build.gradle b/build.gradle index 3c070aba..1ecb06d5 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { ext { - opensearch_version = System.getProperty("opensearch.version", "1.0.0") + opensearch_version = System.getProperty("opensearch.version", "1.1.0") } repositories { diff --git a/gradle.properties b/gradle.properties index 061a0079..57aa1bf1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,4 +24,4 @@ # permissions and limitations under the License. # -version = 1.0.0 +version = 1.1.0