【7.4.0】调整pom格式化

pull/54/MERGE
fengshuonan 2023-04-08 11:42:54 +08:00
parent ac7933d739
commit d7169ccab6
1 changed files with 2 additions and 5 deletions

View File

@ -5,18 +5,15 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>kernel-s-system</artifactId>
<groupId>cn.stylefeng.roses</groupId> <groupId>cn.stylefeng.roses</groupId>
<artifactId>kernel-s-system</artifactId>
<version>7.4.0</version> <version>7.4.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>system-business-theme</artifactId> <artifactId>system-business-theme</artifactId>
<properties> <packaging>jar</packaging>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<dependencies> <dependencies>