File tree Expand file tree Collapse file tree 1 file changed +18
-13
lines changed
Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Original file line number Diff line number Diff line change 183183 </executions >
184184 </plugin >
185185 <plugin >
186- <groupId >org.sonatype.plugins</groupId >
187- <artifactId >nexus-staging-maven-plugin</artifactId >
188- <version >1.6.3</version >
189- <extensions >true</extensions >
190- <configuration >
191- <serverId >ossrh</serverId >
192- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
193- <autoReleaseAfterClose >true</autoReleaseAfterClose >
194- </configuration >
195- </plugin >
186+ <groupId >org.sonatype.plugins</groupId >
187+ <artifactId >nexus-staging-maven-plugin</artifactId >
188+ <version >1.6.3</version >
189+ <extensions >true</extensions >
190+ <configuration >
191+ <serverId >ossrh</serverId >
192+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
193+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
194+ </configuration >
195+ </plugin >
196+ <plugin >
197+ <groupId >org.apache.maven.plugins</groupId >
198+ <artifactId >maven-release-plugin</artifactId >
199+ <version >2.5.3</version >
200+ </plugin >
196201 </plugins >
197202 </build >
198203
206211 <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
207212 </repository >
208213 <snapshotRepository >
209- <id >ossrh</id >
210- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
211- </snapshotRepository >
214+ <id >ossrh</id >
215+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
216+ </snapshotRepository >
212217 </distributionManagement >
213218
214219</project >
You can’t perform that action at this time.
0 commit comments