Skip to content

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

Diff for: ‎maven-plugin-report-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<properties>
4141
<it.debug>true</it.debug>
42-
<doxiaVersion>2.0.0-M12</doxiaVersion>
42+
<doxiaVersion>2.0.0</doxiaVersion>
4343
</properties>
4444

4545
<dependencies>

Diff for: ‎pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@
104104
<asmVersion>9.7</asmVersion>
105105
<plexusUtilsVersion>4.0.1</plexusUtilsVersion>
106106
<plexusXmlVersion>3.0.1</plexusXmlVersion>
107-
<reportingApiVersion>4.0.0-M12</reportingApiVersion>
108-
<reportingImplVersion>4.0.0-M15</reportingImplVersion>
107+
<reportingApiVersion>4.0.0</reportingApiVersion>
108+
<reportingImplVersion>4.0.0</reportingImplVersion>
109109
<compilerPluginVersion>3.11.0</compilerPluginVersion>
110-
<javadocPluginVersion>3.8.0</javadocPluginVersion>
110+
<javadocPluginVersion>3.10.1</javadocPluginVersion>
111111
<enforcerPluginVersion>3.5.0</enforcerPluginVersion>
112112
<project.build.outputTimestamp>2024-08-22T17:08:35Z</project.build.outputTimestamp>
113113
</properties>
@@ -231,14 +231,14 @@
231231
<dependency>
232232
<groupId>org.codehaus.plexus</groupId>
233233
<artifactId>plexus-velocity</artifactId>
234-
<version>2.1.0</version>
234+
<version>2.2.0</version>
235235
</dependency>
236236

237237
<!-- other -->
238238
<dependency>
239239
<groupId>org.apache.velocity</groupId>
240240
<artifactId>velocity-engine-core</artifactId>
241-
<version>2.3</version>
241+
<version>2.4</version>
242242
</dependency>
243243

244244
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.