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-exec.git


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

commit 235219b840ad30a4cbccb3ed63d5236412ebcbe9
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Oct 1 20:31:39 2023 +0200

    [MSHARED-1311] Upgrade plugins and components (in ITs)
---
 pom.xml                     | 4 ++--
 src/it/reportConfig/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d1722ee..b358f10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
     <aetherVersion>1.0.0.v20140518</aetherVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
     
<project.build.outputTimestamp>2023-07-07T15:47:57Z</project.build.outputTimestamp>
-    <sitePluginVersion>4.0.0-M8</sitePluginVersion>
+    <sitePluginVersion>4.0.0-M9</sitePluginVersion>
     <projectInfoReportsPluginVersion>3.4.5</projectInfoReportsPluginVersion>
   </properties>
 
@@ -203,7 +203,7 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-site-renderer</artifactId>
-      <version>2.0.0-M11</version>
+      <version>2.0.0-M12</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/it/reportConfig/pom.xml b/src/it/reportConfig/pom.xml
index 8c19481..27650a7 100644
--- a/src/it/reportConfig/pom.xml
+++ b/src/it/reportConfig/pom.xml
@@ -42,7 +42,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>4.0.0-M9</version>
+      <version>4.0.0-M10</version>
     </dependency>
   </dependencies>
 

Reply via email to