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/23 13:10:02 UTC

[rocketmq-dashboard] branch master updated (58336d9 -> cb0b0c1)

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

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


    from 58336d9  [ISSUE #19]Message track query enhancement (#21)
     new 7702f85  1.0.0 release
     new cb0b0c1  [maven-release-plugin] prepare release rocketmq-dashboard-1.0.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 2 +-
 pom.xml   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

[rocketmq-dashboard] 01/02: 1.0.0 release

Posted by st...@apache.org.
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

commit 7702f85a09496e67e2af87385c9fd106615d17e3
Author: StyleTang <st...@gmail.com>
AuthorDate: Thu Sep 23 21:08:22 2021 +0800

    1.0.0 release
---
 README.md | 2 +-
 pom.xml   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 86efa9b..7ee102d 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.jar
+java -jar target/rocketmq-dashboard-1.0.1-SNAPSHOT.jar
 ```
 
 #### Tips
diff --git a/pom.xml b/pom.xml
index 90c7341..3a0f6b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,14 +21,14 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>18</version>
+        <version>23</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache</groupId>
+    <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-dashboard</artifactId>
     <packaging>jar</packaging>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>rocketmq-dashboard</name>
 
     <scm>

[rocketmq-dashboard] 02/02: [maven-release-plugin] prepare release rocketmq-dashboard-1.0.0

Posted by st...@apache.org.
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

commit cb0b0c1d3b3138db8f1df359606804d4b1cb75bb
Author: StyleTang <st...@gmail.com>
AuthorDate: Thu Sep 23 21:09:51 2021 +0800

    [maven-release-plugin] prepare release rocketmq-dashboard-1.0.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3a0f6b5..febdae7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,14 +28,14 @@
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-dashboard</artifactId>
     <packaging>jar</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>rocketmq-dashboard</name>
 
     <scm>
         <url>git@github.com:apache/rocketmq-dashboard.git</url>
         <connection>scm:git:git@github.com:apache/rocketmq-dashboard.git</connection>
         <developerConnection>scm:git:git@github.com:apache/rocketmq-dashboard.git</developerConnection>
-        <tag>1.0.0</tag>
+        <tag>rocketmq-dashboard-1.0.0</tag>
     </scm>
 
     <mailingLists>