Newspaper 1 year ago
parent
commit
0e91d4f6c6

+ 1 - 1
huimv-farm-datacenter-egg/huimv-farm-eartag/pom.xml

@@ -3,7 +3,7 @@
          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>huimv-farm-datacenter</artifactId>
+        <artifactId>huimv-farm-datacenter-egg</artifactId>
         <groupId>com.huimv</groupId>
         <version>0.0.1-SNAPSHOT</version>
     </parent>

+ 1 - 1
huimv-farm-datacenter-egg/huimv-farm-receiver/pom.xml

@@ -3,7 +3,7 @@
          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>huimv-farm-datacenter</artifactId>
+        <artifactId>huimv-farm-datacenter-egg</artifactId>
         <groupId>com.huimv</groupId>
         <version>0.0.1-SNAPSHOT</version>
     </parent>

+ 11 - 1
huimv-farm-datacenter-egg/huimv-farm-video/pom.xml

@@ -3,7 +3,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<parent>
-		<artifactId>huimv-farm-datacenter</artifactId>
+		<artifactId>huimv-farm-datacenter-egg</artifactId>
 		<groupId>com.huimv</groupId>
 		<version>0.0.1-SNAPSHOT</version>
 	</parent>
@@ -98,6 +98,16 @@
 					<includeSystemScope>true</includeSystemScope>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>6</source>
+					<target>6</target>
+				</configuration>
+			</plugin>
+
+
 		</plugins>
 	</build>