Skip to content

Commit

Permalink
[MJAR-302] Require Maven 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Mar 28, 2024
1 parent fa4330f commit 1b958d1
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion pom.xml
Expand Up @@ -74,7 +74,7 @@

<properties>
<javaVersion>8</javaVersion>
<mavenVersion>3.2.5</mavenVersion>
<mavenVersion>3.6.3</mavenVersion>
<mavenArchiverVersion>3.6.1</mavenArchiverVersion>
<project.build.outputTimestamp>2022-09-12T15:53:21Z</project.build.outputTimestamp>
</properties>
Expand Down Expand Up @@ -186,6 +186,29 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-report-plugin</artifactId>
<configuration>
<requirementsHistories>
<requirementsHistory>
<version>3.3.0</version>
<maven>3.2.5</maven>
<jdk>1.8</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.2.1 - 3.2.2</version>
<maven>3.1.0</maven>
<jdk>1.7</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.0.0 - 3.2.0</version>
<maven>3.0</maven>
<jdk>1.7</jdk>
</requirementsHistory>
</requirementsHistories>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 1b958d1

Please sign in to comment.