File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.cassandra</groupId >
7
7
<artifactId >apijson-cassandra</artifactId >
8
- <version >1 .0.0</version >
8
+ <version >2 .0.0</version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >apijson-cassandra</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>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>
18
21
</properties >
19
22
20
23
<dependencies >
27
30
<dependency >
28
31
<groupId >com.github.Tencent</groupId >
29
32
<artifactId >APIJSON</artifactId >
30
- <version >6.3 .0</version >
33
+ <version >7.0 .0</version >
31
34
</dependency >
32
35
<dependency >
33
36
<groupId >com.datastax.oss</groupId >
34
37
<artifactId >java-driver-core</artifactId >
35
- <version >4.15 .0</version >
38
+ <version >4.17 .0</version >
36
39
</dependency >
37
40
38
41
</dependencies >
44
47
<artifactId >maven-compiler-plugin</artifactId >
45
48
<version >3.8.1</version >
46
49
<configuration >
47
- <source >1.8 </source >
48
- <target >1.8 </target >
50
+ <source >17 </source >
51
+ <target >17 </target >
49
52
</configuration >
50
53
</plugin >
51
54
</plugins >
You can’t perform that action at this time.
0 commit comments