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/17 14:23:59 UTC

[rocketmq-dashboard] branch master updated (91794b5 -> 21675c6)

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 91794b5  [maven-release-plugin] prepare for next development iteration
     new ef09ceb  1.0.0 release
     new 21675c6  [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   | 4 ++--
 2 files changed, 3 insertions(+), 3 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 ef09ceb7368595bab085d9c4c623fd29dc36789d
Author: StyleTang <st...@gmail.com>
AuthorDate: Fri Sep 17 22:23:14 2021 +0800

    1.0.0 release
---
 README.md | 2 +-
 pom.xml   | 7 ++++---
 2 files changed, 5 insertions(+), 4 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 d6e7159..3a14555 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,8 @@
   ~ limitations under the License.
   -->
 
-<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>
         <groupId>org.apache</groupId>
@@ -28,14 +29,14 @@
     <groupId>org.apache</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>
         <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-beta</tag>
+        <tag>1.0.0</tag>
     </scm>
 
     <mailingLists>

[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 21675c6d5dd642f49db3cfc84c9e4648d4d0c2a6
Author: StyleTang <st...@gmail.com>
AuthorDate: Fri Sep 17 22:23:49 2021 +0800

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

diff --git a/pom.xml b/pom.xml
index 3a14555..f3ee8bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,8 +16,7 @@
   ~ limitations under the License.
   -->
 
-<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>
         <groupId>org.apache</groupId>
@@ -29,14 +28,14 @@
     <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>
 
     <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>