File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 5252 <distributionManagement >
5353 <snapshotRepository >
5454 <id >ossrh</id >
55- <url >https://oss .sonatype.org/content/repositories /snapshots</url >
55+ <url >https://central .sonatype.com /snapshots</url >
5656 </snapshotRepository >
5757 <repository >
5858 <id >ossrh</id >
59- <url >https://oss .sonatype.org/service/local/staging/deploy/maven2/ </url >
59+ <url >https://central .sonatype.com </url >
6060 </repository >
6161 </distributionManagement >
6262
148148 </executions>
149149 </plugin>
150150 -->
151+ <plugin >
152+ <groupId >org.sonatype.central</groupId >
153+ <artifactId >central-publishing-maven-plugin</artifactId >
154+ <version >0.8.0</version >
155+ <extensions >true</extensions >
156+ <configuration >
157+ <publishingServerId >ossrh</publishingServerId >
158+ </configuration >
159+ </plugin >
160+ <!--
151161 <plugin>
152162 <groupId>org.sonatype.plugins</groupId>
153163 <artifactId>nexus-staging-maven-plugin</artifactId>
159169 <autoReleaseAfterClose>false</autoReleaseAfterClose>
160170 </configuration>
161171 </plugin>
172+ -->
162173 <plugin >
163174 <groupId >org.apache.maven.plugins</groupId >
164175 <artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments