Skip to content

Commit 9eefd09

Browse files
committed
[maven-release-plugin] prepare release rocketmq-mqtt-1.0.1
1 parent 4967a21 commit 9eefd09

File tree

8 files changed

+10
-11
lines changed

8 files changed

+10
-11
lines changed

distribution/pom.xml

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

mqtt-common/pom.xml

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

mqtt-cs/pom.xml

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

mqtt-ds/pom.xml

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

mqtt-example/pom.xml

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

mqtt-exporter/pom.xml

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

mqtt-meta/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
3+
<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">
54
<parent>
65
<artifactId>rocketmq-mqtt</artifactId>
76
<groupId>org.apache.rocketmq</groupId>
8-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
98
</parent>
109
<modelVersion>4.0.0</modelVersion>
1110

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<groupId>org.apache.rocketmq</groupId>
1313
<artifactId>rocketmq-mqtt</artifactId>
1414
<packaging>pom</packaging>
15-
<version>1.0.1-SNAPSHOT</version>
15+
<version>1.0.1</version>
1616
<scm>
1717
<url>[email protected]:apache/rocketmq-mqtt.git</url>
1818
<connection>scm:git:[email protected]:apache/rocketmq-mqtt.git</connection>
1919
<developerConnection>scm:git:[email protected]:apache/rocketmq-mqtt.git</developerConnection>
20-
<tag>rocketmq-mqtt-1.0.0</tag>
20+
<tag>rocketmq-mqtt-1.0.1</tag>
2121
</scm>
2222

2323
<modules>

0 commit comments

Comments
 (0)