Skip to content

Commit

Permalink
Downgrade maven-reporting to latest non-milestone
Browse files Browse the repository at this point in the history
This downgrades the `maven-reporting-*` libraries to use the latest
non-milestone version. In addition, the integration tests are updated to use
the latest non-milestone version of `maven-site-plugin`.

Note that the surefire dependencies need to remain on a milestone version to
avoid missing class errors.

Closes #1037
  • Loading branch information
l0s committed Jun 22, 2022
1 parent ea51bc7 commit c40f054
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M1</version>
<version>3.12.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M1</version>
<version>3.12.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M1</version>
<version>3.12.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M1</version>
<version>3.12.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
Expand Up @@ -20,7 +20,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M1</version>
<version>3.12.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M1</version>
<version>3.12.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M1</version>
<version>3.12.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
4 changes: 2 additions & 2 deletions pitest-maven/pom.xml
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-api</artifactId>
<version>4.0.0-M1</version>
<version>3.1.0</version>
</dependency>
<!-- commons-collections, commons-beanutils, and plexus-utils specified
due to vulnerable versions used by maven-reporting-impl:2.0.4.3-->
Expand All @@ -116,7 +116,7 @@
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
<version>4.0.0-M1</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>backport-util-concurrent</groupId>
Expand Down

0 comments on commit c40f054

Please sign in to comment.