Skip to content

Commit

Permalink
Drop additional configuration for requirementsHistories
Browse files Browse the repository at this point in the history
it is managed automatically
  • Loading branch information
slawekjaranowski committed Jan 5, 2025
1 parent 12c8a9d commit e86fc8d
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -508,51 +508,6 @@ under the License.
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-report-plugin</artifactId>
<configuration>
<requirementsHistories>
<requirementsHistory>
<version>3.20.0</version>
<maven>3.6.3</maven>
<jdk>1.8</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.12.0</version>
<maven>3.2.5</maven>
<jdk>1.8</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.11.0</version>
<maven>3.0.5</maven>
<jdk>1.7</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.9.0</version>
<maven>3.0</maven>
<jdk>1.7</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.7.1</version>
<maven>2.2.1</maven>
<jdk>1.6</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.4</version>
<maven>2.2.1</maven>
<jdk>1.5</jdk>
</requirementsHistory>
</requirementsHistories>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
<profile>
<id>run-its</id>
Expand Down

0 comments on commit e86fc8d

Please sign in to comment.