Skip to content

Commit c1e6c03

Browse files
paodbjavier-godoy
authored andcommitted
build: use version-only tag names in maven release plugin
1 parent 46944a1 commit c1e6c03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@
167167
<groupId>org.apache.maven.plugins</groupId>
168168
<artifactId>maven-release-plugin</artifactId>
169169
<version>2.5.3</version>
170+
<configuration>
171+
<tagNameFormat>@{project.version}</tagNameFormat>
172+
</configuration>
170173
</plugin>
171174
<plugin>
172175
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)