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/02/14 22:06:05 UTC

[maven-doxia-sitetools] 01/03: [DOXIASITETOOLS-248] Upgrade Maven Reporting API to 3.1.0

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit 66a224e629f1a91f990f6f3d067103f9eefc1d02
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Feb 14 23:04:06 2022 +0100

    [DOXIASITETOOLS-248] Upgrade Maven Reporting API to 3.1.0
---
 doxia-integration-tools/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index f441d70..e3abbb4 100644
--- a/doxia-integration-tools/pom.xml
+++ b/doxia-integration-tools/pom.xml
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>3.0</version>
+      <version>3.1.0</version>
     </dependency>
 
     <dependency>