This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c80e44  Fix site "usage" page
3c80e44 is described below

commit 3c80e44c026ea900a9ded60b3aa5a4376ab4e024
Author: Piotrek Żygieło <[email protected]>
AuthorDate: Sat Nov 22 20:08:14 2025 +0100

    Fix site "usage" page
---
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 32cd5f5..38e0ab0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,10 @@ under the License.
     <mavenVersion>3.9.6</mavenVersion>
     
<project.build.outputTimestamp>2025-11-16T13:25:49Z</project.build.outputTimestamp>
     <version.palantirJavaFormat>2.81.0</version.palantirJavaFormat>
+    <!-- mavenArchiverVersion is also used by site -->
+    <mavenArchiverVersion>3.6.5</mavenArchiverVersion>
+    <!-- mavenFilteringVersion is also used by site -->
+    <mavenFilteringVersion>3.4.0</mavenFilteringVersion>
   </properties>
 
   <dependencies>
@@ -99,7 +103,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>3.6.5</version>
+      <version>${mavenArchiverVersion}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
@@ -110,7 +114,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-filtering</artifactId>
-      <version>3.4.0</version>
+      <version>${mavenFilteringVersion}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>

Reply via email to