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

lzljs3620320 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-shade.git


The following commit(s) were added to refs/heads/main by this push:
     new 70eab89  add DISCLAIMER file And update NOTICE years (#8)
70eab89 is described below

commit 70eab89e6f076522eba53d94385bd6e57c6459f3
Author: Kerwin <[email protected]>
AuthorDate: Mon Apr 3 14:06:11 2023 +0800

    add DISCLAIMER file And update NOTICE years (#8)
---
 DISCLAIMER | 7 +++++++
 README.md  | 2 +-
 pom.xml    | 1 +
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..6681d18
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,7 @@
+Apache Paimon (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.
diff --git a/README.md b/README.md
index b60adae..56140b6 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ When using these dependencies it is recommended to work 
directly against the sha
 
 We currently do not release jars containing the shaded sources due to the 
unanswered legal questions raised 
[here](https://github.com/apache/flink-shaded/issues/25).
 
-However, it is possible to build these jars locally by cloning the repository 
and calling `mvn package -Dshade-sources`.
+However, it is possible to build these jars locally by cloning the repository 
and calling `mvn clean package -Dshade-sources`.
 
 ## About
 
diff --git a/pom.xml b/pom.xml
index 6e4c79d..ac2fc6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,6 +185,7 @@ under the License.
                             <!-- The ApacheNoticeResourceTransformer collects 
and aggregates NOTICE files -->
                             <transformer 
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
                                 <projectName>Apache Paimon-shade 
(incubating)</projectName>
+                                
<inceptionYear>${project.inceptionYear}</inceptionYear>
                                 <encoding>UTF-8</encoding>
                             </transformer>
                         </transformers>

Reply via email to