From 12ba74732107a2f8061249502d71830a10933f88 Mon Sep 17 00:00:00 2001 From: Sarat Vemulapalli Date: Fri, 6 Aug 2021 11:02:28 -0700 Subject: [PATCH] Bumping job-scheduler to build with OpenSearch(main) 1.1.0 (#44) * Bumping job-scheduler to build with OpenSearch(main) 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 | 2 +- build.gradle | 2 +- gradle.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index 55692dad..912f3c6b 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: 'main' path: OpenSearch - name: Build OpenSearch working-directory: ./OpenSearch diff --git a/README.md b/README.md index 01212ca2..42ec7d1f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ See [developer guide](DEVELOPER_GUIDE.md) and [how to contribute to this project 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://docs-beta.opensearch.org/). If you need help and are unsure where to open an issue, try [forums](https://discuss.opendistrocommunity.dev/). +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 diff --git a/build.gradle b/build.gradle index d8e96643..61880789 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