Skip to content

Commit 51402a3

Browse files
committedJan 6, 2023
[maven-release-plugin] prepare release rocketmq-streams-all-1.1.0
1 parent 9ff48df commit 51402a3

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed
 

‎core/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>rocketmq-streams-all</artifactId>
75
<groupId>org.apache.rocketmq</groupId>
8-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

‎example/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>rocketmq-streams-all</artifactId>
75
<groupId>org.apache.rocketmq</groupId>
8-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

‎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.0-SNAPSHOT</version>
29+
<version>1.1.0</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>git@github.com:apache/rocketmq-streams.git</url>
3636
<connection>scm:git:git@github.com:apache/rocketmq-streams.git</connection>
3737
<developerConnection>scm:git:git@github.com:apache/rocketmq-streams.git</developerConnection>
38-
<tag>HEAD</tag>
38+
<tag>rocketmq-streams-all-1.1.0</tag>
3939
</scm>
4040

4141
<mailingLists>

0 commit comments

Comments
 (0)