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

fanjia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git


The following commit(s) were added to refs/heads/main by this push:
     new 2abcb215 [Bug] Version is not getting replaced in pom.xml (#288)
2abcb215 is described below

commit 2abcb215a5597e2e0dcb1bba0c179ec3c53df3fa
Author: Mohammad Arshad <[email protected]>
AuthorDate: Thu Apr 17 13:29:15 2025 +0530

    [Bug] Version is not getting replaced in pom.xml (#288)
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7be25220..e62d4f9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1574,6 +1574,10 @@
                 <artifactId>maven-site-plugin</artifactId>
                 <version>${maven-site-plugin.version}</version>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>flatten-maven-plugin</artifactId>
+            </plugin>
         </plugins>
     </build>
 

Reply via email to