File tree Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ mvn nexus-staging:release
347
347
删除staging包
348
348
349
349
``` text
350
- mvn nexus-staging:drop -Prelease
350
+ mvn nexus-staging:drop
351
351
```
352
352
353
353
#### 其他开源项目
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >io.github.kavahub</groupId >
5
5
<artifactId >kavahub-async-file</artifactId >
6
- <version >1.0.1 -SNAPSHOT</version >
6
+ <version >1.0.0 -SNAPSHOT</version >
7
7
<name >kavahub-async-file</name >
8
8
<packaging >jar</packaging >
9
9
144
144
<version >${maven-compiler-plugin.version} </version >
145
145
</plugin >
146
146
147
+ <plugin >
148
+ <groupId >org.sonatype.plugins</groupId >
149
+ <artifactId >nexus-staging-maven-plugin</artifactId >
150
+ <version >${nexus-staging-maven-plugin.version} </version >
151
+ <extensions >true</extensions >
152
+ <configuration >
153
+ <serverId >ossrh</serverId >
154
+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
155
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
156
+ </configuration >
157
+ </plugin >
147
158
</plugins >
148
159
</build >
149
160
234
245
<target >1.8</target >
235
246
</configuration >
236
247
</plugin >
237
-
238
- <plugin >
239
- <groupId >org.sonatype.plugins</groupId >
240
- <artifactId >nexus-staging-maven-plugin</artifactId >
241
- <version >${nexus-staging-maven-plugin.version} </version >
242
- <extensions >true</extensions >
243
- <configuration >
244
- <serverId >ossrh</serverId >
245
- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
246
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
247
- </configuration >
248
- </plugin >
249
248
</plugins >
250
249
</build >
251
250
</profile >
You can’t perform that action at this time.
0 commit comments