Skip to content

Commit c4aa277

Browse files
committed
fix maven deploy configuration
1 parent e9c1ffb commit c4aa277

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

mybatis-toolkit-bom/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@
202202
<serverId>sonatype-nexus-central</serverId>
203203
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
204204
<autoReleaseAfterClose>true</autoReleaseAfterClose>
205-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
206205
</configuration>
207206
</plugin>
208207
<plugin>

mybatis-toolkit-context/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
<serverId>sonatype-nexus-central</serverId>
202202
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
203203
<autoReleaseAfterClose>true</autoReleaseAfterClose>
204-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
205204
</configuration>
206205
</plugin>
207206
<plugin>

mybatis-toolkit-starter/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@
212212
<serverId>sonatype-nexus-central</serverId>
213213
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
214214
<autoReleaseAfterClose>true</autoReleaseAfterClose>
215-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
216215
</configuration>
217216
</plugin>
218217
<plugin>

0 commit comments

Comments
 (0)