You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ni...@apache.org on 2022/01/12 08:19:20 UTC

[incubator-seatunnel] branch dev updated: Revert "[hotfix] remove plugins folder (#1009)" (#1027)

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

nielifeng 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 0e1e9e8  Revert "[hotfix] remove plugins folder (#1009)" (#1027)
0e1e9e8 is described below

commit 0e1e9e82279cee472d37ae5a6c865e4426a4f9bf
Author: Kirs <ac...@163.com>
AuthorDate: Wed Jan 12 16:19:14 2022 +0800

    Revert "[hotfix] remove plugins folder (#1009)" (#1027)
    
    This reverts commit 2a42f3b718dd8ef16e98aa3cd068a9abbd0e3f7d.
---
 plugins/.gitkeep                               | 0
 plugins/json/files/schemas/seatunnel-demo.json | 4 ++++
 2 files changed, 4 insertions(+)

diff --git a/plugins/.gitkeep b/plugins/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/plugins/json/files/schemas/seatunnel-demo.json b/plugins/json/files/schemas/seatunnel-demo.json
new file mode 100644
index 0000000..408920f
--- /dev/null
+++ b/plugins/json/files/schemas/seatunnel-demo.json
@@ -0,0 +1,4 @@
+{
+  "project":"seatunnel",
+  "group":"apache"
+}
\ No newline at end of file