File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 4040 <id >github-ssh</id >
4141 <
url >gitsite:
[email protected] /tbroyer/gwt-maven-plugin.git</
url >
4242 </site >
43- <snapshotRepository >
44- <id >ossrh</id >
45- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
46- </snapshotRepository >
4743 </distributionManagement >
4844
4945 <prerequisites >
5248
5349 <repositories >
5450 <repository >
55- <id >ossrh</id >
56- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
51+ <name >Central Portal Snapshots</name >
52+ <id >central-portal-snapshots</id >
53+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
5754 <releases >
5855 <enabled >false</enabled >
5956 </releases >
348345 </dependencies >
349346 </plugin >
350347 <plugin >
351- <groupId >org.sonatype.plugins </groupId >
352- <artifactId >nexus-staging -maven-plugin</artifactId >
353- <version >1.7 .0</version >
348+ <groupId >org.sonatype.central </groupId >
349+ <artifactId >central-publishing -maven-plugin</artifactId >
350+ <version >0.9 .0</version >
354351 <extensions >true</extensions >
355352 <configuration >
356- <serverId >ossrh</ serverId >
357- <nexusUrl >https://oss.sonatype.org/</ nexusUrl >
358- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
353+ <publishingServerId >central</ publishingServerId >
354+ <autoPublish >true</ autoPublish >
355+ <deploymentName > ${project.artifactId} ${project.version} </ deploymentName >
359356 </configuration >
360357 </plugin >
361358 <plugin >
You can’t perform that action at this time.
0 commit comments