update version

This commit is contained in:
thinkgem
2025-10-13 12:16:30 +08:00
parent 5426668cdb
commit 976b7a4e83
9 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ productName: JeeSite Demo
companyName: ThinkGem
# 产品版本、版权年份
productVersion: V5.13
productVersion: V5.14
copyrightYear: 2025
#======================================#

View File

@@ -63,7 +63,7 @@
<dependency>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-vue-dist</artifactId>
<version>5.13.1-SNAPSHOT</version>
<version>5.14.0-SNAPSHOT</version>
</dependency>
<!-- 热部署工具

View File

@@ -8,7 +8,7 @@ productName: JeeSite Demo
companyName: ThinkGem
# 产品版本、版权年份
productVersion: V5.13
productVersion: V5.14
copyrightYear: 2025
# 是否演示模式

View File

@@ -8,7 +8,7 @@ productName: JeeSite Demo
companyName: ThinkGem
# 产品版本、版权年份
productVersion: V5.13
productVersion: V5.14
copyrightYear: 2025
# 是否演示模式

View File

@@ -97,7 +97,7 @@
<dependency>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-vue-dist</artifactId>
<version>5.13.1-SNAPSHOT</version>
<version>5.14.0-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@@ -7,7 +7,7 @@ jdbc:
# Mysql 数据库配置
type: h2
driver: org.h2.Driver
url: jdbc:h2:/data/jeesite-db/jeesite5110
url: jdbc:h2:/data/jeesite-db/jeesite5140
username: jeesite
password: jeesite
testSql: SELECT 1

View File

@@ -8,7 +8,7 @@ productName: JeeSite Demo
companyName: ThinkGem
# 产品版本、版权年份
productVersion: V5.13
productVersion: V5.14
copyrightYear: 2025
# 是否演示模式
@@ -58,7 +58,7 @@ jdbc:
# H2 数据库配置(请修改 /modules/core/pom.xml 文件,打开 H2 DB 依赖)
type: h2
driver: org.h2.Driver
url: jdbc:h2:~/jeesite-db/jeesite5110
url: jdbc:h2:~/jeesite-db/jeesite5140
username: jeesite
password: jeesite
testSql: SELECT 1

View File

@@ -8,7 +8,7 @@ productName: JeeSite Demo
companyName: ThinkGem
# 产品版本、版权年份
productVersion: V5.13
productVersion: V5.14
copyrightYear: 2025
# 是否演示模式

View File

@@ -8,7 +8,7 @@ productName: JeeSite Demo
companyName: ThinkGem
# 产品版本、版权年份
productVersion: V5.13
productVersion: V5.14
copyrightYear: 2025
# 是否演示模式