From 72de8f57a7db4485495b684413fadde6ae71d04e Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期二, 18 五月 2021 11:37:24 +0800 Subject: [PATCH] 发布 v2.1.1 --- ruoyi-ui/package.json | 2 +- ruoyi-ui/src/views/index.vue | 9 +++++++++ pom.xml | 30 +++++++++++++++--------------- 3 files changed, 25 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 60932af..1ba56af 100644 --- a/pom.xml +++ b/pom.xml @@ -2,8 +2,8 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - + <modelVersion>4.0.0</modelVersion> + <groupId>com.ruoyi</groupId> <artifactId>ruoyi-vue-plus</artifactId> <version>${ruoyi-vue-plus.version}</version> @@ -11,9 +11,9 @@ <name>RuoYi-Vue-Plus</name> <url>https://gitee.com/JavaLionLi/RuoYi-Vue-Plus</url> <description>RuoYi-Vue-Plus鍚庡彴绠$悊绯荤粺</description> - + <properties> - <ruoyi-vue-plus.version>2.1.0</ruoyi-vue-plus.version> + <ruoyi-vue-plus.version>2.1.1</ruoyi-vue-plus.version> <spring-boot.version>2.3.10.RELEASE</spring-boot.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> @@ -32,11 +32,11 @@ <feign-okhttp.version>11.0</feign-okhttp.version> <spring-boot-admin.version>2.3.1</spring-boot-admin.version> </properties> - + <!-- 渚濊禆澹版槑 --> <dependencyManagement> <dependencies> - + <!-- SpringBoot鐨勪緷璧栭厤缃�--> <dependency> <groupId>org.springframework.boot</groupId> @@ -45,7 +45,7 @@ <type>pom</type> <scope>import</scope> </dependency> - + <!--闃块噷鏁版嵁搴撹繛鎺ユ睜 --> <dependency> <groupId>com.alibaba</groupId> @@ -70,14 +70,14 @@ <artifactId>swagger-annotations</artifactId> <version>${swagger-annotations.version}</version> </dependency> - + <!-- excel宸ュ叿 --> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>${poi.version}</version> </dependency> - + <!--velocity浠g爜鐢熸垚浣跨敤妯℃澘 --> <dependency> <groupId>org.apache.velocity</groupId> @@ -91,7 +91,7 @@ <artifactId>fastjson</artifactId> <version>${fastjson.version}</version> </dependency> - + <!--Token鐢熸垚涓庤В鏋�--> <dependency> <groupId>io.jsonwebtoken</groupId> @@ -144,28 +144,28 @@ <artifactId>ruoyi-quartz</artifactId> <version>${ruoyi-vue-plus.version}</version> </dependency> - + <!-- 浠g爜鐢熸垚--> <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-generator</artifactId> <version>${ruoyi-vue-plus.version}</version> </dependency> - + <!-- 鏍稿績妯″潡--> <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-framework</artifactId> <version>${ruoyi-vue-plus.version}</version> </dependency> - + <!-- 绯荤粺妯″潡--> <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-system</artifactId> <version>${ruoyi-vue-plus.version}</version> </dependency> - + <!-- 閫氱敤宸ュ叿--> <dependency> <groupId>com.ruoyi</groupId> @@ -269,4 +269,4 @@ </profile> </profiles> -</project> \ No newline at end of file +</project> diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 0ac7e15..458a875 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi-vue-plus", - "version": "2.1.0", + "version": "2.1.1", "description": "RuoYi-Vue-Plus鍚庡彴绠$悊绯荤粺", "author": "LionLi", "license": "MIT", diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index 0b00abd..25cfa66 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -80,6 +80,15 @@ <span>鏇存柊鏃ュ織</span> </div> <el-collapse accordion> + <el-collapse-item title="v2.1.1 - 2021-5-19"> + <ol> + <li>update 閰嶇疆缁熶竴鎻愬彇涓� properties 閰嶇疆绫�</li> + <li>update 鍒嗛〉宸ュ叿 鍒犻櫎杩囨湡鏂规硶</li> + <li>update admin 瀹炴椂鐩戞帶鏃ュ織 鏀逛负淇濈暀涓�澶�</li> + <li>fix 淇swagger寮�鍏虫棤娉曟帶鍒跺叧闂棶棰�</li> + <li>fix maven install 寮傚父</li> + </ol> + </el-collapse-item> <el-collapse-item title="v2.1.0 - 2021-5-17"> <ol> <li>update knife4j鍗囩骇3.0.2</li> -- Gitblit v1.9.3