File tree Expand file tree Collapse file tree 1 file changed +23
-6
lines changed
Expand file tree Collapse file tree 1 file changed +23
-6
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >apijson.milvus</groupId >
77 <artifactId >apijson-milvus</artifactId >
8- <version >1.0.0 </version >
8+ <version >1.0.1 </version >
99 <packaging >jar</packaging >
1010
1111 <name >apijson-milvus</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 >
2730 <dependency >
2831 <groupId >com.github.Tencent</groupId >
2932 <artifactId >APIJSON</artifactId >
30- <version >6.3.0 </version >
33+ <version >7.0.3 </version >
3134 </dependency >
3235 <dependency >
3336 <groupId >org.datayoo.moql</groupId >
4851 <plugin >
4952 <groupId >org.apache.maven.plugins</groupId >
5053 <artifactId >maven-compiler-plugin</artifactId >
51- <version >3.8 .1</version >
54+ <version >3.12 .1</version >
5255 <configuration >
53- <source >1.8 </source >
54- <target >1.8 </target >
56+ <source >17 </source >
57+ <target >17 </target >
5558 </configuration >
5659 </plugin >
60+
61+ <plugin >
62+ <groupId >org.apache.maven.plugins</groupId >
63+ <artifactId >maven-source-plugin</artifactId >
64+ <version >3.2.1</version >
65+ <executions >
66+ <execution >
67+ <phase >package</phase >
68+ <goals >
69+ <goal >jar-no-fork</goal >
70+ </goals >
71+ </execution >
72+ </executions >
73+ </plugin >
5774 </plugins >
5875 </build >
5976
You can’t perform that action at this time.
0 commit comments