You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/03/05 23:11:42 UTC

[maven-project-info-reports-plugin] branch master updated: [MPIR-386] Corrected version tag to 3.1.0

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 44038ad  [MPIR-386] Corrected version tag to 3.1.0
44038ad is described below

commit 44038ada329372be9dcdfcdd3b4510100a212628
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Mar 6 00:11:14 2020 +0100

    [MPIR-386] Corrected version tag to 3.1.0
---
 .../org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java b/src/main/java/org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java
index 4e0efe8..19f6829 100644
--- a/src/main/java/org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java
+++ b/src/main/java/org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java
@@ -135,7 +135,7 @@ public abstract class AbstractProjectInfoReport
     /**
      * Plugin repositories used for the project.
      *
-     * @since 3.0.2
+     * @since 3.1.0
      */
     @Parameter( property = "project.pluginArtifactRepositories" )
     protected List<ArtifactRepository> pluginRepositories;