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 a157124fcf7c3df505f0f0c422a27d933c4d7785 Author: Michael Osipov <[email protected]> AuthorDate: Tue Nov 21 21:28:57 2023 +0100 [MSITE-991] Upgrade to Parent 41 --- pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9d004691..d19670e4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>40</version> + <version>41</version> <relativePath /> </parent> @@ -211,7 +211,6 @@ under the License. <mavenPluginPluginVersion>3.9.0</mavenPluginPluginVersion> <mavenReportingImplVersion>4.0.0-M11</mavenReportingImplVersion> <testingFluidoSkinVersion>2.0.0-M8</testingFluidoSkinVersion> - <surefire.version>3.1.2</surefire.version> <project.build.outputTimestamp>2023-10-13T22:15:31Z</project.build.outputTimestamp> </properties> @@ -324,7 +323,10 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.5.1</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-xml</artifactId> </dependency> <!-- Doxia -->
