Skip to content

Commit a97c76e

Browse files
committed
发布
1 parent 0bbdde0 commit a97c76e

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
#### 其他开源项目

pom.xml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

@@ -144,6 +144,17 @@
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

@@ -234,18 +245,6 @@
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>

0 commit comments

Comments
 (0)