Skip to content

Commit 352b2e2

Browse files
committed
test not to skip release to staging
1 parent 47647fe commit 352b2e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -855,11 +855,11 @@
855855
<configuration>
856856
<serverid>ossrh</serverid>
857857
<nexusurl>https://oss.sonatype.org/</nexusurl>
858-
<autoreleaseafterclose>true</autoreleaseafterclose>
859-
<description>travis release</description>
860-
<skipLocalStaging>true</skipLocalStaging>
861-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
862-
<autoDropAfterRelease>true</autoDropAfterRelease>
858+
<!-- <autoreleaseafterclose>true</autoreleaseafterclose>-->
859+
<!-- <description>travis release</description>-->
860+
<!-- <skipLocalStaging>true</skipLocalStaging>-->
861+
<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>-->
862+
<!-- <autoDropAfterRelease>true</autoDropAfterRelease>-->
863863
<!-- explicit matching using the staging profile id -->
864864
<stagingProfileId>c4011210992a35</stagingProfileId>
865865
</configuration>

0 commit comments

Comments
 (0)