Skip to content

Commit

Permalink
[AUTO] Increment version to 2.9.0.0 (#61)
Browse files Browse the repository at this point in the history
* Increment version to 2.9.0.0

Signed-off-by: opensearch-ci-bot <[email protected]>

* Remove opensearch version for 2.x

Signed-off-by: Hailong Cui <[email protected]>

---------

Signed-off-by: opensearch-ci-bot <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
Co-authored-by: Hailong Cui <[email protected]>
  • Loading branch information
3 people authored Jul 10, 2023
1 parent 1d79a19 commit 1941fb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on: [pull_request, push]
env:
PLUGIN_NAME: notifications-dashboards
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
OPENSEARCH_VERSION: '2.8.0-SNAPSHOT'

jobs:
tests:
Expand Down Expand Up @@ -74,7 +73,7 @@ jobs:
brew install coreutils
fi
cd notifications/notifications
./gradlew run -Dopensearch.version=${{ env.OPENSEARCH_VERSION }} -x integTest -x jacocoTestReport &
./gradlew run -x integTest -x jacocoTestReport &
timeout 300 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:9200)" != "200" ]]; do sleep 5; done'
shell: bash
env:
Expand Down
4 changes: 2 additions & 2 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "notificationsDashboards",
"version": "2.8.0.0",
"opensearchDashboardsVersion": "2.8.0",
"version": "2.9.0.0",
"opensearchDashboardsVersion": "2.9.0",
"requiredPlugins": [
"navigation",
"data"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notifications-dashboards",
"version": "2.8.0.0",
"version": "2.9.0.0",
"description": "OpenSearch Dashboards Notifications Plugin",
"license": "Apache-2.0",
"main": "index.ts",
Expand Down

0 comments on commit 1941fb9

Please sign in to comment.