Skip to content

Commit

Permalink
publish 2.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dfenghuang committed May 14, 2021
1 parent 27a9c07 commit d8bec97
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.seezoon</groupId>
<artifactId>seezoon-stack</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>2.0.0-beta</version>
<packaging>pom</packaging>

<name>Seezoon Stack</name>
Expand Down
2 changes: 1 addition & 1 deletion seezoon-admin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.seezoon</groupId>
<artifactId>seezoon-stack</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>
<name>Seezoon Admin Server</name>
<artifactId>seezoon-admin-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion seezoon-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>seezoon-stack</artifactId>
<groupId>com.seezoon</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>
<name>Seezoon Dao</name>
<artifactId>seezoon-dao</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion seezoon-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.seezoon</groupId>
<artifactId>seezoon-stack</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>

<name>Seezoon Framework</name>
Expand Down
2 changes: 1 addition & 1 deletion seezoon-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>seezoon-stack</artifactId>
<groupId>com.seezoon</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>2.0.0-beta</version>
</parent>
<name>Seezoon Generator</name>
<artifactId>seezoon-generator</artifactId>
Expand Down

0 comments on commit d8bec97

Please sign in to comment.