Skip to content

Commit 6bc8ef5

Browse files
author
hdf
committed
release 2.0.1
1 parent 5afa545 commit 6bc8ef5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.seezoon</groupId>
88
<artifactId>seezoon-stack</artifactId>
9-
<version>2.0.1-SNAPSHOT</version>
9+
<version>2.0.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Seezoon Stack</name>

seezoon-admin-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.seezoon</groupId>
88
<artifactId>seezoon-stack</artifactId>
9-
<version>2.0.1-SNAPSHOT</version>
9+
<version>2.0.1</version>
1010
</parent>
1111
<name>Seezoon Admin Server</name>
1212
<artifactId>seezoon-admin-server</artifactId>

seezoon-dao/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>seezoon-stack</artifactId>
99
<groupId>com.seezoon</groupId>
10-
<version>2.0.1-SNAPSHOT</version>
10+
<version>2.0.1</version>
1111
</parent>
1212
<name>Seezoon Dao</name>
1313
<artifactId>seezoon-dao</artifactId>

seezoon-framework/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.seezoon</groupId>
99
<artifactId>seezoon-stack</artifactId>
10-
<version>2.0.1-SNAPSHOT</version>
10+
<version>2.0.1</version>
1111
</parent>
1212

1313
<name>Seezoon Framework</name>

seezoon-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>seezoon-stack</artifactId>
99
<groupId>com.seezoon</groupId>
10-
<version>2.0.1-SNAPSHOT</version>
10+
<version>2.0.1</version>
1111
</parent>
1212
<name>Seezoon Generator</name>
1313
<artifactId>seezoon-generator</artifactId>

0 commit comments

Comments
 (0)