Skip to content

Commit

Permalink
[MRELEASE-1122] configure system requirements history
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed May 6, 2023
1 parent 6e152c9 commit ad666d3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions maven-release-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,25 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<requirementsHistories>
<requirementsHistory>
<version>3.0.0-M5</version>
<maven>3.0</maven>
<jdk>1.8</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.0.0-M2</version>
<maven>3.0</maven>
<jdk>1.7</jdk>
</requirementsHistory>
<requirementsHistory>
<version>2.5.3</version>
<maven>2.2.1</maven>
<jdk>1.7</jdk>
</requirementsHistory>
</requirementsHistories>
</configuration>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit ad666d3

Please sign in to comment.