File tree Expand file tree Collapse file tree 1 file changed +22
-5
lines changed
Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >apijson.iotdb</groupId >
77 <artifactId >apijson-iotdb</artifactId >
8- <version >1.0.0 </version >
8+ <version >1.0.1 </version >
99 <packaging >jar</packaging >
1010
1111 <name >apijson-iotdb</name >
1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1616 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
17- <java .version>1.8</java .version>
17+ <java .version>17</java .version>
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>
1821 </properties >
1922
2023 <dependencies >
4245 <plugin >
4346 <groupId >org.apache.maven.plugins</groupId >
4447 <artifactId >maven-compiler-plugin</artifactId >
45- <version >3.8 .1</version >
48+ <version >3.12 .1</version >
4649 <configuration >
47- <source >1.8 </source >
48- <target >1.8 </target >
50+ <source >17 </source >
51+ <target >17 </target >
4952 </configuration >
5053 </plugin >
54+
55+ <plugin >
56+ <groupId >org.apache.maven.plugins</groupId >
57+ <artifactId >maven-source-plugin</artifactId >
58+ <version >3.2.1</version >
59+ <executions >
60+ <execution >
61+ <phase >package</phase >
62+ <goals >
63+ <goal >jar-no-fork</goal >
64+ </goals >
65+ </execution >
66+ </executions >
67+ </plugin >
5168 </plugins >
5269 </build >
5370
You can’t perform that action at this time.
0 commit comments