File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-compiler-plugin</artifactId >
45
- <version >3.7.0 </version >
45
+ <version >3.8.1 </version >
46
46
<configuration >
47
47
<source >${java.version} </source >
48
48
<target >${java.version} </target >
51
51
<plugin >
52
52
<groupId >org.apache.maven.plugins</groupId >
53
53
<artifactId >maven-source-plugin</artifactId >
54
- <version >3.0 .1</version >
54
+ <version >3.2 .1</version >
55
55
<executions >
56
56
<execution >
57
57
<id >attach-sources</id >
65
65
<plugin >
66
66
<groupId >org.apache.maven.plugins</groupId >
67
67
<artifactId >maven-javadoc-plugin</artifactId >
68
- <version >3.0 .0</version >
68
+ <version >3.2 .0</version >
69
69
<executions >
70
70
<execution >
71
71
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments