Skip to content

Commit bd30f3d

Browse files
committed
若依 3.4.0
1 parent 0c24d59 commit bd30f3d

23 files changed

Lines changed: 62 additions & 25 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.3.0</h1>
4+
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v3.4.0</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.3.0-brightgreen.svg"></a>
8+
<a href="https://gitee.com/y_project/RuoYi-Cloud"><img src="https://img.shields.io/badge/RuoYi-v3.4.0-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

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.3.0</version>
9+
<version>3.4.0</version>
1010

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

1515
<properties>
16-
<ruoyi.version>3.3.0</ruoyi.version>
16+
<ruoyi.version>3.4.0</ruoyi.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919
<java.version>1.8</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.3.0</version>
7+
<version>3.4.0</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.3.0</version>
8+
<version>3.4.0</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.3.0</version>
7+
<version>3.4.0</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.3.0</version>
7+
<version>3.4.0</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.3.0</version>
8+
<version>3.4.0</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.3.0</version>
8+
<version>3.4.0</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.3.0</version>
8+
<version>3.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

ruoyi-common/ruoyi-common-log/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.3.0</version>
8+
<version>3.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)