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-reporting-impl.git


The following commit(s) were added to refs/heads/master by this push:
     new ffeaf7e  [MSHARED-1165] Upgrade plugins and components in ITs
ffeaf7e is described below

commit ffeaf7e798b2b5d2ef37e2e2f17318ec2dc1a6cf
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sat Nov 26 15:37:39 2022 +0100

    [MSHARED-1165] Upgrade plugins and components in ITs
---
 pom.xml                               | 2 +-
 src/it/setup-reporting-plugin/pom.xml | 2 +-
 src/it/use-as-site-report/pom.xml     | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3ca773e..a3d0fec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
     <mavenVersion>3.2.5</mavenVersion>
     <doxiaVersion>2.0.0-M3</doxiaVersion>
     <doxiaSitetoolsVersion>2.0.0-M3</doxiaSitetoolsVersion>
-    <reportingApiVersion>4.0.0-M2</reportingApiVersion>
+    <reportingApiVersion>4.0.0-M3</reportingApiVersion>
     
<project.build.outputTimestamp>2022-07-06T20:03:31Z</project.build.outputTimestamp>
   </properties>
 
diff --git a/src/it/setup-reporting-plugin/pom.xml 
b/src/it/setup-reporting-plugin/pom.xml
index a6ad2c9..fa321c0 100644
--- a/src/it/setup-reporting-plugin/pom.xml
+++ b/src/it/setup-reporting-plugin/pom.xml
@@ -77,7 +77,7 @@ under the License.
       </plugin>
       <plugin>
         <artifactId>maven-install-plugin</artifactId>
-        <version>3.0.0-M1</version>
+        <version>3.1.0</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
diff --git a/src/it/use-as-site-report/pom.xml 
b/src/it/use-as-site-report/pom.xml
index 6eae1fa..1017c63 100644
--- a/src/it/use-as-site-report/pom.xml
+++ b/src/it/use-as-site-report/pom.xml
@@ -37,7 +37,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>4.0.0-M2</version>
+        <version>4.0.0-M3</version>
       </plugin>
     </plugins>
   </build>
@@ -47,7 +47,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>3.4.0</version>
+        <version>3.4.1</version>
         <reportSets>
           <reportSet>
             <reports>

Reply via email to