You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2021/12/29 06:45:16 UTC

[incubator-seatunnel] branch dev updated: [repository] replace project github repository (#888)

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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0ea325e  [repository] replace project github repository (#888)
0ea325e is described below

commit 0ea325e4cb5f09d7de69b9caf21be49fea112b70
Author: leo65535 <le...@163.com>
AuthorDate: Wed Dec 29 14:45:08 2021 +0800

    [repository] replace project github repository (#888)
---
 .github/ISSUE_TEMPLATE/bug-report.yml      | 4 ++--
 .github/ISSUE_TEMPLATE/feature-request.yml | 4 ++--
 .github/ISSUE_TEMPLATE/umbrella.yml        | 4 ++--
 .github/PULL_REQUEST_TEMPLATE.md           | 4 ++--
 .github/workflows/publish-docker.yaml      | 2 +-
 .idea/vcs.xml                              | 4 ++--
 README.md                                  | 6 +++---
 README_zh_CN.md                            | 6 +++---
 pom.xml                                    | 8 ++++----
 9 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 191fee5..119698e 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -32,11 +32,11 @@ body:
     attributes:
       label: Search before asking
       description: >
-        Please make sure to search in the [issues](https://github.com/InterestingLab/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
+        Please make sure to search in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
         first to see whether the same issue was reported already.
       options:
         - label: >
-            I had searched in the [issues](https://github.com/InterestingLab/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found
+            I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found
             no similar issues.
           required: true
 
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index ab13fa4..2a9877e 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -30,11 +30,11 @@ body:
     attributes:
       label: Search before asking
       description: >
-        Please make sure to search in the [feature](https://github.com/InterestingLab/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) first
+        Please make sure to search in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) first
         to see whether the same feature was requested already.
       options:
         - label: >
-            I had searched in the [feature](https://github.com/InterestingLab/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no
+            I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no
             similar feature requirement.
           required: true
 
diff --git a/.github/ISSUE_TEMPLATE/umbrella.yml b/.github/ISSUE_TEMPLATE/umbrella.yml
index ae21446..8db9b4d 100644
--- a/.github/ISSUE_TEMPLATE/umbrella.yml
+++ b/.github/ISSUE_TEMPLATE/umbrella.yml
@@ -34,11 +34,11 @@ body:
     attributes:
       label: Search before asking
       description: >
-        Please make sure to search in the [issues](https://github.com/InterestingLab/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
+        Please make sure to search in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
         first to see whether the same issue was reported already.
       options:
         - label: >
-            I had searched in the [issues](https://github.com/InterestingLab/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found
+            I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found
             no similar issues.
           required: true
 
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index fb913f6..a270c42 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -8,7 +8,7 @@ Feel free to ping committers for the review!
 
 ## Contribution Checklist
 
-  - Make sure that the pull request corresponds to a [GITHUB issue](https://github.com/InterestingLab/seatunnel/issues).
+  - Make sure that the pull request corresponds to a [GITHUB issue](https://github.com/apache/incubator-seatunnel/issues).
 
   - Name the pull request in the form "[SeaTunnel #XXXX] [component] Title of the pull request", where *SeaTunnel #XXXX* should be replaced by the actual issue number.
 
@@ -23,4 +23,4 @@ Feel free to ping committers for the review!
 ## Check list
 
 * [ ] Code changed are covered with tests, or it does not need tests for reason:
-* [ ] Change does not need document change, or I will submit document change to https://github.com/InterestingLab/seatunnel-docs later
+* [ ] Change does not need document change, or I will submit document change to https://github.com/apache/incubator-seatunnel-website later
diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml
index cef1233..b411bb6 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -27,7 +27,7 @@ env:
 
 jobs:
   build:
-    if: github.repository == 'InterestingLab/seatunnel'
+    if: github.repository == 'apache/incubator-seatunnel'
     runs-on: ubuntu-latest
     permissions:
       contents: read
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 8ad829c..ed39cf2 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -24,9 +24,9 @@
       <list>
         <IssueNavigationLink>
           <option name="issueRegexp" value="#(\d+)" />
-          <option name="linkRegexp" value="https://github.com/InterestingLab/seatunnel/issues/$1" />
+	  <option name="linkRegexp" value="https://github.com/apache/incubator-seatunnel/issues/$1" />
         </IssueNavigationLink>
       </list>
     </option>
   </component>
-</project>
\ No newline at end of file
+</project>
diff --git a/README.md b/README.md
index 51415e0..b935179 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 <img src="https://github.com/apache/incubator-seatunnel-website/blob/main/Logo.png" alt="seatunnel logo" height="200px" align="right" />
 
-[![Backend Workflow](https://github.com/InterestingLab/seatunnel/actions/workflows/backend.yml/badge.svg?branch=dev)](https://github.com/InterestingLab/seatunnel/actions/workflows/backend.yml)
+[![Backend Workflow](https://github.com/apache/incubator-seatunnel/actions/workflows/backend.yml/badge.svg?branch=dev)](https://github.com/apache/incubator-seatunnel/actions/workflows/backend.yml)
 
 ---
 [![EN doc](https://img.shields.io/badge/document-English-blue.svg)](README.md)
@@ -80,7 +80,7 @@ and Flink.
 
 ## Downloads
 
-Download address for run-directly software package :https://github.com/InterestingLab/SeaTunnel/releases
+Download address for run-directly software package :https://github.com/apache/incubator-seatunnel/releases
 
 ## Quick start
 
@@ -132,7 +132,7 @@ unacceptable behavior.
 
 ## Developer
 
-Thanks to all developers https://github.com/InterestingLab/SeaTunnel/graphs/contributors
+Thanks to all developers https://github.com/apache/incubator-seatunnel/graphs/contributors
 
 ## Contact Us
 
diff --git a/README_zh_CN.md b/README_zh_CN.md
index 823e100..45334bd 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -1,7 +1,7 @@
 # seatunnel [![Build Status](https://travis-ci.org/InterestingLab/seatunnel.svg?branch=master)](https://travis-ci.org/InterestingLab/seatunnel)
 <img src="https://github.com/apache/incubator-seatunnel-website/blob/main/Logo.png" alt="seatunnel logo" height="200px" align="right" />
 
-[![Backend Workflow](https://github.com/InterestingLab/seatunnel/actions/workflows/backend.yml/badge.svg?branch=dev)](https://github.com/InterestingLab/seatunnel/actions/workflows/backend.yml)
+[![Backend Workflow](https://github.com/apache/incubator-seatunnel/actions/workflows/backend.yml/badge.svg?branch=dev)](https://github.com/apache/incubator-seatunnel/actions/workflows/backend.yml)
 
 
 ---
@@ -82,7 +82,7 @@ Elasticsearch, File, Hdfs, Jdbc, Kafka, Mysql, S3, Stdout, 自行开发的 Outpu
 
 ## 下载
 
-可以直接运行的软件包下载地址:https://github.com/InterestingLab/seatunnel/releases
+可以直接运行的软件包下载地址:https://github.com/apache/incubator-seatunnel/releases
 
 ## 快速入门
 
@@ -117,7 +117,7 @@ SeaTunnel遵守贡献者公约[code of conduct](https://www.apache.org/foundatio
 
 ## 开发者
 
-感谢[所有开发者](https://github.com/InterestingLab/seatunnel/graphs/contributors)
+感谢[所有开发者](https://github.com/apache/incubator-seatunnel/graphs/contributors)
 
 ## 欢迎联系
 
diff --git a/pom.xml b/pom.xml
index 4f8b88e..c2a7685 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
         Production ready big data processing product based on Apache Spark and Apache Flink.
     </description>
 
-    <url>https://github.com/InterestingLab/seatunnel</url>
+    <url>https://github.com/apache/incubator-seatunnel</url>
 
     <licenses>
         <license>
@@ -43,9 +43,9 @@
     </licenses>
 
     <scm>
-        <connection>scm:git:git@github.com:InterestingLab/seatunnel.git</connection>
-        <developerConnection>scm:git:git@github.com:InterestingLab/seatunnel.git</developerConnection>
-        <url>https://github.com/InterestingLab/seatunnel</url>
+        <connection>scm:git:git@github.com:apache/incubator-seatunnel.git</connection>
+        <developerConnection>scm:git:git@github.com:apache/incubator-seatunnel.git</developerConnection>
+        <url>https://github.com/apache/incubator-seatunnel</url>
         <tag>HEAD</tag>
     </scm>