File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ See [here][oap-docs].
15
15
16
16
# snapshot repository
17
17
18
- to use snapshot versions add ` https://oss .sonatype.org/content/repositories/ snapshots ` as maven repository to your build file.
18
+ to use snapshot versions add ` https://central .sonatype.com/repository/maven- snapshots ` as maven repository to your build file.
19
19
20
20
21
21
[ oap-central ] : https://search.maven.org/search?q=io.openapiprocessor
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
17
17
mavenLocal ()
18
18
mavenCentral ()
19
19
maven {
20
- url " https://oss .sonatype.org/content/repositories/ snapshots"
20
+ url = " https://central .sonatype.com/repository/maven- snapshots"
21
21
}
22
22
}
23
23
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ publishing {
49
49
50
50
repositories {
51
51
maven {
52
- def releaseRepository = uri(" https://oss. sonatype.org /service/local/staging/deploy/maven2" )
53
- def snapshotRepository = uri(" https://oss .sonatype.org/content/repositories/ snapshots" )
52
+ def releaseRepository = uri(" https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2" )
53
+ def snapshotRepository = uri(" https://central .sonatype.com/repository/maven- snapshots" )
54
54
url = project. isReleaseVersion ? releaseRepository : snapshotRepository
55
55
56
56
credentials {
You can’t perform that action at this time.
0 commit comments