File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.andrebreves</groupId >
77 <artifactId >java-tuple</artifactId >
8- <version >1.1.0-SNAPSHOT </version >
8+ <version >1.1.0</version >
99 <packaging >jar</packaging >
1010
1111 <name >${project.groupId} :${project.artifactId} </name >
187187 </plugin >
188188
189189 <!-- Deploy -->
190- <!-- Verify staging artifacts in https://oss.sonatype.org/content/groups/staging/com/andrebreves/java/ -->
191- <!-- Release with mvn nexus-staging:release -->
192- <!-- Verify published artifacts in https://oss.sonatype.org/content/groups/public/com/andrebreves/java/ -->
193190 <plugin >
194191 <groupId >org.sonatype.plugins</groupId >
195192 <artifactId >nexus-staging-maven-plugin</artifactId >
198195 <configuration >
199196 <serverId >ossrh</serverId >
200197 <nexusUrl >https://oss.sonatype.org/</nexusUrl >
198+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
201199 </configuration >
202200 </plugin >
203201
You can’t perform that action at this time.
0 commit comments