This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch doxia-2.0.0-ga in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 6f90a08b30e771048947620453ae4f7155b0ac21 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sun Oct 20 20:07:44 2024 +0200 [SUREFIRE-2281] Upgrade to Doxia 2.0.0 GA Stack This closes #794 --- maven-surefire-report-plugin/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml index d709b6e5c..f5aacb080 100644 --- a/maven-surefire-report-plugin/pom.xml +++ b/maven-surefire-report-plugin/pom.xml @@ -46,7 +46,7 @@ </prerequisites> <properties> - <doxiaVersion>2.0.0-M12</doxiaVersion> + <doxiaVersion>2.0.0</doxiaVersion> </properties> <dependencies> @@ -114,7 +114,7 @@ <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> - <version>4.0.0-M15</version> + <version>4.0.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>