Skip to content

Commit

Permalink
bumping main to 1.3 (opensearch-project#361)
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 authored Dec 27, 2021
1 parent 141dc1a commit 39f082b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [pull_request, push]
env:
PLUGIN_NAME: dashboards-observability
OPENSEARCH_VERSION: '1.x'
OPENSEARCH_PLUGIN_VERSION: 1.2.0.0
OPENSEARCH_PLUGIN_VERSION: 1.3.0.0

jobs:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Test and Build OpenSearch Observability Backend Plugin
on: [pull_request, push]

env:
OPENSEARCH_VERSION: '1.2.3-SNAPSHOT'
OPENSEARCH_BRANCH: '1.2'
OPENSEARCH_VERSION: '1.3.0-SNAPSHOT'
OPENSEARCH_BRANCH: '1.3'
COMMON_UTILS_BRANCH: 'main'

jobs:
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": "observabilityDashboards",
"version": "1.2.0.0",
"opensearchDashboardsVersion": "1.2.0",
"version": "1.3.0.0",
"opensearchDashboardsVersion": "1.3.0",
"server": true,
"ui": true,
"requiredPlugins": [
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": "observability-dashboards",
"version": "1.2.0.0",
"version": "1.3.0.0",
"main": "index.ts",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 39f082b

Please sign in to comment.