This is an automated email from the ASF dual-hosted git repository.
jinrongtong 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 f5c09ac [maven-release-plugin] prepare release
rocketmq-dashboard-2.0.0
f5c09ac is described below
commit f5c09ac287249cf2a2a0b0c95d7fbca8d8a59a38
Author: RongtongJin <[email protected]>
AuthorDate: Wed Sep 18 09:57:04 2024 +0800
[maven-release-plugin] prepare release rocketmq-dashboard-2.0.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2b61bfc..5fef290 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.1-SNAPSHOT</version>
+ <version>2.0.0</version>
<name>rocketmq-dashboard</name>
<scm>
<url>[email protected]:apache/rocketmq-dashboard.git</url>
<connection>scm:git:[email protected]:apache/rocketmq-dashboard.git</connection>
<developerConnection>scm:git:[email protected]:apache/rocketmq-dashboard.git</developerConnection>
- <tag>1.0.0</tag>
+ <tag>rocketmq-dashboard-2.0.0</tag>
</scm>
<mailingLists>
@@ -459,7 +459,7 @@
<configuration>
<target>
<copy
todir="${project.build.directory}/classes/public">
- <fileset
dir="${project.basedir}/frontend/build"/>
+ <fileset
dir="${project.basedir}/frontend/build" />
</copy>
</target>
</configuration>