使用release插件提交发布插件

This commit is contained in:
hanxuanyu 2022-01-21 23:49:57 +08:00
parent cacd466bb6
commit 1e850b6a10

View File

@ -21,6 +21,7 @@
<connection>scm:git:git@git.hxuanyu.com:hxuanyu/hxuanyu-spring-boot-starter.git</connection>
<developerConnection>scm:git:git@git.hxuanyu.com:hxuanyu/hxuanyu-spring-boot-starter.git</developerConnection>
<url>https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter</url>
<tag>v-release-0.0.1</tag>
</scm>
<developers>
<developer>
@ -163,8 +164,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>${project.artifactId}-${project.version}</tagBase>
<goals>-f pom.xml deploy</goals>
<tagNameFormat>release-by-maven-${project.version}</tagNameFormat>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
</plugins>