File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed
Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 6161 <plugin >
6262 <groupId >org.apache.maven.plugins</groupId >
6363 <artifactId >maven-shade-plugin</artifactId >
64- <version >2 .0</version >
64+ <version >3.3 .0</version >
6565 <configuration >
6666 <minimizeJar >false</minimizeJar >
6767 <createSourcesJar >true</createSourcesJar >
Original file line number Diff line number Diff line change 2929 <extension >
3030 <groupId >org.apache.maven.archetype</groupId >
3131 <artifactId >archetype-packaging</artifactId >
32- <version >2.2 </version >
32+ <version >3.2.1 </version >
3333 </extension >
3434
3535 </extensions >
3636
3737 <plugins >
3838 <plugin >
3939 <artifactId >maven-archetype-plugin</artifactId >
40- <version >2.2</version >
41- <extensions >true</extensions >
40+ <version >3.2.1</version >
4241 </plugin >
4342 </plugins >
4443
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ Jim Idle - March 2009
259259 <plugin >
260260 <groupId >org.apache.maven.plugins</groupId >
261261 <artifactId >maven-plugin-plugin</artifactId >
262- <version >3.2 </version >
262+ <version >3.6.4 </version >
263263 </plugin >
264264 </plugins >
265265 </reporting >
Original file line number Diff line number Diff line change 5656 -->
5757 <properties >
5858 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
59+ <project .build.outputTimestamp>10</project .build.outputTimestamp>
5960 <jdk >1.8</jdk >
6061 <junit .version>4.13</junit .version>
6162 <st4 .version>4.3.1</st4 .version>
223224 <plugin >
224225 <groupId >org.apache.maven.plugins</groupId >
225226 <artifactId >maven-jar-plugin</artifactId >
226- <version >2.4 </version >
227+ <version >3.2.2 </version >
227228 <configuration >
228229 <archive >
229230 <manifest >
265266 <groupId >org.apache.maven.plugins</groupId >
266267 <artifactId >maven-source-plugin</artifactId >
267268 <!-- override the version inherited from the parent -->
268- <version >2 .2.1</version >
269+ <version >3 .2.1</version >
269270 </plugin >
270271
271272 <plugin >
303304 <groupId >org.apache.maven.plugins</groupId >
304305 <artifactId >maven-javadoc-plugin</artifactId >
305306 </plugin >
307+ <plugin >
308+ <groupId >org.apache.maven.plugins</groupId >
309+ <artifactId >maven-plugin-plugin</artifactId >
310+ <version >3.6.4</version >
311+ </plugin >
312+ <plugin >
313+ <groupId >org.apache.maven.plugins</groupId >
314+ <artifactId >maven-release-plugin</artifactId >
315+ <version >3.0.0-M6</version >
316+ </plugin >
306317 </plugins >
307318 </pluginManagement >
308319 </build >
You can’t perform that action at this time.
0 commit comments