Skip to content

Commit

Permalink
release: 发布1.1.5版本(撤回上次提交时移除的部分插件配置)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Mar 1, 2023
1 parent 9e3ac1e commit 3a7d2a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,15 @@
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<!-- 使用插件:Nexus-Staging -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
<!-- 使用插件:GPG -->
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 3a7d2a8

Please sign in to comment.