Skip to content

Commit c0008b5

Browse files
committed
maven-release tagging format
1 parent b0694ac commit c0008b5

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
@@ -121,6 +121,9 @@
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-release-plugin</artifactId>
123123
<version>2.5.1</version>
124+
<configuration>
125+
<tagNameFormat>v@{project.version}</tagNameFormat>
126+
</configuration>
124127
</plugin>
125128
</plugins>
126129
</build>

0 commit comments

Comments
 (0)