This is an automated email from the ASF dual-hosted git repository.

zkaoudi pushed a commit to branch zkaoudi-patch-1
in repository https://gitbox.apache.org/repos/asf/wayang.git

commit f3fc37832c9ddc542e992328e24b191a0de49126
Author: Zoi Kaoudi <[email protected]>
AuthorDate: Mon Feb 9 13:07:02 2026 +0100

    Update release configuration in pom.xml
    
    Removed releaseVersion and updated tagNameFormat.
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7f10cc061..3dea0105c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1304,12 +1304,10 @@
                     <releaseProfiles>apache-release</releaseProfiles>
                     <!--<pushChanges>false</pushChanges>-->
                     <!--<dryRun>true</dryRun>-->
-                    <releaseVersion>1.1.0</releaseVersion>
                     <updateWorkingCopyVersions>true</updateWorkingCopyVersions>
                     <updateDependencies>true</updateDependencies>
                     <scmReleaseCommitComment>@{prefix} prepare release 
1.1.0</scmReleaseCommitComment>
-                    
<tagNameFormat>apache-@{project.artifactId}-@{project.version}-incubating</tagNameFormat>
-                    <tagNameFormat>v${project.version}</tagNameFormat>
+                    
<tagNameFormat>apache-@{project.artifactId}-@{project.version}</tagNameFormat>
                 </configuration>
             </plugin>
         </plugins>

Reply via email to