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 a8b83dc3 modify version to 1.1.0-SNAPSHOT
new d1a619e3 Merge pull request #238 from ni-ze/newWorld-4
a8b83dc3 is described below
commit a8b83dc33706490579745f4cecda9a5fd85c40f6
Author: 维章 <[email protected]>
AuthorDate: Tue Jan 3 16:53:40 2023 +0800
modify version to 1.1.0-SNAPSHOT
---
README.md | 2 +-
core/pom.xml | 2 +-
example/pom.xml | 2 +-
pom.xml | 5 ++---
4 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 3aad576e..5d231e3a 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
[](https://twitter.com/intent/follow?screen_name=ApacheRocketMQ)
-**RocketMQ Streams is a lightweight stream processing frameworks, application
apply stream processing by depend on RocketMQ Streams as an SDK.**
+**RocketMQ Streams is a lightweight stream processing framework, application
gain the stream processing ability by depending on RocketMQ Streams as an SDK.**
It offers a variety of features:
diff --git a/core/pom.xml b/core/pom.xml
index f60d54be..b6b631df 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>rocketmq-streams-all</artifactId>
<groupId>org.apache.rocketmq</groupId>
- <version>1.1.0-preview-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/example/pom.xml b/example/pom.xml
index d91ac16d..f8d4e804 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>rocketmq-streams-all</artifactId>
<groupId>org.apache.rocketmq</groupId>
- <version>1.1.0-preview-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index e88b2c11..cc4a2892 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,17 +20,16 @@
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams-all</artifactId>
- <version>1.1.0-preview-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>Apache RocketMQ Streams ${project.version}</name>
<packaging>pom</packaging>
<url>https://rocketmq.apache.org/</url>
-
<scm>
<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>1.0.0-preview</tag>
+ <tag>HEAD</tag>
</scm>
<mailingLists>