This repository was archived by the owner on Feb 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change 42
42
<plugins >
43
43
<plugin >
44
44
<artifactId >maven-compiler-plugin</artifactId >
45
- <version >3.3 </version >
45
+ <version >3.8.0 </version >
46
46
<configuration >
47
47
<source >1.8</source >
48
48
<target >1.8</target >
49
49
</configuration >
50
50
</plugin >
51
- <plugin >
52
- <groupId >org.apache.maven.plugins</groupId >
53
- <artifactId >maven-jar-plugin</artifactId >
54
- <version >2.3.2</version >
55
- <configuration >
56
- <archive >
57
- <addMavenDescriptor >false</addMavenDescriptor >
58
- <manifestEntries >
59
- <Archiver-Version />
60
- <Created-By />
61
- <Built-By />
62
- <Build-Jdk />
63
- </manifestEntries >
64
- </archive >
65
- </configuration >
66
- </plugin >
67
51
<plugin >
68
52
<groupId >org.apache.maven.plugins</groupId >
69
53
<artifactId >maven-source-plugin</artifactId >
70
- <version >2.4 </version >
54
+ <version >3.0.1 </version >
71
55
<executions >
72
56
<execution >
73
57
<id >attach-sources</id >
80
64
<plugin >
81
65
<groupId >org.apache.maven.plugins</groupId >
82
66
<artifactId >maven-javadoc-plugin</artifactId >
83
- <version >2.10.3 </version >
67
+ <version >3.1.0 </version >
84
68
<executions >
85
69
<execution >
86
70
<id >attach-javadocs</id >
94
78
<plugin >
95
79
<groupId >org.codehaus.mojo</groupId >
96
80
<artifactId >animal-sniffer-maven-plugin</artifactId >
97
- <version >1.15 </version >
81
+ <version >1.16 </version >
98
82
<configuration >
99
83
<signature >
100
84
<groupId >org.codehaus.mojo.signature</groupId >
You can’t perform that action at this time.
0 commit comments