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

wuchong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new bccb79d90 [build] Add Apache Incubator disclaimer to Maven POM 
metadata (#3374)
bccb79d90 is described below

commit bccb79d9097f8c07335e66f2f20ddec85c0758e6
Author: Anton Borisov <[email protected]>
AuthorDate: Tue May 26 07:47:16 2026 +0100

    [build] Add Apache Incubator disclaimer to Maven POM metadata (#3374)
---
 fluss-client/pom.xml                               |  2 +-
 fluss-common/pom.xml                               |  2 +-
 fluss-dist/pom.xml                                 |  2 +-
 fluss-docgen/pom.xml                               |  2 +-
 fluss-filesystems/fluss-fs-azure/pom.xml           |  2 +-
 fluss-filesystems/fluss-fs-gs/pom.xml              |  2 +-
 fluss-filesystems/fluss-fs-hadoop-shaded/pom.xml   |  2 +-
 fluss-filesystems/fluss-fs-hadoop/pom.xml          |  2 +-
 fluss-filesystems/fluss-fs-hdfs/pom.xml            |  2 +-
 fluss-filesystems/fluss-fs-obs/pom.xml             |  2 +-
 fluss-filesystems/fluss-fs-oss/pom.xml             |  2 +-
 fluss-filesystems/fluss-fs-s3/pom.xml              |  2 +-
 fluss-filesystems/pom.xml                          |  2 +-
 fluss-flink/fluss-flink-1.18/pom.xml               |  2 +-
 fluss-flink/fluss-flink-1.19/pom.xml               |  2 +-
 fluss-flink/fluss-flink-1.20/pom.xml               |  2 +-
 fluss-flink/fluss-flink-2.2/pom.xml                |  2 +-
 fluss-flink/fluss-flink-common/pom.xml             |  2 +-
 fluss-flink/fluss-flink-tiering/pom.xml            |  2 +-
 fluss-flink/pom.xml                                |  2 +-
 fluss-jmh/pom.xml                                  |  2 +-
 fluss-kafka/pom.xml                                |  2 +-
 fluss-lake/fluss-lake-hudi/pom.xml                 |  2 +-
 fluss-lake/fluss-lake-iceberg/pom.xml              |  2 +-
 fluss-lake/fluss-lake-lance/pom.xml                |  2 +-
 fluss-lake/fluss-lake-paimon/pom.xml               |  2 +-
 fluss-lake/pom.xml                                 |  2 +-
 fluss-metrics/fluss-metrics-influxdb/pom.xml       |  2 +-
 fluss-metrics/fluss-metrics-jmx/pom.xml            |  2 +-
 fluss-metrics/fluss-metrics-prometheus/pom.xml     |  2 +-
 fluss-metrics/pom.xml                              |  2 +-
 fluss-protogen/fluss-protogen-generator/pom.xml    |  2 +-
 fluss-protogen/fluss-protogen-maven-plugin/pom.xml |  2 +-
 fluss-protogen/fluss-protogen-tests/pom.xml        |  2 +-
 fluss-protogen/pom.xml                             | 11 ++++++++++-
 fluss-rpc/pom.xml                                  | 11 ++++++++++-
 fluss-server/pom.xml                               | 13 +++++++++++--
 fluss-spark/fluss-spark-3.4/pom.xml                |  2 +-
 fluss-spark/fluss-spark-3.5/pom.xml                |  2 +-
 fluss-spark/fluss-spark-common/pom.xml             |  2 +-
 fluss-spark/fluss-spark-ut/pom.xml                 |  2 +-
 fluss-spark/pom.xml                                |  2 +-
 fluss-test-coverage/pom.xml                        | 15 +++++++++++++--
 fluss-test-utils/pom.xml                           |  2 +-
 pom.xml                                            | 16 ++++++++++++++--
 tools/ci/fluss-ci-tools/pom.xml                    |  2 +-
 46 files changed, 99 insertions(+), 49 deletions(-)

diff --git a/fluss-client/pom.xml b/fluss-client/pom.xml
index e6b46f938..8e4ec956e 100644
--- a/fluss-client/pom.xml
+++ b/fluss-client/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-client</artifactId>
-    <name>Fluss : Client</name>
+    <name>Apache Fluss (Incubating) : Client</name>
     <packaging>jar</packaging>
 
     <dependencies>
diff --git a/fluss-common/pom.xml b/fluss-common/pom.xml
index 486b39556..206f203a6 100644
--- a/fluss-common/pom.xml
+++ b/fluss-common/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-common</artifactId>
-    <name>Fluss : Common</name>
+    <name>Apache Fluss (Incubating) : Common</name>
     <packaging>jar</packaging>
 
     <dependencies>
diff --git a/fluss-dist/pom.xml b/fluss-dist/pom.xml
index 117f0a646..feb7872ba 100644
--- a/fluss-dist/pom.xml
+++ b/fluss-dist/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-dist</artifactId>
-    <name>Fluss : Dist</name>
+    <name>Apache Fluss (Incubating) : Dist</name>
     <packaging>jar</packaging>
 
     <dependencies>
diff --git a/fluss-docgen/pom.xml b/fluss-docgen/pom.xml
index 51293e6d7..75b16e71f 100644
--- a/fluss-docgen/pom.xml
+++ b/fluss-docgen/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-docgen</artifactId>
-    <name>Fluss : Documentation Generator</name>
+    <name>Apache Fluss (Incubating) : Documentation Generator</name>
 
     <dependencies>
         <dependency>
diff --git a/fluss-filesystems/fluss-fs-azure/pom.xml 
b/fluss-filesystems/fluss-fs-azure/pom.xml
index e0f1bd28a..f6de978c1 100644
--- a/fluss-filesystems/fluss-fs-azure/pom.xml
+++ b/fluss-filesystems/fluss-fs-azure/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-fs-azure</artifactId>
-    <name>Fluss : FileSystems : Azure FS</name>
+    <name>Apache Fluss (Incubating) : FileSystems : Azure FS</name>
 
     <packaging>jar</packaging>
 
diff --git a/fluss-filesystems/fluss-fs-gs/pom.xml 
b/fluss-filesystems/fluss-fs-gs/pom.xml
index 5e39601cb..97f10a77a 100644
--- a/fluss-filesystems/fluss-fs-gs/pom.xml
+++ b/fluss-filesystems/fluss-fs-gs/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-fs-gs</artifactId>
-    <name>Fluss : FileSystems : Google Cloud Storage FS</name>
+    <name>Apache Fluss (Incubating) : FileSystems : Google Cloud Storage 
FS</name>
 
     <packaging>jar</packaging>
 
diff --git a/fluss-filesystems/fluss-fs-hadoop-shaded/pom.xml 
b/fluss-filesystems/fluss-fs-hadoop-shaded/pom.xml
index 5efd18a64..add10b745 100644
--- a/fluss-filesystems/fluss-fs-hadoop-shaded/pom.xml
+++ b/fluss-filesystems/fluss-fs-hadoop-shaded/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-fs-hadoop-shaded</artifactId>
-    <name>Fluss : FileSystems : Hadoop FS shaded</name>
+    <name>Apache Fluss (Incubating) : FileSystems : Hadoop FS shaded</name>
 
     <packaging>jar</packaging>
 
diff --git a/fluss-filesystems/fluss-fs-hadoop/pom.xml 
b/fluss-filesystems/fluss-fs-hadoop/pom.xml
index 35ef748ba..1c62c87c7 100644
--- a/fluss-filesystems/fluss-fs-hadoop/pom.xml
+++ b/fluss-filesystems/fluss-fs-hadoop/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-fs-hadoop</artifactId>
-    <name>Fluss : FileSystems : Hadoop FS</name>
+    <name>Apache Fluss (Incubating) : FileSystems : Hadoop FS</name>
 
     <packaging>jar</packaging>
 
diff --git a/fluss-filesystems/fluss-fs-hdfs/pom.xml 
b/fluss-filesystems/fluss-fs-hdfs/pom.xml
index 6a94d15d8..77dfaa490 100644
--- a/fluss-filesystems/fluss-fs-hdfs/pom.xml
+++ b/fluss-filesystems/fluss-fs-hdfs/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-fs-hdfs</artifactId>
-    <name>Fluss : FileSystems : HDFS FS</name>
+    <name>Apache Fluss (Incubating) : FileSystems : HDFS FS</name>
 
     <packaging>jar</packaging>
 
diff --git a/fluss-filesystems/fluss-fs-obs/pom.xml 
b/fluss-filesystems/fluss-fs-obs/pom.xml
index a60df84c1..0813e06ef 100644
--- a/fluss-filesystems/fluss-fs-obs/pom.xml
+++ b/fluss-filesystems/fluss-fs-obs/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-fs-obs</artifactId>
-    <name>Fluss : FileSystems : OBS FS</name>
+    <name>Apache Fluss (Incubating) : FileSystems : OBS FS</name>
 
     <properties>
         <fs.obs.sdk.version>3.24.12</fs.obs.sdk.version>
diff --git a/fluss-filesystems/fluss-fs-oss/pom.xml 
b/fluss-filesystems/fluss-fs-oss/pom.xml
index a2802bcdd..c18893f21 100644
--- a/fluss-filesystems/fluss-fs-oss/pom.xml
+++ b/fluss-filesystems/fluss-fs-oss/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-fs-oss</artifactId>
-    <name>Fluss : FileSystems : OSS FS</name>
+    <name>Apache Fluss (Incubating) : FileSystems : OSS FS</name>
 
     <properties>
         <fs.oss.sdk.version>3.17.4</fs.oss.sdk.version>
diff --git a/fluss-filesystems/fluss-fs-s3/pom.xml 
b/fluss-filesystems/fluss-fs-s3/pom.xml
index bfe8f4d24..c25ddbbd8 100644
--- a/fluss-filesystems/fluss-fs-s3/pom.xml
+++ b/fluss-filesystems/fluss-fs-s3/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-fs-s3</artifactId>
-    <name>Fluss : FileSystems : S3 FS</name>
+    <name>Apache Fluss (Incubating) : FileSystems : S3 FS</name>
 
     <packaging>jar</packaging>
 
diff --git a/fluss-filesystems/pom.xml b/fluss-filesystems/pom.xml
index cf6a6a28a..a3bafb480 100644
--- a/fluss-filesystems/pom.xml
+++ b/fluss-filesystems/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-filesystems</artifactId>
-    <name>Fluss : FileSystems :</name>
+    <name>Apache Fluss (Incubating) : FileSystems :</name>
     <modules>
         <module>fluss-fs-hadoop</module>
         <module>fluss-fs-hadoop-shaded</module>
diff --git a/fluss-flink/fluss-flink-1.18/pom.xml 
b/fluss-flink/fluss-flink-1.18/pom.xml
index b67e43f7b..1636f2556 100644
--- a/fluss-flink/fluss-flink-1.18/pom.xml
+++ b/fluss-flink/fluss-flink-1.18/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>fluss-flink-1.18</artifactId>
 
-    <name>Fluss : Engine Flink : 1.18</name>
+    <name>Apache Fluss (Incubating) : Engine Flink : 1.18</name>
 
     <properties>
         <flink.major.version>1.18</flink.major.version>
diff --git a/fluss-flink/fluss-flink-1.19/pom.xml 
b/fluss-flink/fluss-flink-1.19/pom.xml
index 8239003cb..a9df2c830 100644
--- a/fluss-flink/fluss-flink-1.19/pom.xml
+++ b/fluss-flink/fluss-flink-1.19/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>fluss-flink-1.19</artifactId>
 
-    <name>Fluss : Engine Flink : 1.19</name>
+    <name>Apache Fluss (Incubating) : Engine Flink : 1.19</name>
 
     <properties>
         <flink.major.version>1.19</flink.major.version>
diff --git a/fluss-flink/fluss-flink-1.20/pom.xml 
b/fluss-flink/fluss-flink-1.20/pom.xml
index e74ffce0d..25d867b39 100644
--- a/fluss-flink/fluss-flink-1.20/pom.xml
+++ b/fluss-flink/fluss-flink-1.20/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>fluss-flink-1.20</artifactId>
 
-    <name>Fluss : Engine Flink : 1.20</name>
+    <name>Apache Fluss (Incubating) : Engine Flink : 1.20</name>
 
     <properties>
         <flink.major.version>1.20</flink.major.version>
diff --git a/fluss-flink/fluss-flink-2.2/pom.xml 
b/fluss-flink/fluss-flink-2.2/pom.xml
index 8f19ef050..f2ea4cb59 100644
--- a/fluss-flink/fluss-flink-2.2/pom.xml
+++ b/fluss-flink/fluss-flink-2.2/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-flink-2.2</artifactId>
-    <name>Fluss : Engine Flink : 2.2 </name>
+    <name>Apache Fluss (Incubating) : Engine Flink : 2.2 </name>
     <properties>
         <flink.major.version>2.2</flink.major.version>
         <flink.minor.version>2.2.0</flink.minor.version>
diff --git a/fluss-flink/fluss-flink-common/pom.xml 
b/fluss-flink/fluss-flink-common/pom.xml
index dab880b58..026649f54 100644
--- a/fluss-flink/fluss-flink-common/pom.xml
+++ b/fluss-flink/fluss-flink-common/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>fluss-flink-common</artifactId>
 
-    <name>Fluss : Engine Flink : Common</name>
+    <name>Apache Fluss (Incubating) : Engine Flink : Common</name>
 
     <properties>
         <flink.major.version>1.20</flink.major.version>
diff --git a/fluss-flink/fluss-flink-tiering/pom.xml 
b/fluss-flink/fluss-flink-tiering/pom.xml
index f794039c5..45917b886 100644
--- a/fluss-flink/fluss-flink-tiering/pom.xml
+++ b/fluss-flink/fluss-flink-tiering/pom.xml
@@ -30,7 +30,7 @@
     <packaging>jar</packaging>
 
     <artifactId>fluss-flink-tiering</artifactId>
-    <name>Fluss : Flink : Tiering</name>
+    <name>Apache Fluss (Incubating) : Flink : Tiering</name>
 
     <properties>
         <flink.minor.version>1.20.3</flink.minor.version>
diff --git a/fluss-flink/pom.xml b/fluss-flink/pom.xml
index bdb2b0d27..4f6537435 100644
--- a/fluss-flink/pom.xml
+++ b/fluss-flink/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-flink</artifactId>
-    <name>Fluss : Engine Flink :</name>
+    <name>Apache Fluss (Incubating) : Engine Flink :</name>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/fluss-jmh/pom.xml b/fluss-jmh/pom.xml
index 3a6c76150..a21cdb4ca 100644
--- a/fluss-jmh/pom.xml
+++ b/fluss-jmh/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-jmh</artifactId>
-    <name>Fluss : JMH</name>
+    <name>Apache Fluss (Incubating) : JMH</name>
     <packaging>jar</packaging>
 
     <dependencies>
diff --git a/fluss-kafka/pom.xml b/fluss-kafka/pom.xml
index 59f99c6a0..66cc03060 100644
--- a/fluss-kafka/pom.xml
+++ b/fluss-kafka/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-kafka</artifactId>
-    <name>Fluss : Kafka Compatibility</name>
+    <name>Apache Fluss (Incubating) : Kafka Compatibility</name>
 
     <properties>
         <kafka.version>3.9.2</kafka.version>
diff --git a/fluss-lake/fluss-lake-hudi/pom.xml 
b/fluss-lake/fluss-lake-hudi/pom.xml
index 9fbce449f..d4c5070e1 100644
--- a/fluss-lake/fluss-lake-hudi/pom.xml
+++ b/fluss-lake/fluss-lake-hudi/pom.xml
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>fluss-lake-hudi</artifactId>
-    <name>Fluss : Lake : Hudi</name>
+    <name>Apache Fluss (Incubating) : Lake : Hudi</name>
 
     <packaging>jar</packaging>
 
diff --git a/fluss-lake/fluss-lake-iceberg/pom.xml 
b/fluss-lake/fluss-lake-iceberg/pom.xml
index dd1c2df66..ab3ced21f 100644
--- a/fluss-lake/fluss-lake-iceberg/pom.xml
+++ b/fluss-lake/fluss-lake-iceberg/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-lake-iceberg</artifactId>
-    <name>Fluss : Lake : Iceberg</name>
+    <name>Apache Fluss (Incubating) : Lake : Iceberg</name>
 
     <packaging>jar</packaging>
     <dependencies>
diff --git a/fluss-lake/fluss-lake-lance/pom.xml 
b/fluss-lake/fluss-lake-lance/pom.xml
index b628de953..6e2bd7089 100644
--- a/fluss-lake/fluss-lake-lance/pom.xml
+++ b/fluss-lake/fluss-lake-lance/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-lake-lance</artifactId>
-    <name>Fluss : Lake : Lance</name>
+    <name>Apache Fluss (Incubating) : Lake : Lance</name>
 
     <packaging>jar</packaging>
 
diff --git a/fluss-lake/fluss-lake-paimon/pom.xml 
b/fluss-lake/fluss-lake-paimon/pom.xml
index 28567c281..1deb0fd65 100644
--- a/fluss-lake/fluss-lake-paimon/pom.xml
+++ b/fluss-lake/fluss-lake-paimon/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-lake-paimon</artifactId>
-    <name>Fluss : Lake : Paimon</name>
+    <name>Apache Fluss (Incubating) : Lake : Paimon</name>
 
     <packaging>jar</packaging>
 
diff --git a/fluss-lake/pom.xml b/fluss-lake/pom.xml
index 1ee0dbb48..508206bfe 100644
--- a/fluss-lake/pom.xml
+++ b/fluss-lake/pom.xml
@@ -74,7 +74,7 @@
 
 
     <artifactId>fluss-lake</artifactId>
-    <name>Fluss : Lake :</name>
+    <name>Apache Fluss (Incubating) : Lake :</name>
     <modules>
         <module>fluss-lake-paimon</module>
         <module>fluss-lake-iceberg</module>
diff --git a/fluss-metrics/fluss-metrics-influxdb/pom.xml 
b/fluss-metrics/fluss-metrics-influxdb/pom.xml
index a0e97032d..b51e051c2 100644
--- a/fluss-metrics/fluss-metrics-influxdb/pom.xml
+++ b/fluss-metrics/fluss-metrics-influxdb/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-metrics-influxdb</artifactId>
-    <name>Fluss : Metrics : InfluxDB</name>
+    <name>Apache Fluss (Incubating) : Metrics : InfluxDB</name>
 
     <properties>
         <influxdb3.version>1.8.0</influxdb3.version>
diff --git a/fluss-metrics/fluss-metrics-jmx/pom.xml 
b/fluss-metrics/fluss-metrics-jmx/pom.xml
index 593c0e6bc..dc7304815 100644
--- a/fluss-metrics/fluss-metrics-jmx/pom.xml
+++ b/fluss-metrics/fluss-metrics-jmx/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-metrics-jmx</artifactId>
-    <name>Fluss : Metrics : JMX</name>
+    <name>Apache Fluss (Incubating) : Metrics : JMX</name>
 
     <properties>
         <!-- required by JmxServer -->
diff --git a/fluss-metrics/fluss-metrics-prometheus/pom.xml 
b/fluss-metrics/fluss-metrics-prometheus/pom.xml
index c14272099..4598f9030 100644
--- a/fluss-metrics/fluss-metrics-prometheus/pom.xml
+++ b/fluss-metrics/fluss-metrics-prometheus/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-metrics-prometheus</artifactId>
-    <name>Fluss : Metrics : Prometheus</name>
+    <name>Apache Fluss (Incubating) : Metrics : Prometheus</name>
 
     <properties>
         <prometheus.version>0.8.1</prometheus.version>
diff --git a/fluss-metrics/pom.xml b/fluss-metrics/pom.xml
index 202993ea3..203003723 100644
--- a/fluss-metrics/pom.xml
+++ b/fluss-metrics/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-metrics</artifactId>
-    <name>Fluss : Metrics :</name>
+    <name>Apache Fluss (Incubating) : Metrics :</name>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/fluss-protogen/fluss-protogen-generator/pom.xml 
b/fluss-protogen/fluss-protogen-generator/pom.xml
index a95ef5e39..26f14ad8f 100644
--- a/fluss-protogen/fluss-protogen-generator/pom.xml
+++ b/fluss-protogen/fluss-protogen-generator/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-protogen-generator</artifactId>
-    <name>Fluss : ProtoGen : Generator</name>
+    <name>Apache Fluss (Incubating) : ProtoGen : Generator</name>
     <packaging>jar</packaging>
 
     <dependencies>
diff --git a/fluss-protogen/fluss-protogen-maven-plugin/pom.xml 
b/fluss-protogen/fluss-protogen-maven-plugin/pom.xml
index aba22996e..1e40b24dc 100644
--- a/fluss-protogen/fluss-protogen-maven-plugin/pom.xml
+++ b/fluss-protogen/fluss-protogen-maven-plugin/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-protogen-maven-plugin</artifactId>
-    <name>Fluss : ProtoGen : Maven Plugin</name>
+    <name>Apache Fluss (Incubating) : ProtoGen : Maven Plugin</name>
     <packaging>maven-plugin</packaging>
 
     <dependencies>
diff --git a/fluss-protogen/fluss-protogen-tests/pom.xml 
b/fluss-protogen/fluss-protogen-tests/pom.xml
index 2271509fb..b155c25f7 100644
--- a/fluss-protogen/fluss-protogen-tests/pom.xml
+++ b/fluss-protogen/fluss-protogen-tests/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-protogen-tests</artifactId>
-    <name>Fluss : ProtoGen : Tests</name>
+    <name>Apache Fluss (Incubating) : ProtoGen : Tests</name>
 
     <dependencies>
         <dependency>
diff --git a/fluss-protogen/pom.xml b/fluss-protogen/pom.xml
index 3b9f10f3c..f3f38e59d 100644
--- a/fluss-protogen/pom.xml
+++ b/fluss-protogen/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-protogen</artifactId>
-    <name>Fluss : ProtoGen :</name>
+    <name>Apache Fluss (Incubating) : ProtoGen :</name>
     <packaging>pom</packaging>
     <description>
         ProtoGen is a protobuf compatible code generator which is used to 
generate Java code for the
@@ -35,6 +35,15 @@
         Lightproto project to match to needs of Fluss. ProtoGen maintains a 
fork of Lightproto in
         the Fluss repository, because Splunk Lightproto has been archived:
         https://github.com/splunk/lightproto.
+
+        Apache Fluss 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>
 
     <modules>
diff --git a/fluss-rpc/pom.xml b/fluss-rpc/pom.xml
index 9f7cae46d..94b749ef4 100644
--- a/fluss-rpc/pom.xml
+++ b/fluss-rpc/pom.xml
@@ -27,10 +27,19 @@
     </parent>
 
     <artifactId>fluss-rpc</artifactId>
-    <name>Fluss : RPC</name>
+    <name>Apache Fluss (Incubating) : RPC</name>
     <packaging>jar</packaging>
     <description>
         The Fluss RPC framework and Netty-based implementation.
+
+        Apache Fluss 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>
 
     <dependencies>
diff --git a/fluss-server/pom.xml b/fluss-server/pom.xml
index 9664611f6..c24cf3f3d 100644
--- a/fluss-server/pom.xml
+++ b/fluss-server/pom.xml
@@ -29,10 +29,19 @@
 
     <artifactId>fluss-server</artifactId>
 
-    <name>Fluss : Server</name>
+    <name>Apache Fluss (Incubating) : Server</name>
     <packaging>jar</packaging>
     <description>
-        The server for Fluss
+        The server for Fluss.
+
+        Apache Fluss 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>
 
     <properties>
diff --git a/fluss-spark/fluss-spark-3.4/pom.xml 
b/fluss-spark/fluss-spark-3.4/pom.xml
index 3dfe95372..899b76221 100644
--- a/fluss-spark/fluss-spark-3.4/pom.xml
+++ b/fluss-spark/fluss-spark-3.4/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-spark-3.4_${scala.binary.version}</artifactId>
-    <name>Fluss : Engine Spark : 3.4</name>
+    <name>Apache Fluss (Incubating) : Engine Spark : 3.4</name>
 
     <properties>
         <spark.version>3.4.3</spark.version>
diff --git a/fluss-spark/fluss-spark-3.5/pom.xml 
b/fluss-spark/fluss-spark-3.5/pom.xml
index 1f28a28bc..7740d60a6 100644
--- a/fluss-spark/fluss-spark-3.5/pom.xml
+++ b/fluss-spark/fluss-spark-3.5/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-spark-3.5_${scala.binary.version}</artifactId>
-    <name>Fluss : Engine Spark : 3.5</name>
+    <name>Apache Fluss (Incubating) : Engine Spark : 3.5</name>
 
     <properties>
         <spark.version>3.5.7</spark.version>
diff --git a/fluss-spark/fluss-spark-common/pom.xml 
b/fluss-spark/fluss-spark-common/pom.xml
index 2ce99fa9c..d3c2c78bc 100644
--- a/fluss-spark/fluss-spark-common/pom.xml
+++ b/fluss-spark/fluss-spark-common/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-spark-common_${scala.binary.version}</artifactId>
-    <name>Fluss : Engine Spark : Common</name>
+    <name>Apache Fluss (Incubating) : Engine Spark : Common</name>
 
     <dependencies>
         <dependency>
diff --git a/fluss-spark/fluss-spark-ut/pom.xml 
b/fluss-spark/fluss-spark-ut/pom.xml
index 40339a2c4..c565f22db 100644
--- a/fluss-spark/fluss-spark-ut/pom.xml
+++ b/fluss-spark/fluss-spark-ut/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-spark-ut_${scala.binary.version}</artifactId>
-    <name>Fluss : Engine Spark : UT</name>
+    <name>Apache Fluss (Incubating) : Engine Spark : UT</name>
 
     <dependencies>
         <dependency>
diff --git a/fluss-spark/pom.xml b/fluss-spark/pom.xml
index b64b12ed6..cb221041d 100644
--- a/fluss-spark/pom.xml
+++ b/fluss-spark/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>fluss-spark</artifactId>
-    <name>Fluss : Engine Spark :</name>
+    <name>Apache Fluss (Incubating) : Engine Spark :</name>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/fluss-test-coverage/pom.xml b/fluss-test-coverage/pom.xml
index 1df67094f..2f9fdba58 100644
--- a/fluss-test-coverage/pom.xml
+++ b/fluss-test-coverage/pom.xml
@@ -28,8 +28,19 @@
 
     <artifactId>fluss-test-coverage</artifactId>
     <packaging>jar</packaging>
-    <name>Fluss : Test Code Coverage</name>
-    <description>Module for aggregating code coverage across all 
modules.</description>
+    <name>Apache Fluss (Incubating) : Test Code Coverage</name>
+    <description>
+        Module for aggregating code coverage across all modules.
+
+        Apache Fluss 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>
 
     <dependencies>
         <!-- All Fluss modules which should report code coverage -->
diff --git a/fluss-test-utils/pom.xml b/fluss-test-utils/pom.xml
index b52a96ecd..1d0295158 100644
--- a/fluss-test-utils/pom.xml
+++ b/fluss-test-utils/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>fluss-test-utils</artifactId>
-    <name>Fluss : Test utils</name>
+    <name>Apache Fluss (Incubating) : Test utils</name>
     <packaging>jar</packaging>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index dc5ec59d6..d39a91d9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,9 +31,21 @@
     <artifactId>fluss</artifactId>
     <version>1.0-SNAPSHOT</version>
 
-    <name>Fluss :</name>
+    <name>Apache Fluss (Incubating)</name>
     <packaging>pom</packaging>
-    <description>The Streaming Storage for Real-Time Analytics</description>
+    <description>
+        Apache Fluss (Incubating) is a streaming storage system built for
+        real-time analytics.
+
+        Apache Fluss 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/fluss</url>
     <inceptionYear>2025</inceptionYear>
 
diff --git a/tools/ci/fluss-ci-tools/pom.xml b/tools/ci/fluss-ci-tools/pom.xml
index 8e53d3d6b..397138e69 100644
--- a/tools/ci/fluss-ci-tools/pom.xml
+++ b/tools/ci/fluss-ci-tools/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>fluss-ci-tools</artifactId>
-    <name>Fluss : CI : Tools</name>
+    <name>Apache Fluss (Incubating) : CI : Tools</name>
 
     <dependencies>
 

Reply via email to