Skip to content

Commit 65176cb

Browse files
Change the tag name format to use just the version number as in wiremock/wiremock
1 parent 45ac3ab commit 65176cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@
129129
</execution>
130130
</executions>
131131
</plugin>
132+
133+
<plugin>
134+
<groupId>org.apache.maven.plugins</groupId>
135+
<artifactId>maven-release-plugin</artifactId>
136+
<configuration combine.children="append">
137+
<tagNameFormat>@{project.version}</tagNameFormat>
138+
</configuration>
139+
</plugin>
132140
</plugins>
133141
</build>
134142

0 commit comments

Comments
 (0)