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 2023/01/28 21:53:04 UTC

[maven-reporting-impl] branch master updated: [MSHARED-1189] Upgrade plugins and components in ITs

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 c1f6474  [MSHARED-1189] Upgrade plugins and components in ITs
c1f6474 is described below

commit c1f647479a51fd406797b097608d83aa5dfad567
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jan 28 22:52:33 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 71d228a..3cb5a1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,7 @@
     <doxiaVersion>2.0.0-M5</doxiaVersion>
     <doxiaSitetoolsVersion>2.0.0-M4</doxiaSitetoolsVersion>
     <reportingApiVersion>4.0.0-M4</reportingApiVersion>
+    <pluginToolsVersion>3.7.1</pluginToolsVersion>
     <project.build.outputTimestamp>2022-11-29T21:32:38Z</project.build.outputTimestamp>
   </properties>
 
diff --git a/src/it/setup-reporting-plugin/pom.xml b/src/it/setup-reporting-plugin/pom.xml
index fa321c0..498c845 100644
--- a/src/it/setup-reporting-plugin/pom.xml
+++ b/src/it/setup-reporting-plugin/pom.xml
@@ -58,7 +58,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.6.4</version>
+      <version>@pluginToolsVersion@</version>
       <scope>provided</scope>
     </dependency>
 
@@ -82,7 +82,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.6.4</version>
+        <version>@pluginToolsVersion@</version>
         <executions>
           <execution>
             <id>default-descriptor</id>
diff --git a/src/it/use-as-site-report/pom.xml b/src/it/use-as-site-report/pom.xml
index 1017c63..1293996 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-M3</version>
+        <version>4.0.0-M4</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.1</version>
+        <version>3.4.2</version>
         <reportSets>
           <reportSet>
             <reports>