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-plugin-tools.git
commit 1bd6a5f39cab2c7c792d2c616187d3f13453aa27 Author: Michael Osipov <micha...@apache.org> AuthorDate: Fri Oct 18 21:23:56 2024 +0200 [MPLUGIN-538] Upgrade to Doxia 2.0.0 GA Stack This closes #333 --- maven-plugin-report-plugin/pom.xml | 2 +- pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/maven-plugin-report-plugin/pom.xml b/maven-plugin-report-plugin/pom.xml index 82ac26e8..d8a8efa8 100644 --- a/maven-plugin-report-plugin/pom.xml +++ b/maven-plugin-report-plugin/pom.xml @@ -39,7 +39,7 @@ <properties> <it.debug>true</it.debug> - <doxiaVersion>2.0.0-M12</doxiaVersion> + <doxiaVersion>2.0.0</doxiaVersion> </properties> <dependencies> diff --git a/pom.xml b/pom.xml index 1caa7af4..17f2506c 100644 --- a/pom.xml +++ b/pom.xml @@ -101,10 +101,10 @@ <asmVersion>9.7</asmVersion> <plexusUtilsVersion>4.0.1</plexusUtilsVersion> <plexusXmlVersion>3.0.1</plexusXmlVersion> - <reportingApiVersion>4.0.0-M12</reportingApiVersion> - <reportingImplVersion>4.0.0-M15</reportingImplVersion> + <reportingApiVersion>4.0.0</reportingApiVersion> + <reportingImplVersion>4.0.0</reportingImplVersion> <compilerPluginVersion>3.11.0</compilerPluginVersion> - <javadocPluginVersion>3.8.0</javadocPluginVersion> + <javadocPluginVersion>3.10.1</javadocPluginVersion> <enforcerPluginVersion>3.5.0</enforcerPluginVersion> <project.build.outputTimestamp>2024-06-26T07:46:19Z</project.build.outputTimestamp> </properties> @@ -213,14 +213,14 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-velocity</artifactId> - <version>2.1.0</version> + <version>2.2.0</version> </dependency> <!-- other --> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> - <version>2.3</version> + <version>2.4</version> </dependency> <dependency>