Skip to content

Commit 213d802

Browse files
authored
Update snapshot repo url (#14005)
1 parent fcebab2 commit 213d802

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ See [Running the tests](./docs/contributing/running-tests.md) for more details.
1717

1818
For developers testing code changes before a release is complete, there are
1919
snapshot builds of the `main` branch. They are available from
20-
the Sonatype OSS snapshots repository at `https://oss.sonatype.org/content/repositories/snapshots/`
21-
([browse](https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/))
20+
the Sonatype OSS snapshots repository at `https://central.sonatype.com/repository/maven-snapshots/`
21+
([browse](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/))
2222

2323
### Building from source
2424

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The version is specified in [version.gradle.kts](version.gradle.kts).
88

99
Every successful CI build of the main branch automatically executes `./gradlew publishToSonatype`
1010
as the last step, which publishes a snapshot build to
11-
[Sonatype OSS snapshots repository](https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/).
11+
[Sonatype OSS snapshots repository](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/).
1212

1313
## Release cadence
1414

examples/distro/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
maven {
1010
name = "sonatype"
11-
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
11+
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
1212
}
1313
}
1414
dependencies {
@@ -48,7 +48,7 @@ subprojects {
4848
mavenCentral()
4949
maven {
5050
name = "sonatype"
51-
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
51+
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
5252
}
5353
}
5454

examples/distro/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginManagement {
33
gradlePluginPortal()
44
maven {
55
name = "sonatype"
6-
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
6+
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
77
}
88
}
99
}

examples/extension/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939
mavenCentral()
4040
maven {
4141
name = "sonatype"
42-
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
42+
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
4343
}
4444
}
4545

examples/extension/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginManagement {
33
gradlePluginPortal()
44
maven {
55
name = "sonatype"
6-
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
6+
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
77
}
88
}
99
}

0 commit comments

Comments
 (0)