Skip to content

Commit 7deab44

Browse files
author
yadong.zhang
committed
项目maven版本修改为2.0.1.Beta
1 parent 0cd5c91 commit 7deab44

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

blog-admin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.zyd</groupId>
1414
<artifactId>blog</artifactId>
15-
<version>0.0.1-SNAPSHOT</version>
15+
<version>2.0.1.Beta</version>
1616
</parent>
1717

1818
<dependencies>

blog-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.zyd</groupId>
1414
<artifactId>blog</artifactId>
15-
<version>0.0.1-SNAPSHOT</version>
15+
<version>2.0.1.Beta</version>
1616
</parent>
1717

1818
<dependencies>

blog-web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.zyd</groupId>
1414
<artifactId>blog</artifactId>
15-
<version>0.0.1-SNAPSHOT</version>
15+
<version>2.0.1.Beta</version>
1616
</parent>
1717

1818
<dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.zyd</groupId>
77
<artifactId>blog</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>2.0.1.Beta</version>
99
<packaging>pom</packaging>
1010
<modules>
1111
<module>blog-core</module>

0 commit comments

Comments
 (0)