Skip to content

Commit f5e995a

Browse files
authored
[doc] Apache Paimon became top level project. (apache#3085)
1 parent 48aa793 commit f5e995a

File tree

14 files changed

+27
-41
lines changed

14 files changed

+27
-41
lines changed

.asf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# See: https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
1919

2020
github:
21-
description: "Apache Paimon(incubating) is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations."
21+
description: "Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations."
2222
homepage: https://paimon.apache.org/
2323
labels:
2424
- paimon

.github/ISSUE_TEMPLATE/bug-report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ body:
2929
attributes:
3030
label: Search before asking
3131
description: >
32-
Please search [issues](https://github.com/apache/incubator-paimon/issues) to check if your issue has already been reported.
32+
Please search [issues](https://github.com/apache/paimon/issues) to check if your issue has already been reported.
3333
options:
3434
- label: >
35-
I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
35+
I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar.
3636
required: true
3737
- type: textarea
3838
attributes:

.github/ISSUE_TEMPLATE/feature.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ body:
2929
attributes:
3030
label: Search before asking
3131
description: >
32-
Please search [issues](https://github.com/apache/incubator-paimon/issues) to check if your issue has already been reported.
32+
Please search [issues](https://github.com/apache/paimon/issues) to check if your issue has already been reported.
3333
options:
3434
- label: >
35-
I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
35+
I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar.
3636
required: true
3737
- type: textarea
3838
attributes:

.github/workflows/publish_snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ concurrency:
3333

3434
jobs:
3535
publish-snapshot:
36-
if: github.repository == 'apache/incubator-paimon'
36+
if: github.repository == 'apache/paimon'
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout code

DISCLAIMER

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache Paimon (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
1+
Apache Paimon is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache PMC.
22

33
Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications,
44
and decision making process have stabilized in a manner consistent with other successful ASF projects.

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache Paimon (incubating)
1+
Apache Paimon
22
Copyright 2023-2024 The Apache Software Foundation
33

44
This product includes software developed at

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
44
[![Get on Slack](https://img.shields.io/badge/slack-join-orange.svg)](https://the-asf.slack.com/archives/C053Q2NCW8G)
55

6-
Apache Paimon(incubating) is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark
6+
Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark
77
for both streaming and batch operations. Paimon innovatively combines lake format and LSM structure, bringing realtime
88
streaming updates into the lake architecture.
99

docs/config.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ pygmentsUseClasses = true
4444
Branch = "master"
4545

4646
# The github repository for Apache Paimon
47-
Repo = "//github.com/apache/incubator-paimon"
47+
Repo = "//github.com/apache/paimon"
4848

49-
GithubRepo = "https://github.com/apache/incubator-paimon.git"
49+
GithubRepo = "https://github.com/apache/paimon.git"
5050

51-
TrinoGithubRepo = "https://github.com/apache/incubator-paimon-trino.git"
51+
TrinoGithubRepo = "https://github.com/apache/paimon-trino.git"
5252

53-
PrestoGithubRepo = "https://github.com/apache/incubator-paimon-presto.git"
53+
PrestoGithubRepo = "https://github.com/apache/paimon-presto.git"
5454

5555
# This suffix is appended to the Scala-dependent Maven artifact names
5656
ScalaVersion = "_2.12"

docs/content/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424

2525
# Apache Paimon
2626

27-
Apache Paimon(incubating) is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark
27+
Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark
2828
for both streaming and batch operations. Paimon innovatively combines lake format and LSM (Log-structured merge-tree)
2929
structure, bringing realtime streaming updates into the lake architecture.
3030

docs/content/concepts/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626

2727
# Overview
2828

29-
Apache Paimon(incubating)'s Architecture:
29+
Apache Paimon's Architecture:
3030

3131
{{< img src="/img/architecture.png">}}
3232

docs/content/project/contributing.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626

2727
# Contributing
2828

29-
Apache Paimon (incubating) is developed by an open and friendly community. Everybody is cordially welcome to join
29+
Apache Paimon is developed by an open and friendly community. Everybody is cordially welcome to join
3030
the community and contribute to Apache Paimon. There are several ways to interact with the community and contribute
3131
to Paimon including asking questions, filing bug reports, proposing new features, joining discussions on the mailing
3232
lists, contributing code or documentation, improving website, testing release candidates and writing corresponding blog etc.
@@ -44,7 +44,7 @@ lists, contributing code or documentation, improving website, testing release ca
4444
<tbody>
4545
<tr>
4646
<td><span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span> Report Bug</td>
47-
<td>To report a problem with Paimon, open <a href="https://github.com/apache/incubator-paimon/issues">Paimon’s issues</a>. <br/>
47+
<td>To report a problem with Paimon, open <a href="https://github.com/apache/paimon/issues">Paimon’s issues</a>. <br/>
4848
Please give detailed information about the problem you encountered and, if possible, add a description that helps to reproduce the problem.</td>
4949
</tr>
5050
<tr>
@@ -61,20 +61,20 @@ lists, contributing code or documentation, improving website, testing release ca
6161
</tr>
6262
<tr>
6363
<td><span class="glyphicon glyphicon-user" aria-hidden="true"></span> Support Users</td>
64-
<td>Reply to questions on the <a href="https://github.com/apache/incubator-paimon#mailing-lists">user mailing list</a>,
65-
check the latest issues in <a href="https://github.com/apache/incubator-paimon/issues">Issues</a> for tickets which are actually user questions.
64+
<td>Reply to questions on the <a href="https://github.com/apache/paimon#mailing-lists">user mailing list</a>,
65+
check the latest issues in <a href="https://github.com/apache/paimon/issues">Issues</a> for tickets which are actually user questions.
6666
</td>
6767
</tr>
6868
<tr>
6969
<td><span class="glyphicon glyphicon-volume-up" aria-hidden="true"></span> Spread the Word About Paimon</td>
7070
<td>Organize or attend a Paimon Meetup, contribute to the Paimon blog, share your conference, meetup or blog
71-
post on the <a href="https://github.com/apache/incubator-paimon#mailing-lists">[email protected] mailing list</a>.
71+
post on the <a href="https://github.com/apache/paimon#mailing-lists">[email protected] mailing list</a>.
7272
</td>
7373
</tr>
7474
<tr>
7575
<td colspan="2">
7676
<span class="glyphicon glyphicon-question-sign" aria-hidden="true"></span> Any other question? Reach out to the
77-
<a href="https://github.com/apache/incubator-paimon#mailing-lists">[email protected] mailing list</a> to get help!
77+
<a href="https://github.com/apache/paimon#mailing-lists">[email protected] mailing list</a> to get help!
7878
</td>
7979
</tr>
8080
</tbody>

docs/layouts/partials/docs/inject/footer.html

+1-15
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,9 @@
2424

2525
<table style="border-spacing: 10px;">
2626
<tbody>
27-
<tr>
28-
<td style="width: 30%;">
29-
<img src="{{ relURL "img/incubator_feather_egg_logo.png" }}" style="all: unset; width: 100%;">
30-
</td>
31-
<td>
32-
Apache Paimon is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the
33-
Apache Incubator.
34-
Incubation is required of all newly accepted projects until a further review indicates that the
35-
infrastructure, communications,
36-
and decision making process have stabilized in a manner consistent with other successful ASF projects.
37-
While incubation status is not necessarily a reflection of the completeness or stability of the code,
38-
it does indicate that the project has yet to be fully endorsed by the ASF.
39-
</td>
40-
</tr>
4127
<tr>
4228
<td colspan="2">
43-
Copyright &copy; 2023 The Apache Software Foundation. Apache Paimon, Paimon, and its feather logo are
29+
Copyright &copy; 2024 The Apache Software Foundation. Apache Paimon, Paimon, and its feather logo are
4430
trademarks of The Apache Software Foundation.
4531
</td>
4632
</tr>

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ under the License.
4646
</licenses>
4747

4848
<scm>
49-
<url>https://github.com/apache/incubator-paimon</url>
50-
<connection>[email protected]:apache/incubator-paimon.git</connection>
51-
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-paimon.git</developerConnection>
49+
<url>https://github.com/apache/paimon</url>
50+
<connection>[email protected]:apache/paimon.git</connection>
51+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/paimon.git</developerConnection>
5252
</scm>
5353

5454
<modules>
@@ -711,7 +711,7 @@ under the License.
711711
<!-- The ApacheNoticeResourceTransformer collects and aggregates NOTICE files -->
712712
<transformer
713713
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
714-
<projectName>Apache Paimon (incubating)</projectName>
714+
<projectName>Apache Paimon</projectName>
715715
<inceptionYear>${project.inceptionYear}</inceptionYear>
716716
<encoding>UTF-8</encoding>
717717
</transformer>

tools/ci/sonar_check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
mvn --batch-mode verify sonar:sonar \
2222
-Dmaven.test.skip=true -Dsonar.host.url=https://sonarcloud.io \
2323
-Dsonar.organization=apache \
24-
-Dsonar.projectKey=apache_incubator-paimon \
24+
-Dsonar.projectKey=apache-paimon \
2525
-Dsonar.core.codeCoveragePlugin=jacoco \
2626
-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml \
2727
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false \

0 commit comments

Comments
 (0)