File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
exporters/aws-distro-opentelemetry-xray-udp-span-exporter Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ nebulaRelease {
40
40
nexusPublishing {
41
41
repositories {
42
42
sonatype {
43
- nexusUrl.set(uri(" https://aws.oss .sonatype.org /service/local/" ))
44
- snapshotRepositoryUrl.set(uri(" https://aws.oss. sonatype.org/content/repositories/ snapshots/" ))
43
+ nexusUrl.set(uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" ))
44
+ snapshotRepositoryUrl.set(uri(" https://central. sonatype.com/repository/maven- snapshots/" ))
45
45
username.set(System .getenv(" PUBLISH_TOKEN_USERNAME" ))
46
46
password.set(System .getenv(" PUBLISH_TOKEN_PASSWORD" ))
47
47
}
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ tasks.create("printVersion") {
101
101
nexusPublishing {
102
102
repositories {
103
103
sonatype {
104
- nexusUrl.set(uri(" https://aws.oss .sonatype.org /service/local/" ))
105
- snapshotRepositoryUrl.set(uri(" https://aws.oss. sonatype.org/content/repositories/ snapshots/" ))
104
+ nexusUrl.set(uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" ))
105
+ snapshotRepositoryUrl.set(uri(" https://central. sonatype.com/repository/maven- snapshots/" ))
106
106
username.set(System .getenv(" PUBLISH_TOKEN_USERNAME" ))
107
107
password.set(System .getenv(" PUBLISH_TOKEN_PASSWORD" ))
108
108
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencyResolutionManagement {
6
6
mavenLocal()
7
7
8
8
maven {
9
- setUrl(" https://oss .sonatype.org/content/repositories/ snapshots" )
9
+ setUrl(" https://central .sonatype.com/repository/maven- snapshots/ " )
10
10
}
11
11
}
12
12
}
@@ -16,4 +16,4 @@ pluginManagement {
16
16
id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0"
17
17
id(" nebula.release" ) version " 18.0.6"
18
18
}
19
- }
19
+ }
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencyResolutionManagement {
33
33
mavenLocal()
34
34
35
35
maven {
36
- setUrl(" https://oss .sonatype.org/content/repositories/ snapshots" )
36
+ setUrl(" https://central .sonatype.com/repository/maven- snapshots/ " )
37
37
}
38
38
}
39
39
}
You can’t perform that action at this time.
0 commit comments