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