Skip to content

Commit 7ebd4a0

Browse files
author
Javen
committed
update pom.xml
1 parent e3bcad2 commit 7ebd4a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>org.apache.maven.plugins</groupId>
107107
<artifactId>maven-release-plugin</artifactId>
108-
<version>2.4.2</version>
108+
<version>2.5</version>
109109
<dependencies>
110110
<dependency>
111111
<groupId>org.apache.maven.plugins</groupId>
@@ -118,6 +118,7 @@
118118
<pushChanges>false</pushChanges>
119119
<localCheckout>true</localCheckout>
120120
<commitByProject>true</commitByProject>
121+
<tagNameFormat>v@{project.version}</tagNameFormat>
121122
</configuration>
122123
</plugin>
123124
<plugin>

0 commit comments

Comments
 (0)