File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 6161
6262 <build >
6363 <plugins >
64- <plugin >
64+ <!-- < plugin>
6565 <groupId>org.sonatype.plugins</groupId>
6666 <artifactId>nexus-staging-maven-plugin</artifactId>
6767 <version>1.6.13</version>
6868 <extensions>true</extensions>
6969 <configuration>
7070 <serverId>ossrh</serverId>
71- <nexusUrl >https://ossrh-staging-api.central. sonatype.com </nexusUrl >
71+ <nexusUrl>https://oss. sonatype.org/ </nexusUrl>
7272 <autoReleaseAfterClose>true</autoReleaseAfterClose>
7373 </configuration>
74+ </plugin> -->
75+ <plugin >
76+ <groupId >org.sonatype.central</groupId >
77+ <artifactId >central-publishing-maven-plugin</artifactId >
78+ <version >0.9.0</version >
79+ <extensions >true</extensions >
80+ <configuration >
81+ <publishingServerId >ossrh</publishingServerId >
82+ </configuration >
7483 </plugin >
84+
7585 <plugin >
7686 <groupId >org.apache.maven.plugins</groupId >
7787 <artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments