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 16:05:09 UTC

[rocketmq-dashboard] branch master updated (0614bc4 -> d120610)

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 0614bc4  rocketmq-dashboard use 1.0.0 version
     new ef3a27d  Prepare for the first release update pom
     new d120610  [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   | 17 +++++++++++++----
 2 files changed, 14 insertions(+), 5 deletions(-)

[rocketmq-dashboard] 01/02: Prepare for the first release update pom

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 ef3a27d642c41620c6a52546f61a8e8928bf96a6
Author: StyleTang <st...@gmail.com>
AuthorDate: Fri Sep 17 00:03:57 2021 +0800

    Prepare for the first release
    update pom
---
 README.md |  2 +-
 pom.xml   | 19 ++++++++++++++-----
 2 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 86efa9b..5f6cc82 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.0-SNAPSHOT.jar
 ```
 
 #### Tips
diff --git a/pom.xml b/pom.xml
index 600e589..5057e35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,9 +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>
@@ -30,9 +28,16 @@
     <groupId>org.apache</groupId>
     <artifactId>rocketmq-dashboard</artifactId>
     <packaging>jar</packaging>
-    <version>1.0.0</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>
+    </scm>
+
     <mailingLists>
         <mailingList>
             <name>Development List</name>
@@ -62,6 +67,11 @@
         </developer>
     </developers>
 
+    <organization>
+        <name>Apache Software Foundation</name>
+        <url>http://www.apache.org</url>
+    </organization>
+
     <licenses>
         <license>
             <name>Apache License, Version 2.0</name>
@@ -356,5 +366,4 @@
             </plugin>
         </plugins>
     </build>
-
 </project>

[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 d120610686012e46ed10527c7e0d2435e50c15b2
Author: StyleTang <st...@gmail.com>
AuthorDate: Fri Sep 17 00:05:02 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 5057e35..f3ee8bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,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-beta</tag>
+        <tag>rocketmq-dashboard-1.0.0</tag>
     </scm>
 
     <mailingLists>