|
24 | 24 | <testng.version>6.8.5</testng.version> |
25 | 25 | <mockito.version>1.10.19</mockito.version> |
26 | 26 | <jacoco.version>0.8.2</jacoco.version> |
| 27 | + <findbugs.version>2.5.2</findbugs.version> |
| 28 | + <javadoc.version>3.0.1</javadoc.version> |
27 | 29 | </properties> |
28 | 30 |
|
29 | 31 | <organization> |
|
555 | 557 | <plugin> |
556 | 558 | <groupId>org.apache.maven.plugins</groupId> |
557 | 559 | <artifactId>maven-javadoc-plugin</artifactId> |
558 | | - <version>3.0.1</version> |
| 560 | + <version>${javadoc.version}</version> |
559 | 561 | <configuration> |
560 | 562 | <excludes>java.money</excludes> |
561 | 563 | <excludePackageNames>java.money</excludePackageNames> |
|
879 | 881 | <plugin> |
880 | 882 | <groupId>org.apache.maven.plugins</groupId> |
881 | 883 | <artifactId>maven-javadoc-plugin</artifactId> |
882 | | - <version>3.0.1</version> |
| 884 | + <version>${javadoc.version}</version> |
883 | 885 | <inherited>true</inherited> |
884 | 886 | <reportSets> |
885 | 887 | <reportSet> |
|
1021 | 1023 | <plugin> |
1022 | 1024 | <groupId>org.codehaus.mojo</groupId> |
1023 | 1025 | <artifactId>findbugs-maven-plugin</artifactId> |
1024 | | - <version>2.5.2</version> |
| 1026 | + <version>${findbugs.version}</version> |
1025 | 1027 | <configuration> |
1026 | 1028 | <xrefLocation>${project.reporting.outputDirectory}/../xref</xrefLocation> |
1027 | 1029 | <xmlOutput>true</xmlOutput> |
|
1042 | 1044 | <plugin> |
1043 | 1045 | <groupId>org.codehaus.mojo</groupId> |
1044 | 1046 | <artifactId>findbugs-maven-plugin</artifactId> |
1045 | | - <version>2.5.2</version> |
| 1047 | + <version>${findbugs.version}</version> |
1046 | 1048 | <configuration> |
1047 | 1049 | <xrefLocation>${project.reporting.outputDirectory}/../xref</xrefLocation> |
1048 | 1050 | <xmlOutput>true</xmlOutput> |
|
0 commit comments