This is an automated email from the ASF dual-hosted git repository.
psxjoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/main by this push:
new 774c6814 chore: add parent dependency for Apache version 23 in pom.xml
(#752)
774c6814 is described below
commit 774c68148ba8ff3b008ed13a7111b9fd21124148
Author: Shuxin Pan <[email protected]>
AuthorDate: Wed Dec 24 23:29:18 2025 +0800
chore: add parent dependency for Apache version 23 in pom.xml (#752)
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 70a2774b..34f39033 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>23</version>
+ </parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.fesod</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]