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

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

commit 398723817440f1d55169889b4db1a13fbb5ee3f0
Author: 维章 <[email protected]>
AuthorDate: Fri Jan 6 11:16:34 2023 +0800

    [maven-release-plugin] prepare for next development iteration
---
 core/pom.xml    | 2 +-
 example/pom.xml | 2 +-
 pom.xml         | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 1cf52554..798b75e6 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>rocketmq-streams-all</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.1.0</version>
+        <version>1.1.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/example/pom.xml b/example/pom.xml
index 12824893..c3731b1b 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>rocketmq-streams-all</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>1.1.0</version>
+        <version>1.1.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index fdf0b448..265402b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-streams-all</artifactId>
-    <version>1.1.0</version>
+    <version>1.1.1-SNAPSHOT</version>
     <name>Apache RocketMQ Streams ${project.version}</name>
     <packaging>pom</packaging>
     <url>https://rocketmq.apache.org/</url>
@@ -35,7 +35,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-all-1.1.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <mailingLists>

Reply via email to