File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 8989 </execution >
9090 </executions >
9191 </plugin >
92- <plugin >
93- <groupId >org.sonatype.plugins</groupId >
94- <artifactId >nexus-staging-maven-plugin</artifactId >
95- <version >1.6.8</version >
96- <extensions >true</extensions >
97- <configuration >
98- <serverId >ossrh</serverId >
99- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
100- <autoReleaseAfterClose >true</autoReleaseAfterClose >
101- </configuration >
102- </plugin >
10392 <plugin >
10493 <artifactId >maven-clean-plugin</artifactId >
10594 <version >3.1.0</version >
162151 <artifactId >maven-site-plugin</artifactId >
163152 <version >3.9.0</version >
164153 </plugin >
154+ <plugin >
155+ <groupId >org.sonatype.plugins</groupId >
156+ <artifactId >nexus-staging-maven-plugin</artifactId >
157+ <version >1.6.8</version >
158+ <extensions >true</extensions >
159+ <configuration >
160+ <serverId >ossrh</serverId >
161+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
162+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
163+ </configuration >
164+ </plugin >
165165 </plugins >
166166 </build >
167167 <dependencies >
You can’t perform that action at this time.
0 commit comments