Skip to content

Commit f9557c0

Browse files
committed
Auto release after verification
1 parent f6619a8 commit f9557c0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -187,9 +187,6 @@
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>
@@ -198,6 +195,7 @@
198195
<configuration>
199196
<serverId>ossrh</serverId>
200197
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
198+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
201199
</configuration>
202200
</plugin>
203201

0 commit comments

Comments
 (0)