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

osgooli 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 012eba9  [maven-release-plugin] prepare for next development iteration
012eba9 is described below

commit 012eba9c6b620457408368f0b1161fe668a3392e
Author: lizhiboo <[email protected]>
AuthorDate: Fri Apr 8 17:30:23 2022 +0800

    [maven-release-plugin] prepare for next development iteration
---
 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 f4c0e81..07c9e06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-streams</artifactId>
-    <version>1.0.1-preview</version>
+    <version>1.0.2-preview-SNAPSHOT</version>
     <name>Apache RocketMQ Streams ${project.version}</name>
     <packaging>pom</packaging>
     <url>https://rocketmq.apache.org/</url>
@@ -36,7 +36,7 @@
         <url>[email protected]:apache/rocketmq-streams.git</url>
         
<connection>scm:git:[email protected]:apache/rocketmq-streams.git</connection>
         
<developerConnection>scm:git:[email protected]:apache/rocketmq-streams.git</developerConnection>
-        <tag>rocketmq-streams-1.0.1-preview</tag>
+        <tag>1.0.0-preview</tag>
     </scm>
 
     <mailingLists>
diff --git a/rocketmq-streams-channel-db/pom.xml 
b/rocketmq-streams-channel-db/pom.xml
index c5f0049..fb5caa0 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 a3e221d..15723b3 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 833ed50..df70fe0 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-channel-mqtt/pom.xml 
b/rocketmq-streams-channel-mqtt/pom.xml
index 257f7c4..1ebfd00 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-channel-rocketmq/pom.xml 
b/rocketmq-streams-channel-rocketmq/pom.xml
index 82667ed..c10f3e9 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-channel-syslog/pom.xml 
b/rocketmq-streams-channel-syslog/pom.xml
index 5572cd8..0d3b6f1 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 d6c16e2..6da59e3 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-clients/pom.xml b/rocketmq-streams-clients/pom.xml
index 5488075..3cee17d 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-commons/pom.xml b/rocketmq-streams-commons/pom.xml
index 2456291..8bb5833 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</version>
     </parent>
 
     <artifactId>rocketmq-streams-commons</artifactId>
diff --git a/rocketmq-streams-configurable/pom.xml 
b/rocketmq-streams-configurable/pom.xml
index 2b8439d..12630a5 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 7f8b277..8c8277e 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 24beea8..ac26139 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 14682cd..40b58a2 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 3f56450..d6a5a74 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 186fa87..62a4038 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-filter/pom.xml b/rocketmq-streams-filter/pom.xml
index 942e8eb..8071852 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 0ea1058..8921c8e 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 3fe80f5..6dcd83f 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/rocketmq-streams-schedule/pom.xml 
b/rocketmq-streams-schedule/pom.xml
index 59333cf..74cdb89 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 6b9e9c8..bd15639 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 d1f5e91..be52a04 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 90024ca..32aa683 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 778ba32..721e203 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</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 870100e..8483a4e 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.1-preview</version>
+        <version>1.0.2-preview-SNAPSHOT</version>
     </parent>
     <artifactId>rocketmq-streams-window</artifactId>
     <packaging>jar</packaging>

Reply via email to