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 55
66 <groupId >apijson.framework</groupId >
77 <artifactId >apijson-framework</artifactId >
8- <version >7.1.5 </version >
8+ <version >7.1.7 </version >
99 <packaging >jar</packaging >
1010
1111 <name >APIJSONFramework</name >
1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1616 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
17- <java .version>17 </java .version>
17+ <java .version>1.8 </java .version>
1818 <maven .compiler.encoding>UTF-8</maven .compiler.encoding>
19- <maven .compiler.source>17</maven .compiler.source>
20- <maven .compiler.target>17</maven .compiler.target>
2119 </properties >
2220
2321 <dependencies >
9088 <artifactId >maven-compiler-plugin</artifactId >
9189 <version >3.12.1</version >
9290 <configuration >
93- <source >17 </source >
94- <target >17 </target >
91+ <source >1.8 </source >
92+ <target >1.8 </target >
9593 </configuration >
9694 </plugin >
9795 </plugins >
You can’t perform that action at this time.
0 commit comments