You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by zh...@apache.org on 2022/01/18 04:46:01 UTC

[rocketmq-streams] branch main updated: [maven-release-plugin] prepare release rocketmq-streams-1.0.0-preview

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 098d3ee  [maven-release-plugin] prepare release rocketmq-streams-1.0.0-preview
098d3ee is described below

commit 098d3ee9978e3e8d00a6eb1a987cfb00c7a3766a
Author: odbozhou <87...@qq.com>
AuthorDate: Tue Jan 18 12:45:53 2022 +0800

    [maven-release-plugin] prepare release rocketmq-streams-1.0.0-preview
---
 pom.xml                                   | 4 ++--
 rocketmq-streams-channel-db/pom.xml       | 2 +-
 rocketmq-streams-channel-es/pom.xml       | 2 +-
 rocketmq-streams-channel-http/pom.xml     | 2 +-
 rocketmq-streams-channel-mqtt/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 +-
 25 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7e699d5..cb69ef0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-streams</artifactId>
-    <version>1.0.0-preview-SNAPSHOT</version>
+    <version>1.0.0-preview</version>
     <name>Apache RocketMQ Streams ${project.version}</name>
     <packaging>pom</packaging>
     <url>https://rocketmq.apache.org/</url>
@@ -36,7 +36,7 @@
         <url>git@github.com:apache/rocketmq-streams.git</url>
         <connection>scm:git:git@github.com:apache/rocketmq-streams.git</connection>
         <developerConnection>scm:git:git@github.com:apache/rocketmq-streams.git</developerConnection>
-        <tag>1.0.0-preview</tag>
+        <tag>rocketmq-streams-1.0.0-preview</tag>
     </scm>
 
     <mailingLists>
diff --git a/rocketmq-streams-channel-db/pom.xml b/rocketmq-streams-channel-db/pom.xml
index 39fa144..1e2e051 100755
--- a/rocketmq-streams-channel-db/pom.xml
+++ b/rocketmq-streams-channel-db/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 ff412b5..f392c5e 100755
--- a/rocketmq-streams-channel-es/pom.xml
+++ b/rocketmq-streams-channel-es/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 a063c74..49df877 100644
--- a/rocketmq-streams-channel-http/pom.xml
+++ b/rocketmq-streams-channel-http/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-SNAPSHOT</version>
+        <version>1.0.0-preview</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-channel-mqtt/pom.xml b/rocketmq-streams-channel-mqtt/pom.xml
index 8edd8dd..6e71077 100644
--- a/rocketmq-streams-channel-mqtt/pom.xml
+++ b/rocketmq-streams-channel-mqtt/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>rocketmq-streams</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0-preview-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 5c516da..23edcc4 100644
--- a/rocketmq-streams-channel-rocketmq/pom.xml
+++ b/rocketmq-streams-channel-rocketmq/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>rocketmq-streams</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0-preview-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 5ae71e2..cd00ce8 100755
--- a/rocketmq-streams-channel-syslog/pom.xml
+++ b/rocketmq-streams-channel-syslog/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 bb7f1d9..293ce72 100644
--- a/rocketmq-streams-checkpoint/pom.xml
+++ b/rocketmq-streams-checkpoint/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>rocketmq-streams</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0-preview-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 e4c3a9f..8d7e58c 100644
--- a/rocketmq-streams-clients/pom.xml
+++ b/rocketmq-streams-clients/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>rocketmq-streams</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0-preview-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 c033a5f..9027d7e 100755
--- a/rocketmq-streams-commons/pom.xml
+++ b/rocketmq-streams-commons/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 f4ef913..ea522b7 100755
--- a/rocketmq-streams-configurable/pom.xml
+++ b/rocketmq-streams-configurable/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 72f9ab3..46c9585 100755
--- a/rocketmq-streams-connectors/pom.xml
+++ b/rocketmq-streams-connectors/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 4c0622d..004d27b 100755
--- a/rocketmq-streams-db-operator/pom.xml
+++ b/rocketmq-streams-db-operator/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 2c41f1b..7550562 100644
--- a/rocketmq-streams-dbinit/pom.xml
+++ b/rocketmq-streams-dbinit/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>rocketmq-streams</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0-preview-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 c8b7cba..fee47e0 100644
--- a/rocketmq-streams-dim/pom.xml
+++ b/rocketmq-streams-dim/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 9040ed6..b3cb0b7 100644
--- a/rocketmq-streams-examples/pom.xml
+++ b/rocketmq-streams-examples/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>rocketmq-streams</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0-preview-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 e371f5d..480901e 100755
--- a/rocketmq-streams-filter/pom.xml
+++ b/rocketmq-streams-filter/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 470c377..a0604cf 100755
--- a/rocketmq-streams-lease/pom.xml
+++ b/rocketmq-streams-lease/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 c6a75d7..75ad120 100644
--- a/rocketmq-streams-runner/pom.xml
+++ b/rocketmq-streams-runner/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>rocketmq-streams</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.0.0-preview-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 431338e..2c656cb 100755
--- a/rocketmq-streams-schedule/pom.xml
+++ b/rocketmq-streams-schedule/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 f45443f..8444b3a 100755
--- a/rocketmq-streams-script/pom.xml
+++ b/rocketmq-streams-script/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 2c30d21..5c7b9b3 100755
--- a/rocketmq-streams-serviceloader/pom.xml
+++ b/rocketmq-streams-serviceloader/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 3b552d9..da962ef 100644
--- a/rocketmq-streams-state/pom.xml
+++ b/rocketmq-streams-state/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 9d02f6c..29055e3 100755
--- a/rocketmq-streams-transport-minio/pom.xml
+++ b/rocketmq-streams-transport-minio/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-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 76b5695..40f4d61 100755
--- a/rocketmq-streams-window/pom.xml
+++ b/rocketmq-streams-window/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-streams</artifactId>
-        <version>1.0.0-preview-SNAPSHOT</version>
+        <version>1.0.0-preview</version>
     </parent>
     <artifactId>rocketmq-streams-window</artifactId>
     <packaging>jar</packaging>