File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 4949 <maven-source-plugin .version>3.3.1</maven-source-plugin .version>
5050 <maven-javadoc-plugin .version>3.11.3</maven-javadoc-plugin .version>
5151 <maven-gpg-plugin .version>3.2.8</maven-gpg-plugin .version>
52- <maven-nexus-staging -plugin .version>1.7 .0</maven-nexus-staging -plugin .version>
52+ <maven-central-publishing -plugin .version>0.8 .0</maven-central-publishing -plugin .version>
5353 <maven-surefire-plugin .version>3.5.2</maven-surefire-plugin .version>
5454
5555 <apg-java .version>1.1.1</apg-java .version>
143143
144144 <distributionManagement >
145145 <repository >
146- <id >ossrh_repo </id >
147- <url >https://s01.oss. sonatype.org/service/local/staging/deploy/maven2 /</url >
146+ <id >central </id >
147+ <url >https://central. sonatype.com /</url >
148148 </repository >
149149 </distributionManagement >
150150
204204 </executions >
205205 </plugin >
206206 <plugin >
207- <groupId >org.sonatype.plugins </groupId >
208- <artifactId >nexus-staging -maven-plugin</artifactId >
209- <version >${maven-nexus-staging -plugin.version} </version >
207+ <groupId >org.sonatype.central </groupId >
208+ <artifactId >central-publishing -maven-plugin</artifactId >
209+ <version >${maven-central-publishing -plugin.version} </version >
210210 <extensions >true</extensions >
211211 <configuration >
212- <serverId >ossrh_repo</ serverId >
213- <nexusUrl >https://s01.oss.sonatype.org/</ nexusUrl >
214- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
212+ <publishingServerId >central</ publishingServerId >
213+ <autoPublish >true</ autoPublish >
214+ <waitUntil >published</ waitUntil >
215215 </configuration >
216216 </plugin >
217217 </plugins >
218218 </build >
219219 </profile >
220220 </profiles >
221221
222- </project >
222+ </project >
You can’t perform that action at this time.
0 commit comments