Skip to content

Commit

Permalink
Removed v7 which requires new plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Nov 20, 2019
1 parent ef36a8c commit b5d6d92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Elasticsearch",
"version": "0.1.22",
"versionDate": "2019-05-16",
"version": "0.1.23",
"versionDate": "2019-11-20",
"author": "hackolade",
"engines": {
"hackolade": "1.12.7",
Expand All @@ -14,8 +14,7 @@
"versions": [
"2.x",
"5.x",
"6.x",
"7.x"
"6.x"
]
},
"features": {
Expand Down
2 changes: 1 addition & 1 deletion properties_pane/defaultData.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"model": {
"modelName": "New model",
"dbVersion": "7.x",
"dbVersion": "6.x",
"dbVendor": "Elasticsearch",
"port": 9200
},
Expand Down
3 changes: 1 addition & 2 deletions properties_pane/model_level/modelLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ making sure that you maintain a proper JSON format.
"options": [
"2.x",
"5.x",
"6.x",
"7.x"
"6.x"
],
"disabledOption": false
},
Expand Down

0 comments on commit b5d6d92

Please sign in to comment.