wangwei 6 anos atrás
pai
commit
45040c2f5b

+ 4 - 4
examcloud-commons-api-client/pom.xml

@@ -2,16 +2,16 @@
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>cn.com.qmth.examcloud.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
 	<artifactId>examcloud-commons-api-client</artifactId>
 	<packaging>jar</packaging>
 
 	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.rmi</groupId>
+			<groupId>cn.com.qmth.examcloud.rpc</groupId>
 			<artifactId>examcloud-commons-api</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>

+ 3 - 3
examcloud-commons-api/pom.xml

@@ -2,9 +2,9 @@
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>cn.com.qmth.examcloud.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
 	<artifactId>examcloud-commons-api</artifactId>
 

+ 4 - 4
examcloud-core-basic-api-client/pom.xml

@@ -2,16 +2,16 @@
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>cn.com.qmth.examcloud.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
 	<artifactId>examcloud-core-basic-api-client</artifactId>
 	<packaging>jar</packaging>
 
 	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.rmi</groupId>
+			<groupId>cn.com.qmth.examcloud.rpc</groupId>
 			<artifactId>examcloud-core-basic-api</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>

+ 3 - 3
examcloud-core-basic-api/pom.xml

@@ -2,9 +2,9 @@
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>cn.com.qmth.examcloud.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
 	<artifactId>examcloud-core-basic-api</artifactId>
 

+ 4 - 4
examcloud-core-examwork-api-client/pom.xml

@@ -2,16 +2,16 @@
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>cn.com.qmth.examcloud.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
 	<artifactId>examcloud-core-examwork-api-client</artifactId>
 	<packaging>jar</packaging>
 
 	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.rmi</groupId>
+			<groupId>cn.com.qmth.examcloud.rpc</groupId>
 			<artifactId>examcloud-core-examwork-api</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>

+ 3 - 3
examcloud-core-examwork-api/pom.xml

@@ -2,9 +2,9 @@
 <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.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
 	<artifactId>examcloud-core-examwork-api</artifactId>
 	<packaging>jar</packaging>

+ 4 - 4
examcloud-core-marking-api-client/pom.xml

@@ -3,9 +3,9 @@
          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">
     <parent>
-        <artifactId>examcloud-rmi</artifactId>
-        <groupId>cn.com.qmth.examcloud.rmi</groupId>
-        <version>master-SNAPSHOT</version>
+        <artifactId>examcloud-rpc</artifactId>
+        <groupId>cn.com.qmth.examcloud.rpc</groupId>
+        <version>2019-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -14,7 +14,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>cn.com.qmth.examcloud.rmi</groupId>
+            <groupId>cn.com.qmth.examcloud.rpc</groupId>
             <artifactId>examcloud-core-marking-api</artifactId>
             <version>${examcloud.version}</version>
         </dependency>

+ 3 - 3
examcloud-core-marking-api/pom.xml

@@ -3,9 +3,9 @@
          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">
     <parent>
-        <artifactId>examcloud-rmi</artifactId>
-        <groupId>cn.com.qmth.examcloud.rmi</groupId>
-        <version>master-SNAPSHOT</version>
+        <artifactId>examcloud-rpc</artifactId>
+        <groupId>cn.com.qmth.examcloud.rpc</groupId>
+        <version>2019-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

+ 4 - 4
examcloud-core-oe-admin-api-client/pom.xml

@@ -6,14 +6,14 @@
     <packaging>jar</packaging>
 
     <parent>
-        <groupId>cn.com.qmth.examcloud.rmi</groupId>
-        <artifactId>examcloud-rmi</artifactId>
-        <version>master-SNAPSHOT</version>
+        <groupId>cn.com.qmth.examcloud.rpc</groupId>
+        <artifactId>examcloud-rpc</artifactId>
+        <version>2019-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
-            <groupId>cn.com.qmth.examcloud.rmi</groupId>
+            <groupId>cn.com.qmth.examcloud.rpc</groupId>
             <artifactId>examcloud-core-oe-admin-api</artifactId>
             <version>${examcloud.version}</version>
         </dependency>

+ 3 - 3
examcloud-core-oe-admin-api/pom.xml

@@ -6,9 +6,9 @@
     <packaging>jar</packaging>
 
     <parent>
-        <groupId>cn.com.qmth.examcloud.rmi</groupId>
-        <artifactId>examcloud-rmi</artifactId>
-        <version>master-SNAPSHOT</version>
+        <groupId>cn.com.qmth.examcloud.rpc</groupId>
+        <artifactId>examcloud-rpc</artifactId>
+        <version>2019-SNAPSHOT</version>
     </parent>
 
     <dependencies>

+ 4 - 4
examcloud-core-oe-student-api-client/pom.xml

@@ -2,14 +2,14 @@
          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.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
     <artifactId>examcloud-core-oe-student-api-client</artifactId>
     <dependencies>
         <dependency>
-            <groupId>cn.com.qmth.examcloud.rmi</groupId>
+            <groupId>cn.com.qmth.examcloud.rpc</groupId>
             <artifactId>examcloud-core-oe-student-api</artifactId>
             <version>${examcloud.version}</version>
         </dependency>

+ 3 - 3
examcloud-core-oe-student-api/pom.xml

@@ -2,9 +2,9 @@
          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.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
     <artifactId>examcloud-core-oe-student-api</artifactId>
     

+ 4 - 4
examcloud-core-oe-student-face-api-client/pom.xml

@@ -4,16 +4,16 @@
          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.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
 
     <artifactId>examcloud-core-oe-student-face-api-client</artifactId>
 
     <dependencies>
         <dependency>
-            <groupId>cn.com.qmth.examcloud.rmi</groupId>
+            <groupId>cn.com.qmth.examcloud.rpc</groupId>
             <artifactId>examcloud-core-oe-student-face-api</artifactId>
             <version>${examcloud.version}</version>
         </dependency>

+ 3 - 3
examcloud-core-oe-student-face-api/pom.xml

@@ -4,9 +4,9 @@
          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.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
 
     <artifactId>examcloud-core-oe-student-face-api</artifactId>

+ 4 - 4
examcloud-core-oe-websocket-api-client/pom.xml

@@ -2,16 +2,16 @@
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
-	<groupId>cn.com.qmth.examcloud.rmi</groupId>
-	<artifactId>examcloud-rmi</artifactId>
-	<version>master-SNAPSHOT</version>
+	<groupId>cn.com.qmth.examcloud.rpc</groupId>
+	<artifactId>examcloud-rpc</artifactId>
+	<version>2019-SNAPSHOT</version>
   </parent>
   
   <artifactId>examcloud-core-oe-websocket-api-client</artifactId>
   
   <dependencies>
         <dependency>
-            <groupId>cn.com.qmth.examcloud.rmi</groupId>
+            <groupId>cn.com.qmth.examcloud.rpc</groupId>
             <artifactId>examcloud-core-oe-websocket-api</artifactId>
             <version>${examcloud.version}</version>
         </dependency>

+ 3 - 3
examcloud-core-oe-websocket-api/pom.xml

@@ -2,9 +2,9 @@
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
-		<groupId>cn.com.qmth.examcloud.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
   </parent>
   
   <artifactId>examcloud-core-oe-websocket-api</artifactId>

+ 4 - 4
examcloud-core-print-api-client/pom.xml

@@ -6,14 +6,14 @@
     <packaging>jar</packaging>
 
     <parent>
-        <groupId>cn.com.qmth.examcloud.rmi</groupId>
-        <artifactId>examcloud-rmi</artifactId>
-        <version>master-SNAPSHOT</version>
+        <groupId>cn.com.qmth.examcloud.rpc</groupId>
+        <artifactId>examcloud-rpc</artifactId>
+        <version>2019-SNAPSHOT</version>
     </parent>
 
     <dependencies>
         <dependency>
-            <groupId>cn.com.qmth.examcloud.rmi</groupId>
+            <groupId>cn.com.qmth.examcloud.rpc</groupId>
             <artifactId>examcloud-core-print-api</artifactId>
             <version>${examcloud.version}</version>
         </dependency>

+ 3 - 3
examcloud-core-print-api/pom.xml

@@ -6,9 +6,9 @@
     <packaging>jar</packaging>
 
     <parent>
-        <groupId>cn.com.qmth.examcloud.rmi</groupId>
-        <artifactId>examcloud-rmi</artifactId>
-        <version>master-SNAPSHOT</version>
+        <groupId>cn.com.qmth.examcloud.rpc</groupId>
+        <artifactId>examcloud-rpc</artifactId>
+        <version>2019-SNAPSHOT</version>
     </parent>
 
     <dependencies>

+ 5 - 5
examcloud-core-questions-api-client/pom.xml

@@ -2,18 +2,18 @@
 <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.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
 
-  <groupId>cn.com.qmth.examcloud.rmi</groupId>
+  <groupId>cn.com.qmth.examcloud.rpc</groupId>
   <artifactId>examcloud-core-questions-api-client</artifactId>
   <packaging>jar</packaging>
 
  	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.rmi</groupId>
+			<groupId>cn.com.qmth.examcloud.rpc</groupId>
 			<artifactId>examcloud-core-questions-api</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>

+ 23 - 23
examcloud-core-questions-api/pom.xml

@@ -1,24 +1,24 @@
-<?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.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
-	</parent>
-  <artifactId>examcloud-core-questions-api</artifactId>
-
-  <dependencies>
-    	<dependency>
-			<groupId>cn.com.qmth.examcloud.commons</groupId>
-			<artifactId>examcloud-commons-web</artifactId>
-			<version>${examcloud.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>cn.com.qmth.examcloud.question</groupId>
-			<artifactId>examcloud-question-commons</artifactId>
-			<version>${examcloud.version}</version>
-		</dependency>
-  </dependencies>
-
+<?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.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
+	</parent>
+  <artifactId>examcloud-core-questions-api</artifactId>
+
+  <dependencies>
+    	<dependency>
+			<groupId>cn.com.qmth.examcloud.commons</groupId>
+			<artifactId>examcloud-commons-web</artifactId>
+			<version>${examcloud.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>cn.com.qmth.examcloud.question</groupId>
+			<artifactId>examcloud-question-commons</artifactId>
+			<version>${examcloud.version}</version>
+		</dependency>
+  </dependencies>
+
 </project>

+ 4 - 4
examcloud-exchange-inner-api-client/pom.xml

@@ -2,15 +2,15 @@
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>cn.com.qmth.examcloud.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
 	<artifactId>examcloud-exchange-inner-api-client</artifactId>
 
 	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.rmi</groupId>
+			<groupId>cn.com.qmth.examcloud.rpc</groupId>
 			<artifactId>examcloud-exchange-inner-api</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>

+ 3 - 3
examcloud-exchange-inner-api/pom.xml

@@ -2,9 +2,9 @@
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>cn.com.qmth.examcloud.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
 	<artifactId>examcloud-exchange-inner-api</artifactId>
 

+ 4 - 4
examcloud-task-api-client/pom.xml

@@ -2,15 +2,15 @@
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>cn.com.qmth.examcloud.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
 	<artifactId>examcloud-task-api-client</artifactId>
 
 	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.rmi</groupId>
+			<groupId>cn.com.qmth.examcloud.rpc</groupId>
 			<artifactId>examcloud-task-api</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>

+ 3 - 3
examcloud-task-api/pom.xml

@@ -1,9 +1,9 @@
 <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.rmi</groupId>
-		<artifactId>examcloud-rmi</artifactId>
-		<version>master-SNAPSHOT</version>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
 	</parent>
 	<artifactId>examcloud-task-api</artifactId>
 

+ 51 - 51
pom.xml

@@ -1,52 +1,52 @@
-<?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.rmi</groupId>
-    <artifactId>examcloud-rmi</artifactId>
-    <packaging>pom</packaging>
-
-    <modules>
-        <module>examcloud-core-basic-api</module>
-        <module>examcloud-core-basic-api-client</module>
-
-        <module>examcloud-core-examwork-api</module>
-        <module>examcloud-core-examwork-api-client</module>
-
-        <module>examcloud-exchange-inner-api</module>
-        <module>examcloud-exchange-inner-api-client</module>
-
-        <module>examcloud-task-api</module>
-        <module>examcloud-task-api-client</module>
-
-        <module>examcloud-core-oe-admin-api</module>
-        <module>examcloud-core-oe-admin-api-client</module>
-
-        <module>examcloud-core-questions-api</module>
-        <module>examcloud-core-questions-api-client</module>
-
-        <module>examcloud-core-oe-student-face-api</module>
-        <module>examcloud-core-oe-student-face-api-client</module>
-
-        <module>examcloud-core-oe-student-api</module>
-        <module>examcloud-core-oe-student-api-client</module>
-
-        <module>examcloud-core-oe-websocket-api</module>
-        <module>examcloud-core-oe-websocket-api-client</module>
-
-        <module>examcloud-core-marking-api</module>
-        <module>examcloud-core-marking-api-client</module>
-
-        <module>examcloud-commons-api</module>
-        <module>examcloud-commons-api-client</module>
-
-        <module>examcloud-core-print-api</module>
-        <module>examcloud-core-print-api-client</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>2019</version>
+	</parent>
+	<groupId>cn.com.qmth.examcloud.rpc</groupId>
+	<artifactId>examcloud-rpc</artifactId>
+	<version>2019-SNAPSHOT</version>
+	<packaging>pom</packaging>
+
+	<modules>
+		<module>examcloud-core-basic-api</module>
+		<module>examcloud-core-basic-api-client</module>
+
+		<module>examcloud-core-examwork-api</module>
+		<module>examcloud-core-examwork-api-client</module>
+
+		<module>examcloud-exchange-inner-api</module>
+		<module>examcloud-exchange-inner-api-client</module>
+
+		<module>examcloud-task-api</module>
+		<module>examcloud-task-api-client</module>
+
+		<module>examcloud-core-oe-admin-api</module>
+		<module>examcloud-core-oe-admin-api-client</module>
+
+		<module>examcloud-core-questions-api</module>
+		<module>examcloud-core-questions-api-client</module>
+
+		<module>examcloud-core-oe-student-face-api</module>
+		<module>examcloud-core-oe-student-face-api-client</module>
+
+		<module>examcloud-core-oe-student-api</module>
+		<module>examcloud-core-oe-student-api-client</module>
+
+		<module>examcloud-core-oe-websocket-api</module>
+		<module>examcloud-core-oe-websocket-api-client</module>
+
+		<module>examcloud-core-marking-api</module>
+		<module>examcloud-core-marking-api-client</module>
+
+		<module>examcloud-commons-api</module>
+		<module>examcloud-commons-api-client</module>
+
+		<module>examcloud-core-print-api</module>
+		<module>examcloud-core-print-api-client</module>
+	</modules>
+
 </project>