Browse Source

使用jdk1.8进行编译

huangbo 6 years ago
parent
commit
f0b0ff8885
2 changed files with 7 additions and 0 deletions
  1. 7 0
      comp-example/pom.xml
  2. 0 0
      ipu-server-demo/src/main/resources/webapp/test.html

+ 7 - 0
comp-example/pom.xml

2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
	<modelVersion>4.0.0</modelVersion>
3
	<modelVersion>4.0.0</modelVersion>
4
4
5
	<parent>
6
		<groupId>com.ai.ipu</groupId>
7
		<artifactId>ipu-aggregator</artifactId>
8
		<version>3.1-SNAPSHOT</version>
9
	</parent>
10
5
	<groupId>com.ai.ipu.example</groupId>
11
	<groupId>com.ai.ipu.example</groupId>
6
	<artifactId>comp-example</artifactId>
12
	<artifactId>comp-example</artifactId>
7
	<version>1.0</version>
13
	<version>1.0</version>
13
	<properties>
19
	<properties>
14
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
		<ipu>3.1-SNAPSHOT</ipu>
21
		<ipu>3.1-SNAPSHOT</ipu>
22
		<jdk>1.8</jdk>
16
	</properties>
23
	</properties>
17
24
18
	<dependencies>
25
	<dependencies>

+ 0 - 0
ipu-server-demo/src/main/resources/webapp/test.html