Skip to content

Commit 7b85a18

Browse files
committed
[maven-release-plugin] prepare release rocketmq-streams-all-1.1.1
1 parent ecf01cf commit 7b85a18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>rocketmq-streams-all</artifactId>
55
<groupId>org.apache.rocketmq</groupId>
6-
<version>1.1.1-SNAPSHOT</version>
6+
<version>1.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>rocketmq-streams-all</artifactId>
55
<groupId>org.apache.rocketmq</groupId>
6-
<version>1.1.1-SNAPSHOT</version>
6+
<version>1.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.apache.rocketmq</groupId>
2828
<artifactId>rocketmq-streams-all</artifactId>
29-
<version>1.1.1-SNAPSHOT</version>
29+
<version>1.1.1</version>
3030
<name>Apache RocketMQ Streams ${project.version}</name>
3131
<packaging>pom</packaging>
3232
<url>https://rocketmq.apache.org/</url>
@@ -35,7 +35,7 @@
3535
<url>[email protected]:apache/rocketmq-streams.git</url>
3636
<connection>scm:git:[email protected]:apache/rocketmq-streams.git</connection>
3737
<developerConnection>scm:git:[email protected]:apache/rocketmq-streams.git</developerConnection>
38-
<tag>HEAD</tag>
38+
<tag>rocketmq-streams-all-1.1.1</tag>
3939
</scm>
4040

4141
<mailingLists>

0 commit comments

Comments
 (0)