We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e184de + f3fc378 commit 8d21a1dCopy full SHA for 8d21a1d
pom.xml
@@ -1304,12 +1304,10 @@
1304
<releaseProfiles>apache-release</releaseProfiles>
1305
<!--<pushChanges>false</pushChanges>-->
1306
<!--<dryRun>true</dryRun>-->
1307
- <releaseVersion>1.1.0</releaseVersion>
1308
<updateWorkingCopyVersions>true</updateWorkingCopyVersions>
1309
<updateDependencies>true</updateDependencies>
1310
<scmReleaseCommitComment>@{prefix} prepare release 1.1.0</scmReleaseCommitComment>
1311
- <tagNameFormat>apache-@{project.artifactId}-@{project.version}-incubating</tagNameFormat>
1312
- <tagNameFormat>v${project.version}</tagNameFormat>
+ <tagNameFormat>apache-@{project.artifactId}-@{project.version}</tagNameFormat>
1313
</configuration>
1314
</plugin>
1315
</plugins>
0 commit comments