Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rocketmq-dashboard-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RongtongJin committed Sep 18, 2024
1 parent e97072a commit f5c09ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit f5c09ac

Please sign in to comment.