Skip to content

Commit 9373528

Browse files
committed
Make it produce tags without 'v'
1 parent 08711df commit 9373528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
<plugin>
224224
<artifactId>maven-release-plugin</artifactId>
225225
<configuration>
226-
<tagNameFormat>v@{project.version}</tagNameFormat>
226+
<tagNameFormat>@{project.version}</tagNameFormat>
227227
<autoVersionSubmodules>true</autoVersionSubmodules>
228228
<releaseProfiles>release</releaseProfiles>
229229
<useReleaseProfile>false</useReleaseProfile>
@@ -486,7 +486,7 @@
486486
<connection>scm:git:https://github.com/scylladb/kafka-connect-scylladb</connection>
487487
<developerConnection>scm:git:https://github.com/scylladb/kafka-connect-scylladb</developerConnection>
488488
<url>https://github.com/scylladb/kafka-connect-scylladb</url>
489-
<tag>v1.1.3</tag>
489+
<tag>HEAD</tag>
490490
</scm>
491491

492492
<licenses>

0 commit comments

Comments
 (0)