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 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.andrebreves</groupId >
7
7
<artifactId >java-tuple</artifactId >
8
- <version >1.1.0-SNAPSHOT </version >
8
+ <version >1.1.0</version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >${project.groupId} :${project.artifactId} </name >
187
187
</plugin >
188
188
189
189
<!-- 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/ -->
193
190
<plugin >
194
191
<groupId >org.sonatype.plugins</groupId >
195
192
<artifactId >nexus-staging-maven-plugin</artifactId >
198
195
<configuration >
199
196
<serverId >ossrh</serverId >
200
197
<nexusUrl >https://oss.sonatype.org/</nexusUrl >
198
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
201
199
</configuration >
202
200
</plugin >
203
201
You can’t perform that action at this time.
0 commit comments