|
73 | 73 | <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version> |
74 | 74 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
75 | 75 | <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version> |
76 | | - <maven-enforcer-plugin.version>3.0.0-M5</maven-enforcer-plugin.version> |
| 76 | + <maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version> |
77 | 77 | <maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version> |
78 | 78 | <maven-help-plugin.version>3.2.0</maven-help-plugin.version> |
79 | 79 | <maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version> |
|
448 | 448 | <version>${maven-surefire-report-plugin.version}</version> |
449 | 449 | <type>maven-plugin</type> |
450 | 450 | </dependency> |
451 | | - <dependency> |
452 | | - <groupId>org.apache.maven.plugins</groupId> |
453 | | - <artifactId>maven-changes-plugin</artifactId> |
454 | | - <version>${maven-changes-plugin.version}</version> |
455 | | - <type>maven-plugin</type> |
456 | | - </dependency> |
457 | 451 | <dependency> |
458 | 452 | <groupId>org.apache.maven.plugins</groupId> |
459 | 453 | <artifactId>maven-release-plugin</artifactId> |
|
715 | 709 | <artifactId>maven-surefire-report-plugin</artifactId> |
716 | 710 | <type>maven-plugin</type> |
717 | 711 | </dependency> |
718 | | - <dependency> |
719 | | - <groupId>org.apache.maven.plugins</groupId> |
720 | | - <artifactId>maven-changes-plugin</artifactId> |
721 | | - <type>maven-plugin</type> |
722 | | - </dependency> |
723 | 712 | <dependency> |
724 | 713 | <groupId>org.apache.maven.plugins</groupId> |
725 | 714 | <artifactId>maven-release-plugin</artifactId> |
|
751 | 740 | <artifactId>maven-project-info-reports-plugin</artifactId> |
752 | 741 | <version>${maven-project-info-reports-plugin.version}</version> |
753 | 742 | </plugin> |
754 | | - <plugin> |
755 | | - <groupId>org.apache.maven.plugins</groupId> |
756 | | - <artifactId>maven-changes-plugin</artifactId> |
757 | | - <version>${maven-changes-plugin.version}</version> |
758 | | - </plugin> |
759 | 743 | <plugin> |
760 | 744 | <groupId>org.apache.maven.plugins</groupId> |
761 | 745 | <artifactId>maven-jxr-plugin</artifactId> |
|
0 commit comments