Skip to content

Commit 55c30fa

Browse files
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 <[email protected]> * Updating docs link to our documentation website. Signed-off-by: Sarat Vemulapalli <[email protected]>
1 parent d87509d commit 55c30fa

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.github/workflows/test-and-build-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v2
3131
with:
3232
repository: 'opensearch-project/OpenSearch'
33-
ref: '1.0'
33+
ref: '1.x'
3434
path: OpenSearch
3535
- name: Build OpenSearch
3636
working-directory: ./OpenSearch

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ The sample extension plugin takes an index name as input and logs the index shar
4141
logs according to the specified Schedule. And it also exposes a REST endpoint for end users to
4242
create/delete jobs.
4343

44+
## Contributing
45+
46+
See [developer guide](DEVELOPER_GUIDE.md) and [how to contribute to this project](CONTRIBUTING.md).
47+
48+
## Getting Help
49+
50+
If you find a bug, or have a feature request, please don't hesitate to open an issue in this repository.
51+
52+
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/).
53+
4454
## Code of Conduct
4555

4656
This project has adopted an [Open Source Code of Conduct](https://www.opensearch.org/codeofconduct.html).

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
buildscript {
2828
ext {
29-
opensearch_version = System.getProperty("opensearch.version", "1.0.0")
29+
opensearch_version = System.getProperty("opensearch.version", "1.1.0")
3030
}
3131

3232
repositories {

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
# permissions and limitations under the License.
2525
#
2626

27-
version = 1.0.0
27+
version = 1.1.0

0 commit comments

Comments
 (0)