File tree 1 file changed +17
-3
lines changed
1 file changed +17
-3
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 >2.0.0 </version >
8
+ <version >2.0.1 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >apijson-cassandra</name >
30
30
<dependency >
31
31
<groupId >com.github.Tencent</groupId >
32
32
<artifactId >APIJSON</artifactId >
33
- <version >7.0.0 </version >
33
+ <version >7.0.3 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >com.datastax.oss</groupId >
45
45
<plugin >
46
46
<groupId >org.apache.maven.plugins</groupId >
47
47
<artifactId >maven-compiler-plugin</artifactId >
48
- <version >3.8 .1</version >
48
+ <version >3.12 .1</version >
49
49
<configuration >
50
50
<source >17</source >
51
51
<target >17</target >
52
52
</configuration >
53
53
</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 >
54
68
</plugins >
55
69
</build >
56
70
You can’t perform that action at this time.
0 commit comments