This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch maven-plugin-tools-3.x
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/maven-plugin-tools-3.x by this
push:
new a6c9b9c0 [MPLUGIN-538] Upgrade to Doxia 2.0.0 GA Stack
a6c9b9c0 is described below
commit a6c9b9c0498b6eaecfb7cd6d37b1a55d297dce7d
Author: Michael Osipov <[email protected]>
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 71103857..a45f31bc 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 a647d8ef..37928b86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,10 +104,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-08-22T17:08:35Z</project.build.outputTimestamp>
</properties>
@@ -231,14 +231,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>