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

zhoubo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git


The following commit(s) were added to refs/heads/main by this push:
     new f2fa4a3  release 1.0.0-Preview
f2fa4a3 is described below

commit f2fa4a3a77fdaca2284ecefa2f42ce257b1e0a58
Author: odbozhou <[email protected]>
AuthorDate: Wed Dec 22 17:15:09 2021 +0800

    release 1.0.0-Preview
---
 README-chinese.md                         | 4 ++--
 README.md                                 | 2 +-
 pom.xml                                   | 2 +-
 rocketmq-streams-channel-db/pom.xml       | 2 +-
 rocketmq-streams-channel-es/pom.xml       | 2 +-
 rocketmq-streams-channel-http/pom.xml     | 2 +-
 rocketmq-streams-channel-rocketmq/pom.xml | 2 +-
 rocketmq-streams-channel-syslog/pom.xml   | 2 +-
 rocketmq-streams-checkpoint/pom.xml       | 2 +-
 rocketmq-streams-clients/pom.xml          | 2 +-
 rocketmq-streams-commons/pom.xml          | 2 +-
 rocketmq-streams-configurable/pom.xml     | 2 +-
 rocketmq-streams-connectors/pom.xml       | 2 +-
 rocketmq-streams-db-operator/pom.xml      | 2 +-
 rocketmq-streams-dbinit/pom.xml           | 2 +-
 rocketmq-streams-dim/pom.xml              | 2 +-
 rocketmq-streams-examples/pom.xml         | 2 +-
 rocketmq-streams-filter/pom.xml           | 2 +-
 rocketmq-streams-lease/pom.xml            | 2 +-
 rocketmq-streams-runner/pom.xml           | 2 +-
 rocketmq-streams-schedule/pom.xml         | 2 +-
 rocketmq-streams-script/pom.xml           | 2 +-
 rocketmq-streams-serviceloader/pom.xml    | 2 +-
 rocketmq-streams-state/pom.xml            | 2 +-
 rocketmq-streams-transport-minio/pom.xml  | 2 +-
 rocketmq-streams-window/pom.xml           | 2 +-
 26 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/README-chinese.md b/README-chinese.md
index 8daa91a..263885a 100644
--- a/README-chinese.md
+++ b/README-chinese.md
@@ -25,7 +25,7 @@ DataStreamSource 
source=StreamBuilder.dataStream("namespace","pipeline");
 <dependency>
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-streams-clients</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Preview</version>
 </dependency>
 ```
 
@@ -113,7 +113,7 @@ Rocketmq-Streams 核心就是一个独立的jar包, 用户可以在自己的
 
 ## 独立部署
 1. 通过```mvn clean install``` 构建工程
-2. 
从```rocketmq-streams-runner/target/rocket-streams-1.0.0-SNAPSHOT-distribution.tar.gz```
 中获取tar.gz包, 并解压
+2. 
从```rocketmq-streams-runner/target/rocket-streams-1.0.0-Preview-distribution.tar.gz```
 中获取tar.gz包, 并解压
 3. ```rocketmq-streams```目录架构如下:
     + ```bin```  指令目录,包括启动和停止指令
     + ```conf```  配置目录,包括日志配置以及应用的相关配置文件
diff --git a/README.md b/README.md
index 07ac5d9..b5dfc21 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ DataStreamSource 
source=StreamBuilder.dataStream("namespace","pipeline");
 <dependency>
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-streams-clients</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Preview</version>
 </dependency>
 ```
 
diff --git a/pom.xml b/pom.xml
index 55934bc..d5eabdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-streams</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0-Preview</version>
     <name>Apache RocketMQ Streams ${project.version}</name>
     <packaging>pom</packaging>
     <url>https://rocketmq.apache.org/</url>
diff --git a/rocketmq-streams-channel-db/pom.xml 
b/rocketmq-streams-channel-db/pom.xml
index 0018163..0b1b24d 100755
--- a/rocketmq-streams-channel-db/pom.xml
+++ b/rocketmq-streams-channel-db/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-channel-db</artifactId>
     <name>ROCKETMQ STREAMS :: channel-db</name>
diff --git a/rocketmq-streams-channel-es/pom.xml 
b/rocketmq-streams-channel-es/pom.xml
index 22972e1..8854353 100755
--- a/rocketmq-streams-channel-es/pom.xml
+++ b/rocketmq-streams-channel-es/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-channel-es</artifactId>
     <name>ROCKETMQ STREAMS :: channel-es</name>
diff --git a/rocketmq-streams-channel-http/pom.xml 
b/rocketmq-streams-channel-http/pom.xml
index 074023a..415f83a 100644
--- a/rocketmq-streams-channel-http/pom.xml
+++ b/rocketmq-streams-channel-http/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-channel-rocketmq/pom.xml 
b/rocketmq-streams-channel-rocketmq/pom.xml
index f6c7281..0b3e8f6 100644
--- a/rocketmq-streams-channel-rocketmq/pom.xml
+++ b/rocketmq-streams-channel-rocketmq/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>rocketmq-streams</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-channel-syslog/pom.xml 
b/rocketmq-streams-channel-syslog/pom.xml
index b875da1..8429b64 100755
--- a/rocketmq-streams-channel-syslog/pom.xml
+++ b/rocketmq-streams-channel-syslog/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-channel-syslog</artifactId>
     <name>ROCKETMQ STREAMS :: channel-syslog</name>
diff --git a/rocketmq-streams-checkpoint/pom.xml 
b/rocketmq-streams-checkpoint/pom.xml
index 40a28c0..6b0cb35 100644
--- a/rocketmq-streams-checkpoint/pom.xml
+++ b/rocketmq-streams-checkpoint/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>rocketmq-streams</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-clients/pom.xml b/rocketmq-streams-clients/pom.xml
index db545c0..5185887 100644
--- a/rocketmq-streams-clients/pom.xml
+++ b/rocketmq-streams-clients/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>rocketmq-streams</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-commons/pom.xml b/rocketmq-streams-commons/pom.xml
index 699ec3d..832bf4d 100755
--- a/rocketmq-streams-commons/pom.xml
+++ b/rocketmq-streams-commons/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
 
     <artifactId>rocketmq-streams-commons</artifactId>
diff --git a/rocketmq-streams-configurable/pom.xml 
b/rocketmq-streams-configurable/pom.xml
index baacd27..b2fd7d7 100755
--- a/rocketmq-streams-configurable/pom.xml
+++ b/rocketmq-streams-configurable/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-configurable</artifactId>
     <name>ROCKETMQ STREAMS :: configurable</name>
diff --git a/rocketmq-streams-connectors/pom.xml 
b/rocketmq-streams-connectors/pom.xml
index c069f50..03b6b42 100755
--- a/rocketmq-streams-connectors/pom.xml
+++ b/rocketmq-streams-connectors/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-connectors</artifactId>
     <packaging>jar</packaging>
diff --git a/rocketmq-streams-db-operator/pom.xml 
b/rocketmq-streams-db-operator/pom.xml
index 3babe82..db28a4e 100755
--- a/rocketmq-streams-db-operator/pom.xml
+++ b/rocketmq-streams-db-operator/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-db-operator</artifactId>
     <name>ROCKETMQ STREAMS :: db-operator</name>
diff --git a/rocketmq-streams-dbinit/pom.xml b/rocketmq-streams-dbinit/pom.xml
index 14f5679..8eb5c2b 100644
--- a/rocketmq-streams-dbinit/pom.xml
+++ b/rocketmq-streams-dbinit/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>rocketmq-streams</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>rocketmq-streams-dbinit</artifactId>
diff --git a/rocketmq-streams-dim/pom.xml b/rocketmq-streams-dim/pom.xml
index 72bc461..28de4ef 100644
--- a/rocketmq-streams-dim/pom.xml
+++ b/rocketmq-streams-dim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-dim</artifactId>
     <name>ROCKETMQ STREAMS :: dim</name>
diff --git a/rocketmq-streams-examples/pom.xml 
b/rocketmq-streams-examples/pom.xml
index 8d97fa6..f401269 100644
--- a/rocketmq-streams-examples/pom.xml
+++ b/rocketmq-streams-examples/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>rocketmq-streams</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-filter/pom.xml b/rocketmq-streams-filter/pom.xml
index ef50223..2c8fb93 100755
--- a/rocketmq-streams-filter/pom.xml
+++ b/rocketmq-streams-filter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-filter</artifactId>
     <name>ROCKETMQ STREAMS :: filter</name>
diff --git a/rocketmq-streams-lease/pom.xml b/rocketmq-streams-lease/pom.xml
index 16efde7..8e04ae1 100755
--- a/rocketmq-streams-lease/pom.xml
+++ b/rocketmq-streams-lease/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-lease</artifactId>
     <name>ROCKETMQ STREAMS :: lease</name>
diff --git a/rocketmq-streams-runner/pom.xml b/rocketmq-streams-runner/pom.xml
index 59e6685..da4d20e 100644
--- a/rocketmq-streams-runner/pom.xml
+++ b/rocketmq-streams-runner/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>rocketmq-streams</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-schedule/pom.xml 
b/rocketmq-streams-schedule/pom.xml
index 58a0541..ddc0b5a 100755
--- a/rocketmq-streams-schedule/pom.xml
+++ b/rocketmq-streams-schedule/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-schedule</artifactId>
     <name>ROCKETMQ STREAMS :: schedule</name>
diff --git a/rocketmq-streams-script/pom.xml b/rocketmq-streams-script/pom.xml
index 20cc92b..c43b6b5 100755
--- a/rocketmq-streams-script/pom.xml
+++ b/rocketmq-streams-script/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-script</artifactId>
     <name>ROCKETMQ STREAMS :: script</name>
diff --git a/rocketmq-streams-serviceloader/pom.xml 
b/rocketmq-streams-serviceloader/pom.xml
index 18f7192..27e5e07 100755
--- a/rocketmq-streams-serviceloader/pom.xml
+++ b/rocketmq-streams-serviceloader/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-serviceloader</artifactId>
     <packaging>jar</packaging>
diff --git a/rocketmq-streams-state/pom.xml b/rocketmq-streams-state/pom.xml
index beea236..7e4e803 100644
--- a/rocketmq-streams-state/pom.xml
+++ b/rocketmq-streams-state/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-state</artifactId>
     <packaging>jar</packaging>
diff --git a/rocketmq-streams-transport-minio/pom.xml 
b/rocketmq-streams-transport-minio/pom.xml
index bdeb551..053bb37 100755
--- a/rocketmq-streams-transport-minio/pom.xml
+++ b/rocketmq-streams-transport-minio/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-transport-minio</artifactId>
     <packaging>jar</packaging>
diff --git a/rocketmq-streams-window/pom.xml b/rocketmq-streams-window/pom.xml
index da33607..471bc60 100755
--- a/rocketmq-streams-window/pom.xml
+++ b/rocketmq-streams-window/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-Preview</version>
     </parent>
     <artifactId>rocketmq-streams-window</artifactId>
     <packaging>jar</packaging>

Reply via email to