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/paimon-shade.git


The following commit(s) were added to refs/heads/main by this push:
     new f3247c7  [graduate] Remove all incubating
f3247c7 is described below

commit f3247c72fbe7aff0ab2225f3e259c765f5d30c8f
Author: Jingsong <[email protected]>
AuthorDate: Wed Mar 27 17:57:59 2024 +0800

    [graduate] Remove all incubating
---
 .asf.yaml                              |  2 +-
 .github/workflows/publish_snapshot.yml |  2 +-
 DISCLAIMER                             |  7 -------
 NOTICE                                 |  2 +-
 README.md                              |  2 +-
 pom.xml                                | 26 ++++----------------------
 6 files changed, 8 insertions(+), 33 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 7ad8ed3..201df4c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,7 +18,7 @@
 # See: 
https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
 
 github:
-  description: "Apache Paimon(incubating) is a streaming data lake platform 
that supports high-speed data ingestion, change data tracking and efficient 
real-time analytics."
+  description: "Shade jars for Apache Paimon."
   homepage: https://paimon.apache.org/
   enabled_merge_buttons:
     squash: true
diff --git a/.github/workflows/publish_snapshot.yml 
b/.github/workflows/publish_snapshot.yml
index 7b37bcf..2ca30cd 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -27,7 +27,7 @@ concurrency:
 
 jobs:
   publish-snapshot:
-    if: github.repository == 'apache/incubator-paimon-shade'
+    if: github.repository == 'apache/paimon-shade'
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 6681d18..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,7 +0,0 @@
-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/NOTICE b/NOTICE
index 3beb800..d5e7c9a 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache Paimon (incubating)
+Apache Paimon
 Copyright 2023-2024 The Apache Software Foundation
 
 This product includes software developed at
diff --git a/README.md b/README.md
index 56140b6..8183928 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Apache Paimon (incubating) Shaded Dependencies
+# Apache Paimon Shaded Dependencies
 
 This repository contains a number of shaded dependencies for the [Apache 
Paimon](https://paimon.apache.org/) project.
 
diff --git a/pom.xml b/pom.xml
index a656e3e..d2ee7ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,9 +46,9 @@ under the License.
     </licenses>
 
     <scm>
-        <url>https://github.com/apache/incubator-paimon-shade</url>
-        
<connection>[email protected]:apache/incubator-paimon-shade.git</connection>
-        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-paimon-shade.git</developerConnection>
+        <url>https://github.com/apache/paimon-shade</url>
+        <connection>[email protected]:apache/paimon-shade.git</connection>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/paimon-shade.git</developerConnection>
     </scm>
 
     <pluginRepositories>
@@ -186,7 +186,7 @@ under the License.
                             <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
                             <!-- The ApacheNoticeResourceTransformer collects 
and aggregates NOTICE files -->
                             <transformer 
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
-                                <projectName>Apache Paimon-shade 
(incubating)</projectName>
+                                <projectName>Apache Paimon-shade</projectName>
                                 
<inceptionYear>${project.inceptionYear}</inceptionYear>
                                 <encoding>UTF-8</encoding>
                             </transformer>
@@ -336,24 +336,6 @@ under the License.
                     </dependency>
                 </dependencies>
             </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-remote-resources-plugin</artifactId>
-                <version>1.7.0</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>process</goal>
-                        </goals>
-                        <configuration>
-                            <resourceBundles>
-                                
<resourceBundle>org.apache.apache.resources:apache-incubator-disclaimer-resource-bundle:1.5</resourceBundle>
-                            </resourceBundles>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>
 

Reply via email to