You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2022/10/07 04:14:43 UTC

[shiro] 01/01: Revert: Bump maven-project-info-reports-plugin from 3.1.2 to 3.4.1

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch revert-info-report
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit 41133ec978044ddd55a595c2da237bcabada6bfd
Author: Brian Demers <bd...@apache.org>
AuthorDate: Thu Oct 6 23:14:35 2022 -0500

    Revert: Bump maven-project-info-reports-plugin from 3.1.2 to 3.4.1
    
    The newer version attempts to resolve dependencies that are not available (or use in a report)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af2fc1f5..494418bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1288,7 +1288,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>3.4.1</version>
+                <version>3.1.2</version>
                 <!-- Disable, just to make it go faster -->
                 <configuration>
                     <dependencyLocationsEnabled>false</dependencyLocationsEnabled>