We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb63622 commit 6e0aed8Copy full SHA for 6e0aed8
pom.xml
@@ -100,6 +100,13 @@
100
</execution>
101
</executions>
102
</plugin>
103
+ <plugin>
104
+ <artifactId>maven-release-plugin</artifactId>
105
+ <configuration>
106
+ <!-- 设置git 打tag的名称 -->
107
+ <tagNameFormat>@{project.version}</tagNameFormat>
108
+ </configuration>
109
+ </plugin>
110
</plugins>
111
</build>
112
@@ -116,13 +123,6 @@
116
123
117
124
<build>
118
125
<plugins>
119
- <plugin>
120
- <artifactId>maven-release-plugin</artifactId>
121
- <configuration>
122
- <!-- 设置git 打tag的名称 -->
- <tagNameFormat>@{project.version}</tagNameFormat>
- </configuration>
- </plugin>
126
<plugin>
127
<artifactId>maven-gpg-plugin</artifactId>
128
<version>1.5</version>
0 commit comments