3
1.5.0的seata-all的pom中用了createDependencyReducedPom和flatten,编译后生成的.pom文件的parent的version没替换成1.5.0,项目使用1.5.0后再编译会报错
seata-all:
`
<artifactId>seata-build</artifactId>
<version>${revision}</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-all</artifactId>
<name>Seata All-in-one ${project.version}</name>
<description>Seata is an easy-to-use, high-performance, java based, open source distributed transaction solution.</description>
<properties>
<revision>1.5.0</revision>
</properties>