Skip to content

Commit a013c8f

Browse files
committed
[maven-release-plugin] prepare release rocketmq-dashboard-2.1.0
1 parent cd262da commit a013c8f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120

2221
<parent>
2322
<groupId>org.apache</groupId>
@@ -29,14 +28,14 @@
2928
<groupId>org.apache.rocketmq</groupId>
3029
<artifactId>rocketmq-dashboard</artifactId>
3130
<packaging>jar</packaging>
32-
<version>2.0.1-SNAPSHOT</version>
31+
<version>2.1.0</version>
3332
<name>rocketmq-dashboard</name>
3433

3534
<scm>
3635
<url>[email protected]:apache/rocketmq-dashboard.git</url>
3736
<connection>scm:git:[email protected]:apache/rocketmq-dashboard.git</connection>
3837
<developerConnection>scm:git:[email protected]:apache/rocketmq-dashboard.git</developerConnection>
39-
<tag>1.0.0</tag>
38+
<tag>rocketmq-dashboard-2.1.0</tag>
4039
</scm>
4140

4241
<mailingLists>
@@ -471,7 +470,7 @@
471470
<configuration>
472471
<target>
473472
<copy todir="${project.build.directory}/classes/public">
474-
<fileset dir="${project.basedir}/frontend-new/build"/>
473+
<fileset dir="${project.basedir}/frontend-new/build" />
475474
</copy>
476475
</target>
477476
</configuration>

0 commit comments

Comments
 (0)