使用release插件提交发布插件

This commit is contained in:
hanxuanyu 2022-01-21 23:47:39 +08:00
parent 1e9d42118e
commit cacd466bb6
1 changed files with 0 additions and 13 deletions

13
pom.xml
View File

@ -162,23 +162,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-7</version>
<configuration>
<providerImplementations>
<git>jgit</git>
</providerImplementations>
<username>hxuanyu</username>
<password>abcabc..123</password>
<tagBase>${project.artifactId}-${project.version}</tagBase>
<goals>-f pom.xml deploy</goals>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-jgit</artifactId>
<version>1.9.5</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>