wangwei 6 lat temu
rodzic
commit
98846ec8a4
1 zmienionych plików z 20 dodań i 20 usunięć
  1. 20 20
      pom.xml

+ 20 - 20
pom.xml

@@ -1,21 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>cn.com.qmth.examcloud</groupId>
-		<artifactId>examcloud-parent</artifactId>
-		<version>master-SNAPSHOT</version>
-	</parent>
-	<groupId>cn.com.qmth.examcloud.core.basic</groupId>
-	<artifactId>examcloud-core-basic</artifactId>
-	<packaging>pom</packaging>
-
-	<modules>
-		<module>examcloud-core-basic-base</module>
-		<module>examcloud-core-basic-api-provider</module>
-		<module>examcloud-core-basic-service</module>
-		<module>examcloud-core-basic-dao</module>
-		<module>examcloud-core-basic-starter</module>
-	</modules>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>cn.com.qmth.examcloud</groupId>
+		<artifactId>examcloud-parent</artifactId>
+		<version>master-SNAPSHOT</version>
+	</parent>
+	<groupId>cn.com.qmth.examcloud.core.basic</groupId>
+	<artifactId>examcloud-core-basic</artifactId>
+	<packaging>pom</packaging>
+
+	<modules>
+		<module>examcloud-core-basic-base</module>
+		<module>examcloud-core-basic-api-provider</module>
+		<module>examcloud-core-basic-service</module>
+		<module>examcloud-core-basic-dao</module>
+		<module>examcloud-core-basic-starter</module>
+	</modules>
+
 </project>