You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/31 18:58:11 UTC

[maven-site-plugin] branch maven-site-plugin-3.x updated: [MSITE-908] Upgrade Maven Reporting API to 3.1.1

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

michaelo pushed a commit to branch maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/maven-site-plugin-3.x by this push:
     new d98569b0 [MSITE-908] Upgrade Maven Reporting API to 3.1.1
d98569b0 is described below

commit d98569b083ded7a5182bf6cb5814ddcbd3150267
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Jul 29 23:28:33 2022 +0200

    [MSITE-908] Upgrade Maven Reporting API to 3.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ae143c27..a53d9f23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>3.1.0</version>
+      <version>3.1.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>