Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Jul 7, 2023
1 parent ffad5e5 commit 1ee1722
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.7.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/cms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.7.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
3 changes: 2 additions & 1 deletion modules/cms/src/main/resources/db/upgrade/cms/versions
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
4.5.0
4.6.0
4.6.1
4.6.2
4.6.2
4.7.0
2 changes: 1 addition & 1 deletion modules/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.7.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ productName: JeeSite Demo
companyName: ThinkGem

# 产品版本、版权年份
productVersion: V4.6
productVersion: V4.7
copyrightYear: 2023

# 数据库连接
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.7.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JeeSite Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.jeesite</groupId>
<artifactId>jeesite</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.7.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JeeSite</name>
Expand Down
2 changes: 1 addition & 1 deletion root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.jeesite</groupId>
<artifactId>jeesite-root</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.7.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JeeSite Root</name>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-parent</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.7.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion web/src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ productName: JeeSite Demo
companyName: ThinkGem

# 产品版本、版权年份
productVersion: V4.6
productVersion: V4.7
copyrightYear: 2023

# 是否演示模式
Expand Down

0 comments on commit 1ee1722

Please sign in to comment.