File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.framework</groupId >
7
7
<artifactId >apijson-framework</artifactId >
8
- <version >7.1.5 </version >
8
+ <version >7.1.7 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >APIJSONFramework</name >
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
17
- <java .version>17 </java .version>
17
+ <java .version>1.8 </java .version>
18
18
<maven .compiler.encoding>UTF-8</maven .compiler.encoding>
19
- <maven .compiler.source>17</maven .compiler.source>
20
- <maven .compiler.target>17</maven .compiler.target>
21
19
</properties >
22
20
23
21
<dependencies >
90
88
<artifactId >maven-compiler-plugin</artifactId >
91
89
<version >3.12.1</version >
92
90
<configuration >
93
- <source >17 </source >
94
- <target >17 </target >
91
+ <source >1.8 </source >
92
+ <target >1.8 </target >
95
93
</configuration >
96
94
</plugin >
97
95
</plugins >
You can’t perform that action at this time.
0 commit comments