This is an automated email from the ASF dual-hosted git repository. pingww pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git
commit 3b4dd1edbca1c329c0e0587defa4ed2e07f041d2 Author: pingww <[email protected]> AuthorDate: Fri Aug 26 23:02:07 2022 +0800 pkg --- 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 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index df1d9d2..434c326 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.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/mqtt-common/pom.xml b/mqtt-common/pom.xml index d82baf5..212e95e 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.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/mqtt-cs/pom.xml b/mqtt-cs/pom.xml index a27b8be..af30404 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.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/mqtt-ds/pom.xml b/mqtt-ds/pom.xml index b27f9dd..772c3ac 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.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/mqtt-example/pom.xml b/mqtt-example/pom.xml index 36db93c..380a67b 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.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/mqtt-exporter/pom.xml b/mqtt-exporter/pom.xml index 1b773df..ee6ec93 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.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 03383a2..7eace0d 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-mqtt</artifactId> <packaging>pom</packaging> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <scm> <url>[email protected]:apache/rocketmq-mqtt.git</url> <connection>scm:git:[email protected]:apache/rocketmq-mqtt.git</connection>
