You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by st...@apache.org on 2021/09/16 15:52:31 UTC

[rocketmq-dashboard] branch master updated: rocketmq-dashboard use 1.0.0 version

This is an automated email from the ASF dual-hosted git repository.

styletang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 0614bc4  rocketmq-dashboard use 1.0.0 version
0614bc4 is described below

commit 0614bc499e18e96b19e0d06f14eb5ef931b2bc9c
Author: StyleTang <st...@gmail.com>
AuthorDate: Thu Sep 16 23:52:17 2021 +0800

    rocketmq-dashboard use 1.0.0 version
---
 README.md | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5f6cc82..86efa9b 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ mvn spring-boot:run
 or
 ```
 mvn clean package -Dmaven.test.skip=true
-java -jar target/rocketmq-dashboard-1.0.0-SNAPSHOT.jar
+java -jar target/rocketmq-dashboard-1.0.0.jar
 ```
 
 #### Tips
diff --git a/pom.xml b/pom.xml
index d9825a5..600e589 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache</groupId>
     <artifactId>rocketmq-dashboard</artifactId>
     <packaging>jar</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>rocketmq-dashboard</name>
 
     <mailingLists>