Skip to content

Commit 33bf791

Browse files
committed
[maven-release-plugin] prepare release v3.0.1
1 parent b05571a commit 33bf791

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.wgzhao</groupId>
77
<artifactId>addax-admin-parent</artifactId>
8-
<version>3.0.1-SNAPSHOT</version>
8+
<version>3.0.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.wgzhao</groupId>
66
<artifactId>addax-admin-parent</artifactId>
7-
<version>3.0.1-SNAPSHOT</version>
7+
<version>3.0.1</version>
88
<packaging>pom</packaging>
99

1010
<name>Addax Admin Monorepo</name>
@@ -15,7 +15,7 @@
1515
<connection>scm:git:git://github.com/wgzhao/addax-admin.git</connection>
1616
<developerConnection>scm:git:ssh://git@github.com/wgzhao/addax-admin.git</developerConnection>
1717
<url>https://github.com/wgzhao/addax-admin</url>
18-
<tag>HEAD</tag>
18+
<tag>v3.0.1</tag>
1919
</scm>
2020

2121
<properties>

0 commit comments

Comments
 (0)