File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 <maven-checkstyle .version>3.6.0</maven-checkstyle .version>
7777 <maven-gpg .version>3.2.8</maven-gpg .version>
7878 <maven-sonatype-staging .version>1.6.13</maven-sonatype-staging .version>
79+ <maven-sonatype-publishing .version>0.10.0</maven-sonatype-publishing .version>
7980 </properties >
8081
8182 <dependencies >
185186 <plugin >
186187 <groupId >org.sonatype.central</groupId >
187188 <artifactId >central-publishing-maven-plugin</artifactId >
188- <version >0.10.0 </version >
189+ <version >${maven-sonatype-publishing.version} </version >
189190 <extensions >true</extensions >
190191 <configuration >
191192 <publishingServerId >central</publishingServerId >
199200
200201 <distributionManagement >
201202 <snapshotRepository >
202- <id >ossrh </id >
203- <url >https://s01.oss. sonatype.org/content/repositories/ snapshots</url >
203+ <id >central </id >
204+ <url >https://central. sonatype.com/repository/maven- snapshots/ </url >
204205 </snapshotRepository >
205206 <repository >
206- <id >ossrh </id >
207- <url >https://s01.oss .sonatype.org /service/local/staging/deploy/maven2/</url >
207+ <id >central </id >
208+ <url >https://ossrh-staging-api.central .sonatype.com /service/local/staging/deploy/maven2/</url >
208209 </repository >
209210 </distributionManagement >
210211</project >
You can’t perform that action at this time.
0 commit comments