Skip to content

Commit 8d21a1d

Browse files
authored
Merge pull request #681 from apache/zkaoudi-patch-1
Update release configuration in pom.xml
2 parents 9e184de + f3fc378 commit 8d21a1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,12 +1304,10 @@
13041304
<releaseProfiles>apache-release</releaseProfiles>
13051305
<!--<pushChanges>false</pushChanges>-->
13061306
<!--<dryRun>true</dryRun>-->
1307-
<releaseVersion>1.1.0</releaseVersion>
13081307
<updateWorkingCopyVersions>true</updateWorkingCopyVersions>
13091308
<updateDependencies>true</updateDependencies>
13101309
<scmReleaseCommitComment>@{prefix} prepare release 1.1.0</scmReleaseCommitComment>
1311-
<tagNameFormat>apache-@{project.artifactId}-@{project.version}-incubating</tagNameFormat>
1312-
<tagNameFormat>v${project.version}</tagNameFormat>
1310+
<tagNameFormat>apache-@{project.artifactId}-@{project.version}</tagNameFormat>
13131311
</configuration>
13141312
</plugin>
13151313
</plugins>

0 commit comments

Comments
 (0)