Skip to content

Commit

Permalink
remove s3 bucket refs (confluentinc#278)
Browse files Browse the repository at this point in the history
Co-authored-by: Cerchie <[email protected]>
  • Loading branch information
Cerchie and Cerchie authored Sep 6, 2024
1 parent 1f20482 commit 5ec6fb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion livestreams/october-6/websockets-ksqldb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {

// temp repositories for ksqlDB artifacts
maven { url "https://ksqldb-maven.s3.amazonaws.com/maven/" }
maven { url "https://jenkins-confluent-packages-beta-maven.s3.amazonaws.com/6.1.0-beta200825192044/1/maven/" }
maven { url "REPLACE_WITH_OWN" }
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion livestreams/september-15/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
url "https://ksqldb-maven.s3.amazonaws.com/maven/"
}
maven(){
url "https://jenkins-confluent-packages-beta-maven.s3.amazonaws.com/6.1.0-beta200715032424/1/maven/"
url "REPLACE_WITH_OWN"
}
}

Expand Down
2 changes: 1 addition & 1 deletion livestreams/september-22/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
url "https://ksqldb-maven.s3.amazonaws.com/maven/"
}
maven() {
url "https://jenkins-confluent-packages-beta-maven.s3.amazonaws.com/6.1.0-beta200715032424/1/maven/"
url "REPLACE_WITH_LATEST"
}
}

Expand Down

0 comments on commit 5ec6fb8

Please sign in to comment.