|
121 | 121 | </configuration> |
122 | 122 | </plugin> |
123 | 123 | <plugin> |
124 | | - <groupId>org.sonatype.plugins</groupId> |
125 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
126 | | - <extensions>true</extensions> |
| 124 | + <groupId>org.sonatype.central</groupId> |
| 125 | + <artifactId>central-publishing-maven-plugin</artifactId> |
127 | 126 | <configuration> |
128 | | - <serverId>sonatype-new</serverId> |
129 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
130 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
131 | | - <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> |
| 127 | + <deploymentName>jMolecules Integrations ${project.version}</deploymentName> |
| 128 | + <publishingServerId>central-ossrh</publishingServerId> |
| 129 | + <autoPublish>true</autoPublish> |
132 | 130 | </configuration> |
133 | 131 | </plugin> |
134 | 132 | </plugins> |
|
245 | 243 | <version>${bytebuddy.version}</version> |
246 | 244 | </plugin> |
247 | 245 | <plugin> |
248 | | - <groupId>org.sonatype.plugins</groupId> |
249 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
250 | | - <version>1.7.0</version> |
| 246 | + <groupId>org.sonatype.central</groupId> |
| 247 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 248 | + <version>0.7.0</version> |
| 249 | + <extensions>true</extensions> |
251 | 250 | </plugin> |
252 | 251 | </plugins> |
253 | 252 | </pluginManagement> |
|
359 | 358 | <url>https://github.com/xmolecules/jmolecules-integrations</url> |
360 | 359 | <connection>scm:git:https://github.com/xmolecules/jmolecules-integrations</connection> |
361 | 360 | < developerConnection>scm:git:ssh:// [email protected]/xmolecules/jmolecules-integrations.git</ developerConnection> |
362 | | - <tag>0.10.0</tag> |
| 361 | + <tag>HEAD</tag> |
363 | 362 | </scm> |
364 | 363 |
|
365 | 364 | <distributionManagement> |
366 | 365 | <snapshotRepository> |
367 | | - <id>ossrh</id> |
368 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
| 366 | + <id>central-ossrh</id> |
| 367 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
369 | 368 | </snapshotRepository> |
370 | 369 | </distributionManagement> |
371 | 370 |
|
372 | 371 | <repositories> |
373 | 372 | <repository> |
374 | | - <id>ossrh</id> |
375 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
| 373 | + <id>central-ossrh</id> |
| 374 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
376 | 375 | <releases> |
377 | 376 | <enabled>false</enabled> |
378 | 377 | </releases> |
|
0 commit comments