File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ See [Running the tests](./docs/contributing/running-tests.md) for more details.
17
17
18
18
For developers testing code changes before a release is complete, there are
19
19
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/ ) )
22
22
23
23
### Building from source
24
24
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The version is specified in [version.gradle.kts](version.gradle.kts).
8
8
9
9
Every successful CI build of the main branch automatically executes ` ./gradlew publishToSonatype `
10
10
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/ ) .
12
12
13
13
## Release cadence
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
maven {
10
10
name = " sonatype"
11
- url = uri(" https://oss .sonatype.org/content/repositories/ snapshots" )
11
+ url = uri(" https://central .sonatype.com/repository/maven- snapshots/ " )
12
12
}
13
13
}
14
14
dependencies {
@@ -48,7 +48,7 @@ subprojects {
48
48
mavenCentral()
49
49
maven {
50
50
name = " sonatype"
51
- url = uri(" https://oss .sonatype.org/content/repositories/ snapshots" )
51
+ url = uri(" https://central .sonatype.com/repository/maven- snapshots/ " )
52
52
}
53
53
}
54
54
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginManagement {
3
3
gradlePluginPortal()
4
4
maven {
5
5
name = " sonatype"
6
- url = uri(" https://oss .sonatype.org/content/repositories/ snapshots" )
6
+ url = uri(" https://central .sonatype.com/repository/maven- snapshots/ " )
7
7
}
8
8
}
9
9
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ repositories {
39
39
mavenCentral()
40
40
maven {
41
41
name = " sonatype"
42
- url = uri(" https://oss .sonatype.org/content/repositories/ snapshots" )
42
+ url = uri(" https://central .sonatype.com/repository/maven- snapshots/ " )
43
43
}
44
44
}
45
45
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginManagement {
3
3
gradlePluginPortal()
4
4
maven {
5
5
name = " sonatype"
6
- url = uri(" https://oss .sonatype.org/content/repositories/ snapshots" )
6
+ url = uri(" https://central .sonatype.com/repository/maven- snapshots/ " )
7
7
}
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments