Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require Maven 3.2.5 #215

Merged
merged 2 commits into from Mar 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 4 additions & 5 deletions pom.xml
Expand Up @@ -211,7 +211,6 @@
<maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<maven-changes-plugin.version>2.11</maven-changes-plugin.version>
<!-- Need to stay on 3.0.0 until https://issues.apache.org/jira/browse/MSHARED-854 is fixed -->
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
Expand All @@ -228,8 +227,8 @@
<maven-javadoc-plugin.version>3.3.1</maven-javadoc-plugin.version>
<maven-jxr-plugin.version>3.1.1</maven-jxr-plugin.version>
<maven-plugin-plugin.version>3.6.2</maven-plugin-plugin.version>
<maven-project-info-reports-plugin.version>3.1.2</maven-project-info-reports-plugin.version>
<maven-pmd-plugin.version>3.15.0</maven-pmd-plugin.version>
<maven-project-info-reports-plugin.version>3.1.2</maven-project-info-reports-plugin.version>
<maven-release-plugin.version>3.0.0-M4</maven-release-plugin.version>
<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
<maven-scm-publish-plugin.version>3.1.0</maven-scm-publish-plugin.version>
Expand Down Expand Up @@ -268,7 +267,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.8.4</version>
<version>3.2.5</version><!-- Minimum required Maven Version -->
bmarwell marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -568,8 +567,8 @@
<banRelease>true</banRelease>
</requirePluginVersions>
<requireMavenVersion>
<version>3.0.5</version>
<message>You need at least Maven 3.0.5 to build MojoHaus projects. Maven 2.X is not supported anymore.</message>
<version>3.2.5</version>
<message>You need at least Maven 3.2.5 to build MojoHaus projects.</message>
</requireMavenVersion>
<requireProperty>
<property>project.scm.developerConnection</property>
Expand Down