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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 875d8f8  [Improvement][example]Use ${project.version} instead of 
deprecated ${parent.version} (#994)
875d8f8 is described below

commit 875d8f851c6a2d1f7a39889bb7eb6e99adea24ae
Author: Frank Chen <[email protected]>
AuthorDate: Tue Jan 11 11:41:02 2022 +0800

    [Improvement][example]Use ${project.version} instead of deprecated 
${parent.version} (#994)
    
    * [Improvement]Use ${project.parent.version} instead of deprecated 
${parent.version}
    
    * [Improvement]Use ${project.version} instead of deprecated 
${parent.version}
---
 seatunnel-examples/seatunnel-flink-examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/seatunnel-examples/seatunnel-flink-examples/pom.xml 
b/seatunnel-examples/seatunnel-flink-examples/pom.xml
index dfe3448..f309e90 100644
--- a/seatunnel-examples/seatunnel-flink-examples/pom.xml
+++ b/seatunnel-examples/seatunnel-flink-examples/pom.xml
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.seatunnel</groupId>
             <artifactId>seatunnel-core-flink</artifactId>
-            <version>${parent.version}</version>
+            <version>${project.version}</version>
         </dependency>
 
         <!--flink-->

Reply via email to