Skip to content

Commit b452f07

Browse files
authored
Fix CI artifact sources (opensearch-project#4131)
* Fix CI artifact sources Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Fix the version Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Maybe 3.1? Signed-off-by: Simeon Widdis <sawiddis@amazon.com> --------- Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
1 parent f32e73e commit b452f07

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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'
9392
repositories {
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' }

integ-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
5252
String bwcVersion = baseVersion + ".0";
5353
String baseName = "sqlBwcCluster"
5454
String bwcFilePath = "src/test/resources/bwc/"

0 commit comments

Comments
 (0)