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 168168
169169 <build >
170170 <plugins >
171- <plugin >
172- <groupId >org.sonatype.plugins</groupId >
173- <artifactId >nexus-staging-maven-plugin</artifactId >
174- <version >1.6.6</version >
175- <extensions >true</extensions >
176- <configuration >
177- <serverId >oss-sonatype</serverId >
178- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
179- <autoReleaseAfterClose >true</autoReleaseAfterClose >
180- </configuration >
181- </plugin >
182171 <plugin >
183172 <groupId >org.apache.maven.plugins</groupId >
184173 <artifactId >maven-compiler-plugin</artifactId >
265254 </execution >
266255 </executions >
267256 </plugin >
257+ <plugin >
258+ <groupId >org.sonatype.plugins</groupId >
259+ <artifactId >nexus-staging-maven-plugin</artifactId >
260+ <version >1.6.6</version >
261+ <extensions >true</extensions >
262+ <configuration >
263+ <serverId >sonatype-nexus-staging</serverId >
264+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
265+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
266+ </configuration >
267+ </plugin >
268268 </plugins >
269269 </build >
270270 </profile >
You can’t perform that action at this time.
0 commit comments