Skip to content

Commit

Permalink
updating bwc
Browse files Browse the repository at this point in the history
Signed-off-by: Bharathwaj G <[email protected]>
  • Loading branch information
bharath-techie committed Aug 1, 2023
1 parent 6a7032f commit bd13476
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
opensearch_group = "org.opensearch"
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
opensearch_version = System.getProperty("opensearch.version", "2.10.0-SNAPSHOT")
opensearch_plugin_version = System.getProperty("bwc.version", "1.1.0.0")
opensearch_plugin_version = System.getProperty("bwc.version", "2.9.0.0")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
// 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT
version_tokens = opensearch_version.tokenize('-')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import org.opensearch.common.settings.Settings;
import org.opensearch.index.IndexNotFoundException;
import org.opensearch.index.reindex.ReindexPlugin;
import org.opensearch.painless.PainlessPlugin;
//import org.opensearch.painless.PainlessPlugin;
import org.opensearch.plugins.Plugin;
import org.opensearch.plugins.PluginsService;
import org.opensearch.script.MockScriptPlugin;
Expand Down Expand Up @@ -83,7 +83,7 @@ protected Collection<Class<? extends Plugin>> getPlugins() {
plugins.add(SearchDelayPlugin.class);
plugins.add(AsynchronousSearchPlugin.class);
plugins.add(ReindexPlugin.class);
plugins.add(PainlessPlugin.class);
//plugins.add(PainlessPlugin.class);
return plugins;
}

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit bd13476

Please sign in to comment.