File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 115
115
<plugin >
116
116
<groupId >org.apache.maven.plugins</groupId >
117
117
<artifactId >maven-jar-plugin</artifactId >
118
- <version >3.0.2 </version >
118
+ <version >3.1.0 </version >
119
119
<configuration >
120
120
<archive >
121
121
<manifest >
144
144
<plugin >
145
145
<groupId >org.apache.maven.plugins</groupId >
146
146
<artifactId >maven-javadoc-plugin</artifactId >
147
- <version >3.0.0 </version >
147
+ <version >3.0.1 </version >
148
148
<executions >
149
149
<execution >
150
150
<id >attach-javadocs</id >
209
209
<plugin >
210
210
<groupId >org.apache.maven.plugins</groupId >
211
211
<artifactId >maven-resources-plugin</artifactId >
212
- <version >3.0.2 </version >
212
+ <version >3.1.0 </version >
213
213
<executions >
214
214
<execution >
215
215
<id >copy-resources</id >
231
231
<plugin >
232
232
<groupId >org.apache.maven.plugins</groupId >
233
233
<artifactId >maven-shade-plugin</artifactId >
234
- <version >3.1 .0</version >
234
+ <version >3.2 .0</version >
235
235
<executions >
236
236
<!-- Run shade goal on package plugin -->
237
237
<execution >
291
291
<plugin >
292
292
<groupId >org.apache.maven.plugins</groupId >
293
293
<artifactId >maven-compiler-plugin</artifactId >
294
- <version >3.7 .0</version >
294
+ <version >3.8 .0</version >
295
295
<configuration >
296
296
<source >10</source >
297
297
<target >10</target >
You can’t perform that action at this time.
0 commit comments