Skip to content

Commit 63a556b

Browse files
committed
若依 3.6.8
1 parent d94b7d1 commit 63a556b

26 files changed

Lines changed: 63 additions & 28 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
22
<img alt="logo" src="https://oscimg.oschina.net/oscnet/up-b99b286755aef70355a7084753f89cdb7c9.png">
33
</p>
4-
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v3.6.7</h1>
4+
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v3.6.8</h1>
55
<h4 align="center">基于 Vue/Element UI 和 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式微服务架构</h4>
66
<p align="center">
77
<a href="https://gitee.com/y_project/RuoYi-Cloud/stargazers"><img src="https://gitee.com/y_project/RuoYi-Cloud/badge/star.svg?theme=dark"></a>
8-
<a href="https://gitee.com/y_project/RuoYi-Cloud"><img src="https://img.shields.io/badge/RuoYi-v3.6.7-brightgreen.svg"></a>
8+
<a href="https://gitee.com/y_project/RuoYi-Cloud"><img src="https://img.shields.io/badge/RuoYi-v3.6.8-brightgreen.svg"></a>
99
<a href="https://gitee.com/y_project/RuoYi-Cloud/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg"></a>
1010
</p>
1111

docker/copy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ usage() {
99

1010
# copy sql
1111
echo "begin copy sql "
12-
cp ../sql/ry_20250523.sql ./mysql/db
12+
cp ../sql/ry_20260321.sql ./mysql/db
1313
cp ../sql/ry_config_20260311.sql ./mysql/db
1414

1515
# copy html

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
<groupId>com.ruoyi</groupId>
88
<artifactId>ruoyi</artifactId>
9-
<version>3.6.7</version>
9+
<version>3.6.8</version>
1010

1111
<name>ruoyi</name>
1212
<url>http://www.ruoyi.vip</url>
1313
<description>若依微服务系统</description>
1414

1515
<properties>
16-
<ruoyi.version>3.6.7</ruoyi.version>
16+
<ruoyi.version>3.6.8</ruoyi.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919
<java.version>17</java.version>

ruoyi-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ruoyi</groupId>
66
<artifactId>ruoyi</artifactId>
7-
<version>3.6.7</version>
7+
<version>3.6.8</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

ruoyi-api/ruoyi-api-system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.ruoyi</groupId>
77
<artifactId>ruoyi-api</artifactId>
8-
<version>3.6.7</version>
8+
<version>3.6.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ruoyi-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ruoyi</groupId>
66
<artifactId>ruoyi</artifactId>
7-
<version>3.6.7</version>
7+
<version>3.6.8</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

ruoyi-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ruoyi</groupId>
66
<artifactId>ruoyi</artifactId>
7-
<version>3.6.7</version>
7+
<version>3.6.8</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

ruoyi-common/ruoyi-common-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.ruoyi</groupId>
77
<artifactId>ruoyi-common</artifactId>
8-
<version>3.6.7</version>
8+
<version>3.6.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ruoyi-common/ruoyi-common-datascope/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.ruoyi</groupId>
77
<artifactId>ruoyi-common</artifactId>
8-
<version>3.6.7</version>
8+
<version>3.6.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ruoyi-common/ruoyi-common-datasource/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.ruoyi</groupId>
77
<artifactId>ruoyi-common</artifactId>
8-
<version>3.6.7</version>
8+
<version>3.6.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)