This is an automated email from the ASF dual-hosted git repository.
psxjoy pushed a commit to branch release-2.0.0-incubating
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/release-2.0.0-incubating by
this push:
new f5c28d53 chore: add project description to pom.xml for clarity on
incubation (#798)
f5c28d53 is described below
commit f5c28d5391971605144b0d0416c5dfad7e26b5fb
Author: Shuxin Pan <[email protected]>
AuthorDate: Tue Jan 13 20:07:52 2026 +0800
chore: add project description to pom.xml for clarity on incubation (#798)
* fix(shaded): explicitly add license to shaded module pom
* chore: add project description to pom.xml for clarity on incubation status
* chore: add project description to pom.xml for clarity on incubation status
---
fesod-shaded/pom.xml | 23 +++++++++++++++++++++++
pom.xml | 10 ++++++++++
2 files changed, 33 insertions(+)
diff --git a/fesod-shaded/pom.xml b/fesod-shaded/pom.xml
index 19a9c4b6..d9e5e6e6 100644
--- a/fesod-shaded/pom.xml
+++ b/fesod-shaded/pom.xml
@@ -32,6 +32,29 @@
<artifactId>fesod-shaded</artifactId>
<name>Fesod Shaded</name>
+ <description>
+ Apache Fesod (Incubating) is a high-performance and memory-efficient
Java library for reading and writing Excel files, designed to
+ simplify development and ensure reliability.
+
+ Apache Fesod (incubating) is an effort undergoing incubation at the
Apache
+ Software Foundation (ASF), sponsored by the Apache Incubator PMC.
+
+ Incubation is required of all newly accepted projects until a further
review
+ indicates that the infrastructure, communications, and decision making
process
+ have stabilized in a manner consistent with other successful ASF
projects.
+
+ While incubation status is not necessarily a reflection of the
completeness
+ or stability of the code, it does indicate that the project has yet to
be
+ fully endorsed by the ASF.
+ </description>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>https://www.apache.org/licenses/LICENSE-2.0</url>
+ </license>
+ </licenses>
+
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/pom.xml b/pom.xml
index b1b793fe..0f670476 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,16 @@
<description>
Apache Fesod (Incubating) is a high-performance and memory-efficient
Java library for reading and writing Excel files, designed to
simplify development and ensure reliability.
+ Apache Fesod (incubating) is an effort undergoing incubation at the
Apache
+ Software Foundation (ASF), sponsored by the Apache Incubator PMC.
+
+ Incubation is required of all newly accepted projects until a further
review
+ indicates that the infrastructure, communications, and decision making
process
+ have stabilized in a manner consistent with other successful ASF
projects.
+
+ While incubation status is not necessarily a reflection of the
completeness
+ or stability of the code, it does indicate that the project has yet to
be
+ fully endorsed by the ASF.
</description>
<url>https://github.com/apache/fesod</url>
<inceptionYear>2025</inceptionYear>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]