File tree Expand file tree Collapse file tree 10 files changed +31
-31
lines changed Expand file tree Collapse file tree 10 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.hprose</groupId >
5
5
<artifactId >tcphelloexam</artifactId >
6
- <version >2.0.36 </version >
6
+ <version >2.0.37 </version >
7
7
<packaging >jar</packaging >
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
- <maven .compiler.source>1.7 </maven .compiler.source>
11
- <maven .compiler.target>1.7 </maven .compiler.target>
10
+ <maven .compiler.source>8 </maven .compiler.source>
11
+ <maven .compiler.target>8 </maven .compiler.target>
12
12
</properties >
13
13
<name >Benchmark</name >
14
14
<dependencies >
15
15
<dependency >
16
16
<groupId >${project.groupId} </groupId >
17
17
<artifactId >hprose-java</artifactId >
18
18
<version >${project.version} </version >
19
- <classifier >jdk18 </classifier >
19
+ <classifier >jdk8 </classifier >
20
20
</dependency >
21
21
</dependencies >
22
22
</project >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.hprose</groupId >
5
5
<artifactId >hprose.example</artifactId >
6
- <version >2.0.36 </version >
6
+ <version >2.0.37 </version >
7
7
<packaging >jar</packaging >
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
- <maven .compiler.source>1. 8</maven .compiler.source>
11
- <maven .compiler.target>1. 8</maven .compiler.target>
10
+ <maven .compiler.source>8</maven .compiler.source>
11
+ <maven .compiler.target>8</maven .compiler.target>
12
12
</properties >
13
13
<name >Example</name >
14
14
<dependencies >
15
15
<dependency >
16
16
<groupId >${project.groupId} </groupId >
17
17
<artifactId >hprose-java</artifactId >
18
18
<version >${project.version} </version >
19
- <classifier >jdk18 </classifier >
19
+ <classifier >jdk8 </classifier >
20
20
</dependency >
21
21
<dependency >
22
22
<groupId >org.apache.commons</groupId >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.hprose</groupId >
5
5
<artifactId >exam.client</artifactId >
6
- <version >2.0.36 </version >
6
+ <version >2.0.37 </version >
7
7
<packaging >jar</packaging >
8
8
<dependencies >
9
9
<dependency >
10
10
<groupId >${project.groupId} </groupId >
11
11
<artifactId >hprose-java</artifactId >
12
12
<version >${project.version} </version >
13
- <classifier >jdk18 </classifier >
13
+ <classifier >jdk8 </classifier >
14
14
</dependency >
15
15
</dependencies >
16
16
<properties >
17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
- <maven .compiler.source>1.7 </maven .compiler.source>
19
- <maven .compiler.target>1.7 </maven .compiler.target>
18
+ <maven .compiler.source>8 </maven .compiler.source>
19
+ <maven .compiler.target>8 </maven .compiler.target>
20
20
</properties >
21
21
<name >ExamClient</name >
22
22
</project >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.hprose</groupId >
6
6
<artifactId >exam.server</artifactId >
7
- <version >2.0.36 </version >
7
+ <version >2.0.37 </version >
8
8
<packaging >war</packaging >
9
9
10
10
<name >ExamServer</name >
19
19
<groupId >${project.groupId} </groupId >
20
20
<artifactId >hprose-java</artifactId >
21
21
<version >${project.version} </version >
22
- <classifier >jdk18 </classifier >
22
+ <classifier >jdk8 </classifier >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >javax</groupId >
36
36
<artifactId >maven-compiler-plugin</artifactId >
37
37
<version >3.1</version >
38
38
<configuration >
39
- <source >1.7 </source >
40
- <target >1.7 </target >
39
+ <source >8 </source >
40
+ <target >8 </target >
41
41
<compilerArguments >
42
42
<endorseddirs >${endorsed.dir} </endorseddirs >
43
43
</compilerArguments >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.hprose</groupId >
5
5
<artifactId >hello.client</artifactId >
6
- <version >2.0.36 </version >
6
+ <version >2.0.37 </version >
7
7
<name >HelloClient</name >
8
8
<packaging >jar</packaging >
9
9
<build >
31
31
<groupId >${project.groupId} </groupId >
32
32
<artifactId >hprose-java</artifactId >
33
33
<version >${project.version} </version >
34
- <classifier >jdk18 </classifier >
34
+ <classifier >jdk8 </classifier >
35
35
</dependency >
36
36
</dependencies >
37
37
<properties >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.hprose</groupId >
6
6
<artifactId >hello.server</artifactId >
7
- <version >2.0.36 </version >
7
+ <version >2.0.37 </version >
8
8
<packaging >war</packaging >
9
9
10
10
<name >HelloServer</name >
19
19
<groupId >${project.groupId} </groupId >
20
20
<artifactId >hprose-java</artifactId >
21
21
<version >${project.version} </version >
22
- <classifier >jdk18 </classifier >
22
+ <classifier >jdk8 </classifier >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >javax</groupId >
36
36
<artifactId >maven-compiler-plugin</artifactId >
37
37
<version >3.1</version >
38
38
<configuration >
39
- <source >1.7 </source >
40
- <target >1.7 </target >
39
+ <source >8 </source >
40
+ <target >8 </target >
41
41
<compilerArguments >
42
42
<endorseddirs >${endorsed.dir} </endorseddirs >
43
43
</compilerArguments >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.hprose</groupId >
5
5
<artifactId >tcphelloexam</artifactId >
6
- <version >2.0.36 </version >
6
+ <version >2.0.37 </version >
7
7
<packaging >jar</packaging >
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
- <maven .compiler.source>1.7 </maven .compiler.source>
11
- <maven .compiler.target>1.7 </maven .compiler.target>
10
+ <maven .compiler.source>8 </maven .compiler.source>
11
+ <maven .compiler.target>8 </maven .compiler.target>
12
12
</properties >
13
13
<name >TcpHelloExam</name >
14
14
<dependencies >
15
15
<dependency >
16
16
<groupId >${project.groupId} </groupId >
17
17
<artifactId >hprose-java</artifactId >
18
18
<version >${project.version} </version >
19
- <classifier >jdk18 </classifier >
19
+ <classifier >jdk8 </classifier >
20
20
</dependency >
21
21
</dependencies >
22
22
</project >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.hprose</groupId >
5
5
<artifactId >tcpsessionexam</artifactId >
6
- <version >2.0.36 </version >
6
+ <version >2.0.37 </version >
7
7
<packaging >jar</packaging >
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
- <maven .compiler.source>1.7 </maven .compiler.source>
11
- <maven .compiler.target>1.7 </maven .compiler.target>
10
+ <maven .compiler.source>8 </maven .compiler.source>
11
+ <maven .compiler.target>8 </maven .compiler.target>
12
12
</properties >
13
13
<name >TcpSessionExam</name >
14
14
<dependencies >
15
15
<dependency >
16
16
<groupId >${project.groupId} </groupId >
17
17
<artifactId >hprose-java</artifactId >
18
18
<version >${project.version} </version >
19
- <classifier >jdk18 </classifier >
19
+ <classifier >jdk8 </classifier >
20
20
</dependency >
21
21
</dependencies >
22
22
</project >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.hprose</groupId >
5
5
<artifactId >hprose-java</artifactId >
6
- <version >2.0.37-SNAPSHOT </version >
6
+ <version >2.0.37</version >
7
7
<name >Hprose for Java</name >
8
8
<description >Hprose is a High Performance Remote Object Service Engine.
9
9
You can’t perform that action at this time.
0 commit comments