We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08711df commit 9373528Copy full SHA for 9373528
pom.xml
@@ -223,7 +223,7 @@
223
<plugin>
224
<artifactId>maven-release-plugin</artifactId>
225
<configuration>
226
- <tagNameFormat>v@{project.version}</tagNameFormat>
+ <tagNameFormat>@{project.version}</tagNameFormat>
227
<autoVersionSubmodules>true</autoVersionSubmodules>
228
<releaseProfiles>release</releaseProfiles>
229
<useReleaseProfile>false</useReleaseProfile>
@@ -486,7 +486,7 @@
486
<connection>scm:git:https://github.com/scylladb/kafka-connect-scylladb</connection>
487
<developerConnection>scm:git:https://github.com/scylladb/kafka-connect-scylladb</developerConnection>
488
<url>https://github.com/scylladb/kafka-connect-scylladb</url>
489
- <tag>v1.1.3</tag>
+ <tag>HEAD</tag>
490
</scm>
491
492
<licenses>
0 commit comments