This is an automated email from the ASF dual-hosted git repository.
pingww pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git
The following commit(s) were added to refs/heads/develop by this push:
new 9eefd09 [maven-release-plugin] prepare release rocketmq-mqtt-1.0.1
9eefd09 is described below
commit 9eefd0901454e3fbf36344e0f725b8d28f65e26f
Author: pingww <[email protected]>
AuthorDate: Fri Feb 3 11:08:18 2023 +0800
[maven-release-plugin] prepare release rocketmq-mqtt-1.0.1
---
distribution/pom.xml | 2 +-
mqtt-common/pom.xml | 2 +-
mqtt-cs/pom.xml | 2 +-
mqtt-ds/pom.xml | 2 +-
mqtt-example/pom.xml | 2 +-
mqtt-exporter/pom.xml | 2 +-
mqtt-meta/pom.xml | 5 ++---
pom.xml | 4 ++--
8 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 3ae443d..d588ce6 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>rocketmq-mqtt</artifactId>
<groupId>org.apache.rocketmq</groupId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/mqtt-common/pom.xml b/mqtt-common/pom.xml
index c62525b..68828f0 100644
--- a/mqtt-common/pom.xml
+++ b/mqtt-common/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>rocketmq-mqtt</artifactId>
<groupId>org.apache.rocketmq</groupId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/mqtt-cs/pom.xml b/mqtt-cs/pom.xml
index 5e0e545..096af4e 100644
--- a/mqtt-cs/pom.xml
+++ b/mqtt-cs/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>rocketmq-mqtt</artifactId>
<groupId>org.apache.rocketmq</groupId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/mqtt-ds/pom.xml b/mqtt-ds/pom.xml
index c3fc8e6..c67bcfb 100644
--- a/mqtt-ds/pom.xml
+++ b/mqtt-ds/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>rocketmq-mqtt</artifactId>
<groupId>org.apache.rocketmq</groupId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/mqtt-example/pom.xml b/mqtt-example/pom.xml
index 2398638..0e5b00e 100644
--- a/mqtt-example/pom.xml
+++ b/mqtt-example/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>rocketmq-mqtt</artifactId>
<groupId>org.apache.rocketmq</groupId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/mqtt-exporter/pom.xml b/mqtt-exporter/pom.xml
index 96377aa..7f5fbed 100644
--- a/mqtt-exporter/pom.xml
+++ b/mqtt-exporter/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>rocketmq-mqtt</artifactId>
<groupId>org.apache.rocketmq</groupId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/mqtt-meta/pom.xml b/mqtt-meta/pom.xml
index 465e6d8..fdea91d 100644
--- a/mqtt-meta/pom.xml
+++ b/mqtt-meta/pom.xml
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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">
<parent>
<artifactId>rocketmq-mqtt</artifactId>
<groupId>org.apache.rocketmq</groupId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index ac0add7..f0ba653 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,12 +12,12 @@
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-mqtt</artifactId>
<packaging>pom</packaging>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
<scm>
<url>[email protected]:apache/rocketmq-mqtt.git</url>
<connection>scm:git:[email protected]:apache/rocketmq-mqtt.git</connection>
<developerConnection>scm:git:[email protected]:apache/rocketmq-mqtt.git</developerConnection>
- <tag>rocketmq-mqtt-1.0.0</tag>
+ <tag>rocketmq-mqtt-1.0.1</tag>
</scm>
<modules>