Skip to content

Commit

Permalink
Bumping job-scheduler to build with OpenSearch(1.x) 1.1.0 (#44) (#46)
Browse files Browse the repository at this point in the history
* Bumping job-scheduler to build with OpenSearch(1.x) 1.1.0

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>

* Updating docs link to our documentation website.

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
  • Loading branch information
saratvemulapalli committed Aug 9, 2021
1 parent d87509d commit 55c30fa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
# permissions and limitations under the License.
#

version = 1.0.0
version = 1.1.0

0 comments on commit 55c30fa

Please sign in to comment.