File tree Expand file tree Collapse file tree 6 files changed +16
-7
lines changed
biojava-protein-comparison-tool Expand file tree Collapse file tree 6 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ mvn verify</description>
5454 <plugins >
5555 <plugin >
5656 <artifactId >maven-failsafe-plugin</artifactId >
57- <version >2.14.1</version >
5857 <executions >
5958 <execution >
6059 <goals >
Original file line number Diff line number Diff line change 6060 <plugin >
6161 <groupId >org.apache.maven.plugins</groupId >
6262 <artifactId >maven-resources-plugin</artifactId >
63- <version >2.5</version >
6463 </plugin >
6564
6665 </plugins >
Original file line number Diff line number Diff line change 167167 <plugin >
168168 <groupId >org.codehaus.mojo</groupId >
169169 <artifactId >buildnumber-maven-plugin</artifactId >
170- <version >1.3</version >
171170 <executions >
172171 <execution >
173172 <phase >validate</phase >
Original file line number Diff line number Diff line change 9999 <plugin >
100100 <groupId >org.apache.maven.plugins</groupId >
101101 <artifactId >maven-resources-plugin</artifactId >
102- <version >2.5</version >
103102 </plugin >
104103
105104 </plugins >
Original file line number Diff line number Diff line change 5959 <plugin >
6060 <groupId >org.apache.maven.plugins</groupId >
6161 <artifactId >maven-resources-plugin</artifactId >
62- <version >2.5</version >
6362 </plugin >
6463
6564 </plugins >
Original file line number Diff line number Diff line change 176176 <artifactId >maven-source-plugin</artifactId >
177177 <version >2.4</version >
178178 </plugin >
179-
179+ <plugin >
180+ <artifactId >maven-failsafe-plugin</artifactId >
181+ <version >2.19.1</version >
182+ </plugin >
180183 <plugin >
181184 <groupId >net.sf</groupId >
182185 <artifactId >stat-scm</artifactId >
246249 <version >3.0.3</version >
247250 </plugin >
248251
252+ <plugin >
253+ <groupId >org.codehaus.mojo</groupId >
254+ <artifactId >buildnumber-maven-plugin</artifactId >
255+ <version >1.4</version >
256+ </plugin >
249257
250258 <plugin >
251259 <groupId >org.apache.maven.plugins</groupId >
252260 <artifactId >maven-checkstyle-plugin</artifactId >
253261 <version >2.17</version >
254262 </plugin >
255263
264+ <plugin >
265+ <groupId >org.apache.maven.plugins</groupId >
266+ <artifactId >maven-resources-plugin</artifactId >
267+ <version >2.7</version >
268+ </plugin >
269+
256270 </plugins >
257271 </pluginManagement >
258272
291305 <!-- give more memory for junit tests -->
292306 <plugin >
293307 <artifactId >maven-surefire-plugin</artifactId >
294- <version >2.19</version >
308+ <version >2.19.1 </version >
295309 <configuration >
296310 <argLine >-Xmx1500M</argLine >
297311 <reuseForks >false</reuseForks >
You can’t perform that action at this time.
0 commit comments