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 ef71fed  [chore] Migrate organization from interestinglab to apache 
(#959)
ef71fed is described below

commit ef71fedf87a1efac6d168dc458defd86dc2eb6fb
Author: Jiajie Zhong <[email protected]>
AuthorDate: Thu Jan 6 18:26:47 2022 +0800

    [chore] Migrate organization from interestinglab to apache (#959)
    
    close: #856
---
 README_zh_CN.md                                                         | 2 +-
 config/spark.streaming.conf.template                                    | 2 +-
 plugins/json/files/schemas/seatunnel-demo.json                          | 2 +-
 .../src/main/java/org/apache/seatunnel/Seatunnel.java                   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README_zh_CN.md b/README_zh_CN.md
index 7ba9a9b..9f419be 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -1,4 +1,4 @@
-# seatunnel [![Build 
Status](https://travis-ci.org/InterestingLab/seatunnel.svg?branch=master)](https://travis-ci.org/InterestingLab/seatunnel)
+# seatunnel
 <img src="https://seatunnel.apache.org/img/logo.png"; alt="seatunnel logo" 
height="200px" align="right" />
 
 [![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)
diff --git a/config/spark.streaming.conf.template 
b/config/spark.streaming.conf.template
index 56f2db8..700795c 100644
--- a/config/spark.streaming.conf.template
+++ b/config/spark.streaming.conf.template
@@ -32,7 +32,7 @@ env {
 source {
   # This is a example input plugin **only for test and demonstrate the feature 
input plugin**
   fakeStream {
-    content = ["Hello World, InterestingLab"]
+    content = ["Hello World, SeaTunnel"]
   }
 
 
diff --git a/plugins/json/files/schemas/seatunnel-demo.json 
b/plugins/json/files/schemas/seatunnel-demo.json
index 8d938c4..408920f 100644
--- a/plugins/json/files/schemas/seatunnel-demo.json
+++ b/plugins/json/files/schemas/seatunnel-demo.json
@@ -1,4 +1,4 @@
 {
   "project":"seatunnel",
-  "group":"interestinglab"
+  "group":"apache"
 }
\ No newline at end of file
diff --git 
a/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/Seatunnel.java
 
b/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/Seatunnel.java
index 23f79e2..8981748 100644
--- 
a/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/Seatunnel.java
+++ 
b/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/Seatunnel.java
@@ -176,7 +176,7 @@ public class Seatunnel {
         LOGGER.error("Fatal Error, \n");
         // FIX
         LOGGER.error(
-            "Please submit issue a bug in 
https://github.com/InterestingLab/waterdrop/issues\n";);
+            "Please submit bug report in 
https://github.com/apache/incubator-seatunnel/issues\n";);
         LOGGER.error("Reason:{} \n", errorMsg);
         LOGGER.error("Exception StackTrace:{} ", 
ExceptionUtils.getStackTrace(throwable));
         LOGGER.error(

Reply via email to