File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ buildscript {
6767 repositories {
6868 mavenLocal()
6969 maven { url " https://central.sonatype.com/repository/maven-snapshots/" }
70- maven { url " https://aws.oss.sonatype.org/content/repositories/snapshots" }
7170 mavenCentral()
7271 }
7372
@@ -93,7 +92,6 @@ apply plugin: 'opensearch.java-agent'
9392repositories {
9493 mavenLocal()
9594 maven { url " https://central.sonatype.com/repository/maven-snapshots/" }
96- maven { url " https://aws.oss.sonatype.org/content/repositories/snapshots" }
9795 mavenCentral() // For Elastic Libs that you can use to get started coding until open OpenSearch libs are available
9896 maven { url ' https://jitpack.io' }
9997}
@@ -158,7 +156,6 @@ subprojects {
158156 repositories {
159157 mavenLocal()
160158 maven { url " https://central.sonatype.com/repository/maven-snapshots/" }
161- maven { url " https://aws.oss.sonatype.org/content/repositories/snapshots" }
162159 mavenCentral()
163160 maven { url " https://ci.opensearch.org/ci/dbc/snapshots/lucene/" }
164161 maven { url ' https://jitpack.io' }
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ apply plugin: 'com.wiredforcode.spawn'
4848// The next major version is only API compat w/ the last minor of the previous major.
4949// baseVersion need to roll-froward accordingly, as new 2.x of OpenSearch being released.
5050// See: https://github.com/opensearch-project/OpenSearch/issues/3615
51- String baseVersion = " 2.20 .0"
51+ String baseVersion = " 3.1 .0"
5252String bwcVersion = baseVersion + " .0" ;
5353String baseName = " sqlBwcCluster"
5454String bwcFilePath = " src/test/resources/bwc/"
You can’t perform that action at this time.
0 commit comments