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/20 21:02:22 UTC

[maven-site-plugin] 01/01: [MSITE-905] Upgrade Doxia and Maven Reporting stack

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

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

commit 05d351a1d4680b79c234919a28435a3edc287e5d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jul 20 22:58:41 2022 +0200

    [MSITE-905] Upgrade Doxia and Maven Reporting stack
    
    This closes #97
---
 pom.xml                                                    | 14 +++++++-------
 src/it/projects/MSITE-504/maven-plugin/pom.xml             |  4 ++--
 src/it/projects/MSITE-548/root/pom.xml                     | 10 +++++-----
 .../projects/inheritance-interpolation/repo-parent/pom.xml |  4 ++--
 src/it/projects/site-sd-top-parent-no-site/root/pom.xml    | 10 +++++-----
 5 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index c537347d..a0e6cd68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,11 +208,11 @@ under the License.
     <javadocPluginVersion>3.3.2</javadocPluginVersion>
     <pmdPluginVersion>3.16.0</pmdPluginVersion>
     <jxrPluginVersion>3.2.0</jxrPluginVersion>
-    <projectInfoReportsPluginVersion>3.3.0</projectInfoReportsPluginVersion>
+    <projectInfoReportsPluginVersion>3.4.0</projectInfoReportsPluginVersion>
     <surefirePluginVersion>2.22.2</surefirePluginVersion>
     <mavenPluginPluginVersion>3.6.4</mavenPluginPluginVersion>
-    <mavenReportingImplVersion>4.0.0-M1</mavenReportingImplVersion>
-    <fluidoSkinVersion>1.11.0</fluidoSkinVersion>
+    <mavenReportingImplVersion>4.0.0-M2</mavenReportingImplVersion>
+    <fluidoSkinVersion>1.11.1</fluidoSkinVersion>
     <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2022-06-24T06:12:22Z</project.build.outputTimestamp>
 
@@ -222,12 +222,12 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>4.0.0-M1</version>
+      <version>4.0.0-M2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-exec</artifactId>
-      <version>2.0.0-M1</version>
+      <version>2.0.0-M2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
@@ -558,9 +558,9 @@ under the License.
       <reporting>
         <plugins>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
+            <groupId>com.googlecode.l10n-maven-plugin</groupId>
             <artifactId>l10n-maven-plugin</artifactId>
-            <version>1.0-alpha-2</version>
+            <version>1.8</version>
             <configuration>
               <locales>
                 <locale>ca</locale>
diff --git a/src/it/projects/MSITE-504/maven-plugin/pom.xml b/src/it/projects/MSITE-504/maven-plugin/pom.xml
index 03cdf5a0..25987275 100644
--- a/src/it/projects/MSITE-504/maven-plugin/pom.xml
+++ b/src/it/projects/MSITE-504/maven-plugin/pom.xml
@@ -37,7 +37,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>3.0-beta-3</version>
+      <version>3.2.5</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/src/it/projects/MSITE-548/root/pom.xml b/src/it/projects/MSITE-548/root/pom.xml
index 514d23dc..fc36ffbc 100644
--- a/src/it/projects/MSITE-548/root/pom.xml
+++ b/src/it/projects/MSITE-548/root/pom.xml
@@ -40,11 +40,11 @@ under the License.
   <build>
     <pluginManagement>
       <plugins>
-		<plugin>
-			<groupId>org.apache.maven.plugins</groupId>
-			<artifactId>maven-site-plugin</artifactId>
-			<version>@project.version@</version>
-		</plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>@project.version@</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>
diff --git a/src/it/projects/inheritance-interpolation/repo-parent/pom.xml b/src/it/projects/inheritance-interpolation/repo-parent/pom.xml
index 3382e357..2db82bf5 100644
--- a/src/it/projects/inheritance-interpolation/repo-parent/pom.xml
+++ b/src/it/projects/inheritance-interpolation/repo-parent/pom.xml
@@ -41,7 +41,7 @@ under the License.
     <distUrl>scp://from.repo/dist</distUrl>
     <msite604.siteRepositoryId>repo-parent-id</msite604.siteRepositoryId>
     <msite604.siteRepositoryBase>default-repository-base-from-repo-parent</msite604.siteRepositoryBase>
-    <fluidoSkinVersion>1.11.0</fluidoSkinVersion><!-- invoker interpolation doesn't apply here: but version is not important at this level -->
+    <fluidoSkinVersion>1.11.1</fluidoSkinVersion><!-- invoker interpolation doesn't apply here: but version is not important at this level -->
   </properties>
 
   <distributionManagement>
@@ -56,7 +56,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.4</version><!-- invoker interpolation doesn't apply here: but version is not important at this level -->
+        <version>4.0.0-M2</version><!-- invoker interpolation doesn't apply here: but version is not important at this level -->
         <configuration>
           <generateReports>false</generateReports>
         </configuration>
diff --git a/src/it/projects/site-sd-top-parent-no-site/root/pom.xml b/src/it/projects/site-sd-top-parent-no-site/root/pom.xml
index 25228582..3390095b 100644
--- a/src/it/projects/site-sd-top-parent-no-site/root/pom.xml
+++ b/src/it/projects/site-sd-top-parent-no-site/root/pom.xml
@@ -31,11 +31,11 @@ under the License.
   <build>
     <pluginManagement>
       <plugins>
-		<plugin>
-			<groupId>org.apache.maven.plugins</groupId>
-			<artifactId>maven-site-plugin</artifactId>
-			<version>@project.version@</version>
-		</plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>@project.version@</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>