File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 6969 </dependencies >
7070
7171 <!-- distributionManagement -->
72- <distributionManagement >
72+ <!-- < distributionManagement>
7373 <snapshotRepository>
7474 <id>ossrh</id>
7575 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
7878 <id>ossrh</id>
7979 <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
8080 </repository>
81- </distributionManagement >
81+ </distributionManagement>-->
8282
8383<build >
8484 <plugins >
108108 <version >2.5.3</version >
109109 </plugin >
110110 <plugin >
111- <groupId >org.sonatype.plugins </groupId >
112- <artifactId >nexus-staging -maven-plugin</artifactId >
113- <version >1.6.13 </version >
111+ <groupId >org.sonatype.central </groupId >
112+ <artifactId >central-publishing -maven-plugin</artifactId >
113+ <version >0.9.0 </version >
114114 <extensions >true</extensions >
115115 <executions >
116116 <execution >
122122 </execution >
123123 </executions >
124124 <configuration >
125- <serverId >ossrh</serverId >
126- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
127- <autoReleaseAfterClose >false</autoReleaseAfterClose >
125+ <publishingServerId >central</publishingServerId >
128126 </configuration >
129127 </plugin >
130128 </plugins >
You can’t perform that action at this time.
0 commit comments