Skip to content

Commit 6e0aed8

Browse files
1.2.0
1 parent bb63622 commit 6e0aed8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@
100100
</execution>
101101
</executions>
102102
</plugin>
103+
<plugin>
104+
<artifactId>maven-release-plugin</artifactId>
105+
<configuration>
106+
<!-- 设置git 打tag的名称 -->
107+
<tagNameFormat>@{project.version}</tagNameFormat>
108+
</configuration>
109+
</plugin>
103110
</plugins>
104111
</build>
105112

@@ -116,13 +123,6 @@
116123

117124
<build>
118125
<plugins>
119-
<plugin>
120-
<artifactId>maven-release-plugin</artifactId>
121-
<configuration>
122-
<!-- 设置git 打tag的名称 -->
123-
<tagNameFormat>@{project.version}</tagNameFormat>
124-
</configuration>
125-
</plugin>
126126
<plugin>
127127
<artifactId>maven-gpg-plugin</artifactId>
128128
<version>1.5</version>

0 commit comments

Comments
 (0)