weiwenhai 6 лет назад
Родитель
Сommit
50a0fc20d6
2 измененных файлов с 11 добавлено и 11 удалено
  1. 7 7
      examcloud-core-questions-api-client/pom.xml
  2. 4 4
      examcloud-core-questions-api/pom.xml

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

@@ -1,19 +1,19 @@
 <?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>
-        <artifactId>examcloud-core-questions</artifactId>
-        <groupId>cn.com.qmth.examcloud.core.questions</groupId>
-        <version>2.0-SNAPSHOT</version>
-    </parent>
+ 	<parent>
+		<groupId>cn.com.qmth.examcloud.rmi</groupId>
+		<artifactId>examcloud-rmi</artifactId>
+		<version>2.0-SNAPSHOT</version>
+	</parent>
 
-  <groupId>cn.com.qmth.examcloud.core.questions</groupId>
+  <groupId>cn.com.qmth.examcloud.rmi</groupId>
   <artifactId>examcloud-core-questions-api-client</artifactId>
   <packaging>jar</packaging>
 
  	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.core.questions</groupId>
+			<groupId>cn.com.qmth.examcloud.rmi</groupId>
 			<artifactId>examcloud-core-questions-api</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>

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

@@ -2,10 +2,10 @@
 <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>
-        <artifactId>examcloud-core-questions</artifactId>
-        <groupId>cn.com.qmth.examcloud.core.questions</groupId>
-        <version>2.0-SNAPSHOT</version>
-    </parent>
+		<groupId>cn.com.qmth.examcloud.rmi</groupId>
+		<artifactId>examcloud-rmi</artifactId>
+		<version>2.0-SNAPSHOT</version>
+	</parent>
   <artifactId>examcloud-core-questions-api</artifactId>
 
   <dependencies>