mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
chore: 去除pom内注释
This commit is contained in:
@@ -13,13 +13,6 @@
|
||||
<version>${dataease.version}</version>
|
||||
</parent>
|
||||
|
||||
<!--<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.4.3</version>
|
||||
<relativePath/>
|
||||
</parent>-->
|
||||
|
||||
<name>dataease</name>
|
||||
|
||||
<modules>
|
||||
|
||||
@@ -9,12 +9,6 @@
|
||||
<version>${dataease.version}</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<!--<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.4.3</version>
|
||||
<relativePath/>
|
||||
</parent>-->
|
||||
<parent>
|
||||
<groupId>io.dataease</groupId>
|
||||
<artifactId>dataease</artifactId>
|
||||
|
||||
@@ -23,13 +23,6 @@
|
||||
<module>dataease-plugin-datasource</module>
|
||||
</modules>
|
||||
|
||||
|
||||
<!--<parent>
|
||||
<artifactId>spring-boot-parent</artifactId>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<version>2.3.4.RELEASE</version>
|
||||
</parent>-->
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user