|
72 | 72 | </mailingLists> |
73 | 73 |
|
74 | 74 | <prerequisites> |
75 | | - <maven>3.0</maven> |
| 75 | + <maven>3.0.5</maven> |
76 | 76 | </prerequisites> |
77 | 77 |
|
78 | 78 | <scm> |
|
187 | 187 | <plugin> |
188 | 188 | <groupId>org.apache.maven.plugins</groupId> |
189 | 189 | <artifactId>maven-compiler-plugin</artifactId> |
190 | | - <version>3.5.1</version> |
| 190 | + <version>3.7.0</version> |
191 | 191 | <!-- Require the Java 7 platform. --> |
192 | 192 | <configuration> |
193 | 193 | <source>1.7</source> |
|
202 | 202 | <plugin> |
203 | 203 | <groupId>org.codehaus.mojo</groupId> |
204 | 204 | <artifactId>license-maven-plugin</artifactId> |
205 | | - <version>1.9</version> |
| 205 | + <version>1.14</version> |
206 | 206 | <configuration> |
207 | 207 | <licenseName>bsd_2</licenseName> |
208 | 208 | <organizationName>Open Microscopy Environment: |
|
228 | 228 | <plugin> |
229 | 229 | <groupId>org.apache.maven.plugins</groupId> |
230 | 230 | <artifactId>maven-surefire-plugin</artifactId> |
231 | | - <version>2.19.1</version> |
| 231 | + <version>2.20.1</version> |
232 | 232 | <configuration> |
233 | 233 | <suiteXmlFiles> |
234 | 234 | <suiteXmlFile>src/test/java/loci/common/utests/testng-template.xml</suiteXmlFile> |
|
238 | 238 |
|
239 | 239 | <plugin> |
240 | 240 | <artifactId>maven-assembly-plugin</artifactId> |
241 | | - <version>2.6</version> |
| 241 | + <version>3.1.0</version> |
242 | 242 | </plugin> |
243 | 243 |
|
244 | 244 | <plugin> |
|
248 | 248 |
|
249 | 249 | <plugin> |
250 | 250 | <artifactId>maven-dependency-plugin</artifactId> |
251 | | - <version>2.10</version> |
| 251 | + <version>3.0.2</version> |
252 | 252 | </plugin> |
253 | 253 |
|
254 | 254 | <plugin> |
|
294 | 294 | <artifactId>maven-javadoc-plugin</artifactId> |
295 | 295 | <!-- NB: The same version declaration and configuration block also |
296 | 296 | appears in the <reporting> section, and must be kept in sync. --> |
297 | | - <version>2.10.4</version> |
| 297 | + <version>3.0.0</version> |
298 | 298 | <configuration> |
299 | 299 | <failOnError>false</failOnError> |
300 | 300 | <links> |
|
330 | 330 |
|
331 | 331 | <plugin> |
332 | 332 | <artifactId>maven-resources-plugin</artifactId> |
333 | | - <version>3.0.1</version> |
| 333 | + <version>3.0.2</version> |
334 | 334 | </plugin> |
335 | 335 |
|
336 | 336 | <plugin> |
337 | 337 | <artifactId>maven-site-plugin</artifactId> |
338 | | - <version>3.5.1</version> |
| 338 | + <version>3.7</version> |
339 | 339 | </plugin> |
340 | 340 |
|
341 | 341 | <!-- Create -sources.jar when building. --> |
|
383 | 383 | <plugin> |
384 | 384 | <groupId>org.codehaus.mojo</groupId> |
385 | 385 | <artifactId>versions-maven-plugin</artifactId> |
386 | | - <version>2.3</version> |
| 386 | + <version>2.5</version> |
387 | 387 | </plugin> |
| 388 | + |
388 | 389 | </plugins> |
389 | 390 | </build> |
390 | 391 |
|
391 | 392 | <profiles> |
392 | | - <profile> |
393 | | - <id>doclint-java8-disable</id> |
394 | | - <activation> |
395 | | - <jdk>[1.8,)</jdk> |
396 | | - </activation> |
397 | | - |
398 | | - <build> |
399 | | - <plugins> |
400 | | - <plugin> |
401 | | - <groupId>org.apache.maven.plugins</groupId> |
402 | | - <artifactId>maven-javadoc-plugin</artifactId> |
403 | | - <version>2.9.1</version> |
404 | | - <configuration> |
405 | | - <additionalparam>-Xdoclint:none</additionalparam> |
406 | | - </configuration> |
407 | | - </plugin> |
408 | | - </plugins> |
409 | | - </build> |
410 | | - </profile> |
411 | 393 | <profile> |
412 | 394 | <id>release</id> |
413 | 395 | <build> |
|
416 | 398 | <plugin> |
417 | 399 | <groupId>org.sonatype.plugins</groupId> |
418 | 400 | <artifactId>nexus-staging-maven-plugin</artifactId> |
419 | | - <version>1.6.7</version> |
| 401 | + <version>1.6.8</version> |
420 | 402 | <extensions>true</extensions> |
421 | 403 | <configuration> |
422 | 404 | <serverId>ossrh</serverId> |
|
429 | 411 | <plugin> |
430 | 412 | <groupId>org.apache.maven.plugins</groupId> |
431 | 413 | <artifactId>maven-gpg-plugin</artifactId> |
432 | | - <version>1.5</version> |
| 414 | + <version>1.6</version> |
433 | 415 | <executions> |
434 | 416 | <execution> |
435 | 417 | <id>sign-artifacts</id> |
|
451 | 433 | <plugin> |
452 | 434 | <groupId>org.apache.maven.plugins</groupId> |
453 | 435 | <artifactId>maven-javadoc-plugin</artifactId> |
454 | | - <version>2.9.1</version> |
| 436 | + <version>3.0.0</version> |
455 | 437 | <configuration> |
456 | 438 | <failOnError>false</failOnError> |
457 | 439 | <links> |
|
0 commit comments