Merge branch 'master-jdk17' of https://gitee.com/zhijiantianya/yudao-cloud
commit
d63a2ae439
2
pom.xml
2
pom.xml
|
@ -104,7 +104,7 @@
|
||||||
<artifactId>flatten-maven-plugin</artifactId>
|
<artifactId>flatten-maven-plugin</artifactId>
|
||||||
<version>${flatten-maven-plugin.version}</version>
|
<version>${flatten-maven-plugin.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<flattenMode>resolveCiFriendliesOnly</flattenMode>
|
<flattenMode>oss</flattenMode>
|
||||||
<updatePomFile>true</updatePomFile>
|
<updatePomFile>true</updatePomFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
|
@ -714,7 +714,7 @@
|
||||||
<artifactId>flatten-maven-plugin</artifactId>
|
<artifactId>flatten-maven-plugin</artifactId>
|
||||||
<version>${flatten-maven-plugin.version}</version>
|
<version>${flatten-maven-plugin.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<flattenMode>resolveCiFriendliesOnly</flattenMode>
|
<flattenMode>bom</flattenMode>
|
||||||
<updatePomFile>true</updatePomFile>
|
<updatePomFile>true</updatePomFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
Loading…
Reference in New Issue