Skip to content

Commit 3ce1c3e

Browse files
committed
Removed "tvdb-japi-" prefix from tags im pom.xml. New releases will now just be tagged with the version number.
1 parent 81ff19b commit 3ce1c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<version>2.5.3</version>
218218
<configuration>
219219
<arguments>-Dmaven.deploy.skip=true</arguments>
220-
<tagNameFormat>tvdb-japi-@{project.version}</tagNameFormat>
220+
<tagNameFormat>@{project.version}</tagNameFormat>
221221
<pushChanges>false</pushChanges>
222222
<localCheckout>true</localCheckout>
223223
</configuration>

0 commit comments

Comments
 (0)