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

[maven-site-plugin] branch master updated (94b8b161 -> eea479f1)

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

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


    from 94b8b161 [MSITE-918] Upgrade Maven Reporting API to 4.0.0-M3
     add 107785fd [MSITE-919] Upgrade Maven Reporting Exec to 2.0.0-M3
     new eea479f1 [MSITE-917] Upgrade components and plugin in ITs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


[maven-site-plugin] 01/01: [MSITE-917] Upgrade components and plugin in ITs

Posted by mi...@apache.org.
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-site-plugin.git

commit eea479f137c841684c0fd594f5dd4022e2586f89
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Nov 30 10:51:52 2022 +0100

    [MSITE-917] Upgrade components and plugin in ITs
---
 pom.xml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 275f826f..908bdf93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@ under the License.
     <mavenVersion>3.2.5</mavenVersion>
     <javaVersion>8</javaVersion>
     <!-- for dependencies -->
-    <jettyVersion>9.4.48.v20220622</jettyVersion>
+    <jettyVersion>9.4.49.v20220914</jettyVersion>
     <doxiaVersion>2.0.0-M4</doxiaVersion>
     <doxiaSitetoolsVersion>2.0.0-M4</doxiaSitetoolsVersion>
     <wagonVersion>3.5.2</wagonVersion>
@@ -206,12 +206,12 @@ under the License.
     <!-- for ITs -->
     <checkstylePluginVersion>3.2.0</checkstylePluginVersion>
     <javadocPluginVersion>3.3.2</javadocPluginVersion>
-    <pmdPluginVersion>3.16.0</pmdPluginVersion>
-    <jxrPluginVersion>3.2.0</jxrPluginVersion>
-    <projectInfoReportsPluginVersion>3.4.0</projectInfoReportsPluginVersion>
-    <surefirePluginVersion>2.22.2</surefirePluginVersion>
+    <pmdPluginVersion>3.19.0</pmdPluginVersion>
+    <jxrPluginVersion>3.3.0</jxrPluginVersion>
+    <projectInfoReportsPluginVersion>3.4.1</projectInfoReportsPluginVersion>
+    <surefirePluginVersion>3.0.0-M7</surefirePluginVersion>
     <mavenPluginPluginVersion>3.6.4</mavenPluginPluginVersion>
-    <mavenReportingImplVersion>4.0.0-M2</mavenReportingImplVersion>
+    <mavenReportingImplVersion>4.0.0-M3</mavenReportingImplVersion>
     <fluidoSkinVersion>1.11.1</fluidoSkinVersion>
     <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2022-07-22T17:08:11Z</project.build.outputTimestamp>
@@ -335,7 +335,6 @@ under the License.
       <artifactId>doxia-sink-api</artifactId>
       <version>${doxiaVersion}</version>
     </dependency>
-
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-core</artifactId>