Browse Source

master提交pom文件

weiwenhai 6 years ago
parent
commit
9a42ea8999

+ 1 - 1
examcloud-core-questions-api-provider/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<artifactId>examcloud-core-questions</artifactId>
 		<groupId>cn.com.qmth.examcloud.core.questions</groupId>
-		<version>2.0-SNAPSHOT</version>
+		<version>master-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>examcloud-core-questions-api-provider</artifactId>

+ 1 - 11
examcloud-core-questions-base/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<artifactId>examcloud-core-questions</artifactId>
 		<groupId>cn.com.qmth.examcloud.core.questions</groupId>
-		<version>2.0-SNAPSHOT</version>
+		<version>master-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>examcloud-core-questions-base</artifactId>
@@ -15,16 +15,6 @@
 			<artifactId>examcloud-commons-web</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
-		<dependency>
-			<groupId>cn.com.qmth.examcloud.commons</groupId>
-			<artifactId>examcloud-commons-dto</artifactId>
-			<version>${examcloud.version}</version>
-		</dependency>
-		<!-- <dependency>
-			<groupId>com.qmth.commons</groupId>
-			<artifactId>data-sync-rabbit</artifactId>
-			<version>1.0-SNAPSHOT</version>
-		</dependency> -->
 		<dependency>
 			<groupId>org.docx4j</groupId>
 			<artifactId>docx4j</artifactId>

+ 1 - 1
examcloud-core-questions-dao/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<artifactId>examcloud-core-questions</artifactId>
 		<groupId>cn.com.qmth.examcloud.core.questions</groupId>
-		<version>2.0-SNAPSHOT</version>
+		<version>master-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>examcloud-core-questions-dao</artifactId>

+ 1 - 1
examcloud-core-questions-service/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<artifactId>examcloud-core-questions</artifactId>
 		<groupId>cn.com.qmth.examcloud.core.questions</groupId>
-		<version>2.0-SNAPSHOT</version>
+		<version>master-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>examcloud-core-questions-service</artifactId>

+ 1 - 1
examcloud-core-questions-starter/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud.core.questions</groupId>
 		<artifactId>examcloud-core-questions</artifactId>
-		<version>2.0-SNAPSHOT</version>
+		<version>master-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>examcloud-core-questions-starter</artifactId>

+ 1 - 1
pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>cn.com.qmth.examcloud</groupId>
 		<artifactId>examcloud-parent</artifactId>
-		<version>2.0-SNAPSHOT</version>
+		<version>master-SNAPSHOT</version>
 	</parent>
 	<groupId>cn.com.qmth.examcloud.core.questions</groupId>
 	<artifactId>examcloud-core-questions</artifactId>