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 dc7f715 [maven-release-plugin] prepare release
rocketmq-dashboard-2.1.0
dc7f715 is described below
commit dc7f71569f86f2c9b1b6dbbbc6e011f7d1ac42c5
Author: RongtongJin <[email protected]>
AuthorDate: Fri Aug 1 16:43:14 2025 +0800
[maven-release-plugin] prepare release rocketmq-dashboard-2.1.0
---
pom.xml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4ae8af1..267bcd4 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.rocketmq</groupId>
<artifactId>rocketmq-dashboard</artifactId>
<packaging>jar</packaging>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.1.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.1.0</tag>
</scm>
<mailingLists>
@@ -471,7 +470,7 @@
<configuration>
<target>
<copy
todir="${project.build.directory}/classes/public">
- <fileset
dir="${project.basedir}/frontend-new/build"/>
+ <fileset
dir="${project.basedir}/frontend-new/build" />
</copy>
</target>
</configuration>