Skip to content

Commit 5268066

Browse files
author
Bilal Al
committed
enabled release for redis module
1 parent 80fe04f commit 5268066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pluggable-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<serverId>ossrh</serverId>
3030
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
3131
<autoReleaseAfterClose>true</autoReleaseAfterClose>
32-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
32+
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
3333
</configuration>
3434
</plugin>
3535
</plugins>

redis-wrapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<serverId>ossrh</serverId>
5252
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
5353
<autoReleaseAfterClose>true</autoReleaseAfterClose>
54-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
54+
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
5555
</configuration>
5656
</plugin>
5757
</plugins>

0 commit comments

Comments
 (0)