This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit d2fcadcef233cf1f30e5930c0ae450ece6564ed3 Author: P. Ottlinger <[email protected]> AuthorDate: Sat Jul 17 20:18:43 2021 +0200 RAT-283, RAT-286: Downgrade site plugin to circumvent plugin error --- apache-rat-plugin/pom.xml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml index 97a429b..499b48d 100644 --- a/apache-rat-plugin/pom.xml +++ b/apache-rat-plugin/pom.xml @@ -111,7 +111,7 @@ <artifactId> maven-plugin-plugin </artifactId> - <versionRange>[3.4,)</versionRange> + <versionRange>[3.3,)</versionRange> <goals> <goal>descriptor</goal> <goal>helpmojo</goal> diff --git a/pom.xml b/pom.xml index d296a2e..564dcd4 100644 --- a/pom.xml +++ b/pom.xml @@ -212,7 +212,7 @@ agnostic home for software distribution comprehension and audit tools. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.12.0</version> + <version>3.14.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -292,7 +292,7 @@ agnostic home for software distribution comprehension and audit tools. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.9.1</version> + <version>3.8.2</version> <configuration> <relativizeDecorationLinks>false</relativizeDecorationLinks> </configuration>
