This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.2.X by this push:
new 55ae3d426 Bumped up the apache maven project, and the maven enforcer
plugin
55ae3d426 is described below
commit 55ae3d426e8a7342944ffca4d40679bb78933ac3
Author: Emmanuel Lécharny <[email protected]>
AuthorDate: Mon May 18 22:38:17 2026 +0200
Bumped up the apache maven project, and the maven enforcer plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9e3a58112..41a54b8b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>37</version>
+ <version>38</version>
<relativePath />
</parent>
@@ -113,7 +113,7 @@
<version.deploy.plugin>3.1.4</version.deploy.plugin>
<version.docck.plugin>1.2</version.docck.plugin>
<version.eclipse.plugin>2.10</version.eclipse.plugin>
- <version.enforcer.plugin>3.6.2</version.enforcer.plugin>
+ <version.enforcer.plugin>3.6.3</version.enforcer.plugin>
<version.findbugs.plugin>3.0.5</version.findbugs.plugin>
<version.gpg.plugin>3.2.8</version.gpg.plugin>
<version.install.plugin>3.1.4</version.install.plugin>