Skip to content

Commit 1bcdcd5

Browse files
committed
[TLP] drop "incubator" prefix
1 parent 2533c8a commit 1bcdcd5

File tree

35 files changed

+57
-71
lines changed

35 files changed

+57
-71
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ body:
3232
attributes:
3333
label: Search before asking
3434
description: >
35-
Please make sure to search in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22)
35+
Please make sure to search in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22)
3636
first to see whether the same issue was reported already.
3737
options:
3838
- label: >
39-
I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found
39+
I had searched in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found
4040
no similar issues.
4141
required: true
4242

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
blank_issues_enabled: false
1919
contact_links:
2020
- name: Ask a question or get support
21-
url: https://github.com/apache/incubator-streampark/discussions/
21+
url: https://github.com/apache/streampark/discussions/
2222
about: Ask a question or request support for StreamPark

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ body:
3030
attributes:
3131
label: Search before asking
3232
description: >
33-
Please make sure to search in the [feature](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22Feature%22) first
33+
Please make sure to search in the [feature](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22Feature%22) first
3434
to see whether the same feature was requested already.
3535
options:
3636
- label: >
37-
I had searched in the [feature](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22Feature%22) and found no
37+
I had searched in the [feature](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22Feature%22) and found no
3838
similar feature requirement.
3939
required: true
4040

.github/ISSUE_TEMPLATE/umbrella.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ body:
3333
attributes:
3434
label: Search before asking
3535
description: >
36-
Please make sure to search in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22)
36+
Please make sure to search in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22)
3737
first to see whether the same issue was reported already.
3838
options:
3939
- label: >
40-
I had searched in the [issues](https://github.com/apache/incubator-streampark/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found
40+
I had searched in the [issues](https://github.com/apache/streampark/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found
4141
no similar issues.
4242
required: true
4343

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ remember to adjust the documentation.
77
88
- If this is your first time, please read our contributor guidelines: [Submit Code](https://streampark.apache.org/community/submit_guide/submit_code).
99
10-
- Make sure that the pull request corresponds to a [GITHUB issue](https://github.com/apache/incubator-streampark/issues).
10+
- Make sure that the pull request corresponds to a [GITHUB issue](https://github.com/apache/streampark/issues).
1111
1212
- Name the pull request in the form "[Feature] Title of the pull request", where *Feature* can be replaced by `Hotfix`, `Bug`, etc.
1313

.github/workflows/docker-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ concurrency:
3131
jobs:
3232
build_image:
3333
runs-on: ubuntu-latest
34-
if: ${{ github.repository == 'apache/incubator-streampark' }}
34+
if: ${{ github.repository == 'apache/streampark' }}
3535
steps:
3636
- name: Check out the repo
3737
uses: actions/checkout@v3

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ concurrency:
4040

4141
jobs:
4242
license-header:
43-
if: github.repository == 'apache/incubator-streampark'
43+
if: github.repository == 'apache/streampark'
4444
name: License header
4545
runs-on: ubuntu-latest
4646
timeout-minutes: 10
@@ -51,7 +51,7 @@ jobs:
5151
- name: Check license header
5252
uses: apache/skywalking-eyes/header@main
5353
code-style:
54-
if: github.repository == 'apache/incubator-streampark'
54+
if: github.repository == 'apache/streampark'
5555
name: Code style
5656
runs-on: ubuntu-latest
5757
timeout-minutes: 10
@@ -64,7 +64,7 @@ jobs:
6464
- name: Check codestyle for scala 2.12
6565
run: ./mvnw -B -q -nsu -Pscala-2.12 checkstyle:check spotless:check
6666
dead-link:
67-
if: github.repository == 'apache/incubator-streampark'
67+
if: github.repository == 'apache/streampark'
6868
name: Dead links
6969
runs-on: ubuntu-latest
7070
timeout-minutes: 20

.licenserc.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ header:
3838
- '.mvn'
3939
- '**/LICENSE'
4040
- '**/NOTICE'
41-
- "DISCLAIMER"
4241
- '**/*.MD'
4342
- '**/*.ftl'
4443
- '**/*.tpl'

DISCLAIMER

Lines changed: 0 additions & 10 deletions
This file was deleted.

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Apache StreamPark (incubating)
2-
Copyright 2022-2024 The Apache Software Foundation
1+
Apache StreamPark
2+
Copyright 2022-2025 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

0 commit comments

Comments
 (0)