This is an automated email from the ASF dual-hosted git repository.
elecharny 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 64bf3168a Fixed the parent's pom version
64bf3168a is described below
commit 64bf3168aa6af04a1e3838dc00f49b36b678ea65
Author: emmanuel lecharny <[email protected]>
AuthorDate: Wed Sep 20 15:01:55 2023 +0200
Fixed the parent's pom version
---
mina-legal/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mina-legal/pom.xml b/mina-legal/pom.xml
index 890c5932f..0c3bdf5f8 100644
--- a/mina-legal/pom.xml
+++ b/mina-legal/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.mina</groupId>
<artifactId>mina-parent</artifactId>
- <version>2.1.9-SNAPSHOT</version>
+ <version>2.2.4-SNAPSHOT</version>
</parent>
<artifactId>mina-legal</artifactId>