You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ka...@apache.org on 2023/02/16 02:07:58 UTC

[rocketmq-streams] branch local/upstream/develop created (now 7011753c)

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

karp pushed a change to branch local/upstream/develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git


      at 7011753c [maven-release-plugin] prepare release rocketmq-streams-all-1.1.1

This branch includes the following new commits:

     new 7011753c [maven-release-plugin] prepare release rocketmq-streams-all-1.1.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[rocketmq-streams] 01/01: [maven-release-plugin] prepare release rocketmq-streams-all-1.1.1

Posted by ka...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

karp pushed a commit to branch local/upstream/develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git

commit 7011753cd2fa5614639f4fbf23cbde1b23187b0b
Author: 维章 <un...@gmail.com>
AuthorDate: Thu Feb 16 10:07:42 2023 +0800

    [maven-release-plugin] prepare release rocketmq-streams-all-1.1.1
---
 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 a7dc6305..b8de7389 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.1-SNAPSHOT</version>
+        <version>1.1.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/example/pom.xml b/example/pom.xml
index c3731b1b..fa8ac794 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.1-SNAPSHOT</version>
+        <version>1.1.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 265402b9..a2a31c08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-streams-all</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.1</version>
     <name>Apache RocketMQ Streams ${project.version}</name>
     <packaging>pom</packaging>
     <url>https://rocketmq.apache.org/</url>
@@ -35,7 +35,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>HEAD</tag>
+        <tag>rocketmq-streams-all-1.1.1</tag>
     </scm>
 
     <mailingLists>