You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/01/11 01:50:46 UTC

[GitHub] [incubator-seatunnel] JiangTChen edited a comment on pull request #994: [Improvement]Use ${project.parent.version} instead of deprecated ${parent.version}

JiangTChen edited a comment on pull request #994:
URL: https://github.com/apache/incubator-seatunnel/pull/994#issuecomment-1009526390


   > 
   
   
   
   > hi @JiangTChen, does any document describe `${parent.version}` is deprecated? thanks.
   
   Hi @leo65535, You can run `mvn clean`, then you will see below warning.
   
   [WARNING] 
   [WARNING] Some problems were encountered while building the effective model for org.apache.seatunnel:seatunnel-flink-examples:jar:2.0.5-SNAPSHOT
   [WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead.
   [WARNING] 
   [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
   [WARNING] 
   [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
   [WARNING] 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org