File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 2121 <distributionManagement >
2222 <snapshotRepository >
2323 <id >oss</id >
24- <url >https://oss. sonatype.org /content/repositories/snapshots/</url >
24+ <url >https://ossrh-staging-api.central. sonatype.com /content/repositories/snapshots/</url >
2525 </snapshotRepository >
2626 <repository >
2727 <id >oss</id >
28- <url >https://oss. sonatype.org /service/local/staging/deploy/maven2/</url >
28+ <url >https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2/</url >
2929 </repository >
3030 </distributionManagement >
3131
143143
144144 <build >
145145 <plugins >
146+ <plugin >
147+ <groupId >org.sonatype.central</groupId >
148+ <artifactId >central-publishing-maven-plugin</artifactId >
149+ <version >0.8.0</version >
150+ <extensions >true</extensions >
151+ <configuration >
152+ <publishingServerId >central</publishingServerId >
153+ </configuration >
154+ </plugin >
146155 <plugin >
147156 <groupId >org.apache.maven.plugins</groupId >
148157 <artifactId >maven-eclipse-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments