Skip to content

Commit b7b080b

Browse files
author
root
committed
Point repositories and distributionManagement to odp-central/release
1 parent 4ae08f7 commit b7b080b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ext/ranger/install/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
mavenCentral()
88
mavenLocal()
99
maven { url "https://repo1.acceldata.dev/repository/odp-central/" }
10-
maven { url "https://repo1.acceldata.dev/repository/odp-staging-central/" }
10+
maven { url "https://repo1.acceldata.dev/repository/odp-central/" }
1111
}
1212
configurations.all {
1313
transitive = false

java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ allprojects {
3737
mavenCentral()
3838
mavenLocal()
3939
maven { url "https://repo1.acceldata.dev/repository/odp-central/" }
40-
maven { url "https://repo1.acceldata.dev/repository/odp-staging-central/" }
40+
maven { url "https://repo1.acceldata.dev/repository/odp-central/" }
4141
}
4242

4343
// Read the version.txt file to set the project version

0 commit comments

Comments
 (0)