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
347347删除staging包
348348
349349``` text
350- mvn nexus-staging:drop -Prelease
350+ mvn nexus-staging:drop
351351```
352352
353353#### 其他开源项目
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >io.github.kavahub</groupId >
55 <artifactId >kavahub-async-file</artifactId >
6- <version >1.0.1 -SNAPSHOT</version >
6+ <version >1.0.0 -SNAPSHOT</version >
77 <name >kavahub-async-file</name >
88 <packaging >jar</packaging >
99
144144 <version >${maven-compiler-plugin.version} </version >
145145 </plugin >
146146
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 >
147158 </plugins >
148159 </build >
149160
234245 <target >1.8</target >
235246 </configuration >
236247 </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 >
249248 </plugins >
250249 </build >
251250 </profile >
You can’t perform that action at this time.
0 commit comments