|
175 | 175 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
176 | 176 | <junit.version>4.12</junit.version>
|
177 | 177 | <hamcrest.version>1.3</hamcrest.version>
|
178 |
| - <mockito.version>1.9.5</mockito.version> |
| 178 | + <mockito.version>1.10.19</mockito.version> |
179 | 179 | <jdk.source.version>1.8</jdk.source.version>
|
180 | 180 | <jdk.target.version>1.8</jdk.target.version>
|
181 | 181 | <tools.maven.plugin.version>1.4</tools.maven.plugin.version>
|
182 |
| - <jacoco.maven.plugin.version>0.8.1</jacoco.maven.plugin.version> |
| 182 | + <jacoco.maven.plugin.version>0.8.2</jacoco.maven.plugin.version> |
183 | 183 | <maven.source.plugin.version>3.0.1</maven.source.plugin.version>
|
184 |
| - <maven.javadoc.plugin.version>2.10.4</maven.javadoc.plugin.version> |
| 184 | + <maven.javadoc.plugin.version>3.0.1</maven.javadoc.plugin.version> |
185 | 185 | <maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
|
186 |
| - <maven.assembly.plugin.version>3.0.0</maven.assembly.plugin.version> |
| 186 | + <maven.assembly.plugin.version>3.1.0</maven.assembly.plugin.version> |
187 | 187 | <maven.antrun.plugin.version>1.8</maven.antrun.plugin.version>
|
188 |
| - <maven.compiler.plugin.version>3.6.1</maven.compiler.plugin.version> |
| 188 | + <maven.compiler.plugin.version>3.8.0</maven.compiler.plugin.version> |
189 | 189 | <maven.buildnumber.plugin.version>1.4</maven.buildnumber.plugin.version>
|
190 |
| - <maven.jar.plugin.version>3.0.2</maven.jar.plugin.version> |
191 |
| - <maven.surefire.plugin.version>2.20</maven.surefire.plugin.version> |
| 190 | + <maven.jar.plugin.version>3.1.0</maven.jar.plugin.version> |
| 191 | + <maven.surefire.plugin.version>2.22.1</maven.surefire.plugin.version> |
192 | 192 | <maven.release.plugin.version>2.5.3</maven.release.plugin.version>
|
193 |
| - <maven.scm.plugin.version>1.9.5</maven.scm.plugin.version> |
| 193 | + <maven.site.plugin.version>3.7.1</maven.site.plugin.version> |
| 194 | + <maven.scm.plugin.version>1.11.1</maven.scm.plugin.version> |
194 | 195 | <maven.deploy.plugin.version>2.8.2</maven.deploy.plugin.version>
|
195 |
| - <maven.jdeps.plugin.version>3.1.0</maven.jdeps.plugin.version> |
| 196 | + <maven.jdeps.plugin.version>3.1.1</maven.jdeps.plugin.version> |
196 | 197 | <nexus.staging.maven.plugin.version>1.6.8</nexus.staging.maven.plugin.version>
|
197 | 198 | </properties>
|
198 | 199 |
|
|
395 | 396 | <artifactId>jacoco-maven-plugin</artifactId>
|
396 | 397 | <version>${jacoco.maven.plugin.version}</version>
|
397 | 398 | </plugin>
|
398 |
| - <!--This plugin's configuration is used to store Eclipse |
399 |
| - m2e settings only. It has no influence on the Maven build itself. --> |
400 | 399 | <plugin>
|
401 |
| - <groupId>org.eclipse.m2e</groupId> |
402 |
| - <artifactId>lifecycle-mapping</artifactId> |
403 |
| - <version>1.0.0</version> |
404 |
| - <configuration> |
405 |
| - <lifecycleMappingMetadata> |
406 |
| - <pluginExecutions> |
407 |
| - <pluginExecution> |
408 |
| - <pluginExecutionFilter> |
409 |
| - <groupId>org.apache.maven.plugins</groupId> |
410 |
| - <artifactId>maven-enforcer-plugin</artifactId> |
411 |
| - <versionRange>[1.0,)</versionRange> |
412 |
| - <goals> |
413 |
| - <goal>enforce</goal> |
414 |
| - </goals> |
415 |
| - </pluginExecutionFilter> |
416 |
| - <action> |
417 |
| - <ignore /> |
418 |
| - </action> |
419 |
| - </pluginExecution> |
420 |
| - <pluginExecution> |
421 |
| - <pluginExecutionFilter> |
422 |
| - <groupId>org.apache.geronimo.genesis.plugins</groupId> |
423 |
| - <artifactId>tools-maven-plugin</artifactId> |
424 |
| - <versionRange>[1.4,)</versionRange> |
425 |
| - <goals> |
426 |
| - <goal>copy-legal-files</goal> |
427 |
| - </goals> |
428 |
| - </pluginExecutionFilter> |
429 |
| - <action> |
430 |
| - <ignore /> |
431 |
| - </action> |
432 |
| - </pluginExecution> |
433 |
| - <pluginExecution> |
434 |
| - <pluginExecutionFilter> |
435 |
| - <groupId>org.jacoco</groupId> |
436 |
| - <artifactId>jacoco-maven-plugin</artifactId> |
437 |
| - <versionRange>[0.6.2.201302030002,)</versionRange> |
438 |
| - <goals> |
439 |
| - <goal>prepare-agent</goal> |
440 |
| - </goals> |
441 |
| - </pluginExecutionFilter> |
442 |
| - <action> |
443 |
| - <ignore /> |
444 |
| - </action> |
445 |
| - </pluginExecution> |
446 |
| - </pluginExecutions> |
447 |
| - </lifecycleMappingMetadata> |
448 |
| - </configuration> |
| 400 | + <groupId>org.apache.maven.plugins</groupId> |
| 401 | + <artifactId>maven-site-plugin</artifactId> |
| 402 | + <version>3.7.1</version> |
449 | 403 | </plugin>
|
450 | 404 | </plugins>
|
451 | 405 | </pluginManagement>
|
|
0 commit comments