You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/07/17 18:28:23 UTC

[creadur-rat] branch master updated: RAT-286: Error seems to be related to maven-plugin-plugin

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


The following commit(s) were added to refs/heads/master by this push:
     new a7f2fd2  RAT-286: Error seems to be related to maven-plugin-plugin
a7f2fd2 is described below

commit a7f2fd2f53ccdaaaacff412dff407381f80d05f9
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Sat Jul 17 20:28:18 2021 +0200

    RAT-286: Error seems to be related to maven-plugin-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 03bd0ae..a9e11d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@ agnostic home for software distribution comprehension and audit tools.
     <mavenVersion>2.2.1</mavenVersion>
     <creadur.jira.id>RAT</creadur.jira.id>
     <!-- maven plugin versions -->
-    <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
+    <mavenPluginPluginVersion>3.6.1</mavenPluginPluginVersion>
     <mavenChangesVersion>2.12.1</mavenChangesVersion>
     <mavenJavadocPluginVersion>3.1.1</mavenJavadocPluginVersion>
     <previousRatVersion>0.13</previousRatVersion>
@@ -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.8.2</version>
+          <version>3.9.1</version>
           <configuration>
             <relativizeDecorationLinks>false</relativizeDecorationLinks>
           </configuration>