File tree 2 files changed +4
-4
lines changed
src/test/java/org/opensearch/plugin/bwc
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ version = 2.18.0.0
7
7
opensearch_version =
8
8
9
9
# A version of OpenSearch cluster to run BWC tests against
10
- BWCversion = 2.17.0
10
+ BWCversion = 2.17.1
11
11
12
12
# A version of plugin to deploy to BWC clusters
13
- BWCPluginVersion = 2.17.0 .0
13
+ BWCPluginVersion = 2.17.1 .0
14
14
15
15
pluginName = prometheus-exporter
16
16
pluginClassname = org.opensearch.plugin.prometheus.PrometheusExporterPlugin
Original file line number Diff line number Diff line change 34
34
*/
35
35
public class PluginBackwardsCompatibilityIT extends OpenSearchRestTestCase {
36
36
37
- public static final Version BWCVersion = Version .V_2_17_0 ;
38
- public static final Version NewVersion = Version .V_2_17_1 ;
37
+ public static final Version BWCVersion = Version .V_2_17_1 ;
38
+ public static final Version NewVersion = Version .V_2_18_0 ;
39
39
40
40
private static final ClusterType CLUSTER_TYPE = ClusterType .parse (System .getProperty ("tests.rest.bwcsuite" ));
41
41
private static final String CLUSTER_NAME = System .getProperty ("tests.clustername" );
You can’t perform that action at this time.
0 commit comments