File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 43
43
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
44
44
<plugin >
45
45
<artifactId >maven-clean-plugin</artifactId >
46
- <version >3.1 .0</version >
46
+ <version >3.2 .0</version >
47
47
</plugin >
48
48
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
49
49
<plugin >
50
50
<artifactId >maven-resources-plugin</artifactId >
51
- <version >3.0.2 </version >
51
+ <version >3.2.0 </version >
52
52
</plugin >
53
53
<plugin >
54
54
<artifactId >maven-compiler-plugin</artifactId >
55
- <version >3.8.0 </version >
55
+ <version >3.10.1 </version >
56
56
</plugin >
57
57
<plugin >
58
58
<artifactId >maven-surefire-plugin</artifactId >
59
59
<version >2.22.1</version >
60
60
</plugin >
61
61
<plugin >
62
62
<artifactId >maven-jar-plugin</artifactId >
63
- <version >3.0 .2</version >
63
+ <version >3.2 .2</version >
64
64
</plugin >
65
65
<plugin >
66
66
<artifactId >maven-install-plugin</artifactId >
Original file line number Diff line number Diff line change 98
98
<plugin >
99
99
<groupId >org.apache.maven.plugins</groupId >
100
100
<artifactId >maven-compiler-plugin</artifactId >
101
- <version >3.3 </version >
101
+ <version >3.10.1 </version >
102
102
<configuration >
103
103
<source >1.8</source >
104
104
<target >1.8</target >
111
111
<plugin >
112
112
<groupId >org.apache.maven.plugins</groupId >
113
113
<artifactId >maven-enforcer-plugin</artifactId >
114
- <version >1.4 </version >
114
+ <version >3.1.0 </version >
115
115
<executions >
116
116
<execution >
117
117
<id >enforce-java</id >
131
131
<plugin >
132
132
<groupId >org.apache.maven.plugins</groupId >
133
133
<artifactId >maven-javadoc-plugin</artifactId >
134
- <version >2.10.3 </version >
134
+ <version >3.4.0 </version >
135
135
<configuration >
136
136
</configuration >
137
137
</plugin >
138
138
<plugin >
139
139
<groupId >org.apache.maven.plugins</groupId >
140
140
<artifactId >maven-jar-plugin</artifactId >
141
- <version >2.4 </version >
141
+ <version >3.2.2 </version >
142
142
<configuration >
143
143
<archive >
144
144
<manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
154
154
<plugin >
155
155
<groupId >org.apache.felix</groupId >
156
156
<artifactId >maven-bundle-plugin</artifactId >
157
- <version >2.5.0 </version >
157
+ <version >5.1.6 </version >
158
158
<executions >
159
159
<execution >
160
160
<id >bundle-manifest</id >
220
220
<plugin >
221
221
<groupId >org.apache.maven.plugins</groupId >
222
222
<artifactId >maven-gpg-plugin</artifactId >
223
- <version >1.6 </version >
223
+ <version >3.0.1 </version >
224
224
<executions >
225
225
<execution >
226
226
<id >sign-artifacts</id >
Original file line number Diff line number Diff line change 45
45
<plugin >
46
46
<groupId >org.apache.maven.plugins</groupId >
47
47
<artifactId >maven-compiler-plugin</artifactId >
48
- <version >3.1</version >
48
+ <version >3.10. 1</version >
49
49
<configuration >
50
50
<source >1.8</source >
51
51
<target >1.8</target >
You can’t perform that action at this time.
0 commit comments