diff --git a/.run/ruoyi-auth.run.xml b/.run/ruoyi-auth.run.xml index 3e391ebc2..e0ec723dd 100644 --- a/.run/ruoyi-auth.run.xml +++ b/.run/ruoyi-auth.run.xml @@ -2,11 +2,11 @@ - - \ No newline at end of file + diff --git a/.run/ruoyi-gateway.run.xml b/.run/ruoyi-gateway.run.xml index e3804664c..c09cac880 100644 --- a/.run/ruoyi-gateway.run.xml +++ b/.run/ruoyi-gateway.run.xml @@ -2,11 +2,11 @@ - - \ No newline at end of file + diff --git a/.run/ruoyi-gen.run.xml b/.run/ruoyi-gen.run.xml index f60e3c487..542330003 100644 --- a/.run/ruoyi-gen.run.xml +++ b/.run/ruoyi-gen.run.xml @@ -2,11 +2,11 @@ - - \ No newline at end of file + diff --git a/.run/ruoyi-job.run.xml b/.run/ruoyi-job.run.xml index 52192d844..9cbb19beb 100644 --- a/.run/ruoyi-job.run.xml +++ b/.run/ruoyi-job.run.xml @@ -2,11 +2,11 @@ - - \ No newline at end of file + diff --git a/.run/ruoyi-monitor.run.xml b/.run/ruoyi-monitor.run.xml index ce8fe55a7..1bc8f68c3 100644 --- a/.run/ruoyi-monitor.run.xml +++ b/.run/ruoyi-monitor.run.xml @@ -2,11 +2,11 @@ - - \ No newline at end of file + diff --git a/.run/ruoyi-nacos.run.xml b/.run/ruoyi-nacos.run.xml index 4f3117375..5dbe3faea 100644 --- a/.run/ruoyi-nacos.run.xml +++ b/.run/ruoyi-nacos.run.xml @@ -2,11 +2,11 @@ - - \ No newline at end of file + diff --git a/.run/ruoyi-resource.run.xml b/.run/ruoyi-resource.run.xml index e838c34de..6f8bd7615 100644 --- a/.run/ruoyi-resource.run.xml +++ b/.run/ruoyi-resource.run.xml @@ -2,11 +2,11 @@ - - \ No newline at end of file + diff --git a/.run/ruoyi-seata-server.run.xml b/.run/ruoyi-seata-server.run.xml index 09cccc6c6..358e11175 100644 --- a/.run/ruoyi-seata-server.run.xml +++ b/.run/ruoyi-seata-server.run.xml @@ -2,11 +2,11 @@ - - \ No newline at end of file + diff --git a/.run/ruoyi-sentinel-dashboard.run.xml b/.run/ruoyi-sentinel-dashboard.run.xml index acd8812c4..52bb2e5db 100644 --- a/.run/ruoyi-sentinel-dashboard.run.xml +++ b/.run/ruoyi-sentinel-dashboard.run.xml @@ -2,11 +2,11 @@ - - \ No newline at end of file + diff --git a/.run/ruoyi-system.run.xml b/.run/ruoyi-system.run.xml index 62a44257c..28f5f7a25 100644 --- a/.run/ruoyi-system.run.xml +++ b/.run/ruoyi-system.run.xml @@ -2,11 +2,11 @@ - - \ No newline at end of file + diff --git a/.run/ruoyi-xxl-job-admin.run.xml b/.run/ruoyi-xxl-job-admin.run.xml index 3daab28ba..5f0b655c3 100644 --- a/.run/ruoyi-xxl-job-admin.run.xml +++ b/.run/ruoyi-xxl-job-admin.run.xml @@ -2,11 +2,11 @@ - - \ No newline at end of file + diff --git a/README.md b/README.md index c49ac11a1..acbfa2bf9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://gitee.com/JavaLionLi/RuoYi-Cloud-Plus/blob/master/LICENSE) [![使用IntelliJ IDEA开发维护](https://img.shields.io/badge/IntelliJ%20IDEA-提供支持-blue.svg)](https://www.jetbrains.com/?from=RuoYi-Cloud-Plus)
-[![RuoYi-Cloud-Plus](https://img.shields.io/badge/RuoYi_Cloud_Plus-1.2.0-success.svg)](https://gitee.com/JavaLionLi/RuoYi-Cloud-Plus) +[![RuoYi-Cloud-Plus](https://img.shields.io/badge/RuoYi_Cloud_Plus-1.3.0-success.svg)](https://gitee.com/JavaLionLi/RuoYi-Cloud-Plus) [![Spring Boot](https://img.shields.io/badge/Spring%20Boot-2.7-blue.svg)]() [![JDK-8+](https://img.shields.io/badge/JDK-8-green.svg)]() [![JDK-11](https://img.shields.io/badge/JDK-11-green.svg)]() diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index a1e46e1a5..fe584d907 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -29,7 +29,7 @@ services: network_mode: "host" nacos: - image: ruoyi/ruoyi-nacos:1.2.0 + image: ruoyi/ruoyi-nacos:1.3.0 container_name: nacos ports: - "8848:8848" @@ -96,7 +96,7 @@ services: network_mode: "host" seata-server: - image: ruoyi/ruoyi-seata-server:1.2.0 + image: ruoyi/ruoyi-seata-server:1.3.0 container_name: seata-server ports: - "7091:7091" @@ -133,7 +133,7 @@ services: network_mode: "host" sentinel: - image: ruoyi/ruoyi-sentinel-dashboard:1.2.0 + image: ruoyi/ruoyi-sentinel-dashboard:1.3.0 container_name: sentinel environment: TZ: Asia/Shanghai @@ -146,7 +146,7 @@ services: network_mode: "host" ruoyi-monitor: - image: ruoyi/ruoyi-monitor:1.2.0 + image: ruoyi/ruoyi-monitor:1.3.0 container_name: ruoyi-monitor environment: # 时区上海 @@ -160,7 +160,7 @@ services: network_mode: "host" ruoyi-xxl-job-admin: - image: ruoyi/ruoyi-xxl-job-admin:1.2.0 + image: ruoyi/ruoyi-xxl-job-admin:1.3.0 container_name: ruoyi-xxl-job-admin environment: # 时区上海 @@ -174,7 +174,7 @@ services: network_mode: "host" ruoyi-gateway: - image: ruoyi/ruoyi-gateway:1.2.0 + image: ruoyi/ruoyi-gateway:1.3.0 container_name: ruoyi-gateway environment: # 时区上海 @@ -188,7 +188,7 @@ services: network_mode: "host" ruoyi-auth: - image: ruoyi/ruoyi-auth:1.2.0 + image: ruoyi/ruoyi-auth:1.3.0 container_name: ruoyi-auth environment: # 时区上海 @@ -202,7 +202,7 @@ services: network_mode: "host" ruoyi-system: - image: ruoyi/ruoyi-system:1.2.0 + image: ruoyi/ruoyi-system:1.3.0 container_name: ruoyi-system environment: # 时区上海 @@ -216,7 +216,7 @@ services: network_mode: "host" ruoyi-gen: - image: ruoyi/ruoyi-gen:1.2.0 + image: ruoyi/ruoyi-gen:1.3.0 container_name: ruoyi-gen environment: # 时区上海 @@ -230,7 +230,7 @@ services: network_mode: "host" ruoyi-job: - image: ruoyi/ruoyi-job:1.2.0 + image: ruoyi/ruoyi-job:1.3.0 container_name: ruoyi-job environment: # 时区上海 @@ -244,7 +244,7 @@ services: network_mode: "host" ruoyi-resource: - image: ruoyi/ruoyi-resource:1.2.0 + image: ruoyi/ruoyi-resource:1.3.0 container_name: ruoyi-resource environment: # 时区上海 diff --git a/pom.xml b/pom.xml index b399dbc2e..d9cc5f711 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,14 @@ com.ruoyi ruoyi-cloud-plus - 1.2.0 + 1.3.0 RuoYi-Cloud-Plus https://gitee.com/JavaLionLi/RuoYi-Cloud-Plus RuoYi-Cloud-Plus微服务系统 - 1.2.0 + 1.3.0 UTF-8 UTF-8 1.8 diff --git a/ruoyi-api/pom.xml b/ruoyi-api/pom.xml index 7692970f4..855e00ebd 100644 --- a/ruoyi-api/pom.xml +++ b/ruoyi-api/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-cloud-plus - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-api/ruoyi-api-bom/pom.xml b/ruoyi-api/ruoyi-api-bom/pom.xml index de9d74527..e16c1cccd 100644 --- a/ruoyi-api/ruoyi-api-bom/pom.xml +++ b/ruoyi-api/ruoyi-api-bom/pom.xml @@ -8,7 +8,7 @@ com.ruoyi ruoyi-api-bom pom - 1.2.0 + 1.3.0 ruoyi-api-bom api依赖项 diff --git a/ruoyi-api/ruoyi-api-resource/pom.xml b/ruoyi-api/ruoyi-api-resource/pom.xml index 020fe4584..bb1f2c63e 100644 --- a/ruoyi-api/ruoyi-api-resource/pom.xml +++ b/ruoyi-api/ruoyi-api-resource/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-api - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-api/ruoyi-api-system/pom.xml b/ruoyi-api/ruoyi-api-system/pom.xml index da7621608..d16441f11 100644 --- a/ruoyi-api/ruoyi-api-system/pom.xml +++ b/ruoyi-api/ruoyi-api-system/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-api - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-auth/pom.xml b/ruoyi-auth/pom.xml index abbac6fe1..0769d5616 100644 --- a/ruoyi-auth/pom.xml +++ b/ruoyi-auth/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-cloud-plus - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index bf30ea088..9cc139a9b 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-cloud-plus - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-alibaba-bom/pom.xml b/ruoyi-common/ruoyi-common-alibaba-bom/pom.xml index c87254d10..e2fd160eb 100644 --- a/ruoyi-common/ruoyi-common-alibaba-bom/pom.xml +++ b/ruoyi-common/ruoyi-common-alibaba-bom/pom.xml @@ -6,7 +6,7 @@ com.ruoyi ruoyi-common-alibaba-bom - 1.2.0 + 1.3.0 pom diff --git a/ruoyi-common/ruoyi-common-bom/pom.xml b/ruoyi-common/ruoyi-common-bom/pom.xml index 1f2600302..0a6ea5da0 100644 --- a/ruoyi-common/ruoyi-common-bom/pom.xml +++ b/ruoyi-common/ruoyi-common-bom/pom.xml @@ -6,7 +6,7 @@ com.ruoyi ruoyi-common-bom - 1.2.0 + 1.3.0 pom diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml index 9b9450c7c..c0f136574 100644 --- a/ruoyi-common/ruoyi-common-core/pom.xml +++ b/ruoyi-common/ruoyi-common-core/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-dict/pom.xml b/ruoyi-common/ruoyi-common-dict/pom.xml index 570735630..685f6c6fb 100644 --- a/ruoyi-common/ruoyi-common-dict/pom.xml +++ b/ruoyi-common/ruoyi-common-dict/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-doc/pom.xml b/ruoyi-common/ruoyi-common-doc/pom.xml index 187923117..3e13af273 100644 --- a/ruoyi-common/ruoyi-common-doc/pom.xml +++ b/ruoyi-common/ruoyi-common-doc/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-dubbo/pom.xml b/ruoyi-common/ruoyi-common-dubbo/pom.xml index 63b8572d5..ee93ed2e6 100644 --- a/ruoyi-common/ruoyi-common-dubbo/pom.xml +++ b/ruoyi-common/ruoyi-common-dubbo/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-elasticsearch/pom.xml b/ruoyi-common/ruoyi-common-elasticsearch/pom.xml index 19f867142..8148be5e3 100644 --- a/ruoyi-common/ruoyi-common-elasticsearch/pom.xml +++ b/ruoyi-common/ruoyi-common-elasticsearch/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-excel/pom.xml b/ruoyi-common/ruoyi-common-excel/pom.xml index 34cb8166b..6b6b347f3 100644 --- a/ruoyi-common/ruoyi-common-excel/pom.xml +++ b/ruoyi-common/ruoyi-common-excel/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-idempotent/pom.xml b/ruoyi-common/ruoyi-common-idempotent/pom.xml index 7c549e0df..238af70b5 100644 --- a/ruoyi-common/ruoyi-common-idempotent/pom.xml +++ b/ruoyi-common/ruoyi-common-idempotent/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-job/pom.xml b/ruoyi-common/ruoyi-common-job/pom.xml index fee125a69..300d9d73f 100644 --- a/ruoyi-common/ruoyi-common-job/pom.xml +++ b/ruoyi-common/ruoyi-common-job/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-loadbalancer/pom.xml b/ruoyi-common/ruoyi-common-loadbalancer/pom.xml index 60c0da44c..30c7b6bcf 100644 --- a/ruoyi-common/ruoyi-common-loadbalancer/pom.xml +++ b/ruoyi-common/ruoyi-common-loadbalancer/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-log/pom.xml b/ruoyi-common/ruoyi-common-log/pom.xml index 11ad587c2..80fca03c8 100644 --- a/ruoyi-common/ruoyi-common-log/pom.xml +++ b/ruoyi-common/ruoyi-common-log/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-logstash/pom.xml b/ruoyi-common/ruoyi-common-logstash/pom.xml index 41963aee4..45ca2ec34 100644 --- a/ruoyi-common/ruoyi-common-logstash/pom.xml +++ b/ruoyi-common/ruoyi-common-logstash/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-mail/pom.xml b/ruoyi-common/ruoyi-common-mail/pom.xml index ac93c70ed..27458b5cf 100644 --- a/ruoyi-common/ruoyi-common-mail/pom.xml +++ b/ruoyi-common/ruoyi-common-mail/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-mybatis/pom.xml b/ruoyi-common/ruoyi-common-mybatis/pom.xml index 92c09c915..ccab60ca5 100644 --- a/ruoyi-common/ruoyi-common-mybatis/pom.xml +++ b/ruoyi-common/ruoyi-common-mybatis/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-oss/pom.xml b/ruoyi-common/ruoyi-common-oss/pom.xml index 9fbfe942f..06a7aa262 100644 --- a/ruoyi-common/ruoyi-common-oss/pom.xml +++ b/ruoyi-common/ruoyi-common-oss/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-redis/pom.xml b/ruoyi-common/ruoyi-common-redis/pom.xml index 93cf4970a..7ac1d9c73 100644 --- a/ruoyi-common/ruoyi-common-redis/pom.xml +++ b/ruoyi-common/ruoyi-common-redis/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-satoken/pom.xml b/ruoyi-common/ruoyi-common-satoken/pom.xml index 0dfd06ab0..a044a2a0d 100644 --- a/ruoyi-common/ruoyi-common-satoken/pom.xml +++ b/ruoyi-common/ruoyi-common-satoken/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-seata/pom.xml b/ruoyi-common/ruoyi-common-seata/pom.xml index 89b8be40e..eb02d7d38 100644 --- a/ruoyi-common/ruoyi-common-seata/pom.xml +++ b/ruoyi-common/ruoyi-common-seata/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-security/pom.xml b/ruoyi-common/ruoyi-common-security/pom.xml index 5c0e0badf..024a9a5a1 100644 --- a/ruoyi-common/ruoyi-common-security/pom.xml +++ b/ruoyi-common/ruoyi-common-security/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-sentinel/pom.xml b/ruoyi-common/ruoyi-common-sentinel/pom.xml index 14b4adeb8..ae4285dea 100644 --- a/ruoyi-common/ruoyi-common-sentinel/pom.xml +++ b/ruoyi-common/ruoyi-common-sentinel/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-sms/pom.xml b/ruoyi-common/ruoyi-common-sms/pom.xml index a5db897ec..a02053630 100644 --- a/ruoyi-common/ruoyi-common-sms/pom.xml +++ b/ruoyi-common/ruoyi-common-sms/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-common/ruoyi-common-web/pom.xml b/ruoyi-common/ruoyi-common-web/pom.xml index 02d5dd215..85537dd31 100644 --- a/ruoyi-common/ruoyi-common-web/pom.xml +++ b/ruoyi-common/ruoyi-common-web/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-common - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-example/pom.xml b/ruoyi-example/pom.xml index 9438f0d0e..4b6d5a587 100644 --- a/ruoyi-example/pom.xml +++ b/ruoyi-example/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-cloud-plus - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-example/ruoyi-demo/pom.xml b/ruoyi-example/ruoyi-demo/pom.xml index 8ab440cfd..0b87a6515 100644 --- a/ruoyi-example/ruoyi-demo/pom.xml +++ b/ruoyi-example/ruoyi-demo/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-example - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-example/ruoyi-stream-mq/pom.xml b/ruoyi-example/ruoyi-stream-mq/pom.xml index f6c7a3c96..53e129dc5 100644 --- a/ruoyi-example/ruoyi-stream-mq/pom.xml +++ b/ruoyi-example/ruoyi-stream-mq/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-example - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml index 541d98785..9efddd97d 100644 --- a/ruoyi-gateway/pom.xml +++ b/ruoyi-gateway/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-cloud-plus - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-modules/pom.xml b/ruoyi-modules/pom.xml index 2a8425978..2ddb30883 100644 --- a/ruoyi-modules/pom.xml +++ b/ruoyi-modules/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-cloud-plus - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-modules/ruoyi-gen/pom.xml b/ruoyi-modules/ruoyi-gen/pom.xml index 447334079..50eeb998e 100644 --- a/ruoyi-modules/ruoyi-gen/pom.xml +++ b/ruoyi-modules/ruoyi-gen/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-modules - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-modules/ruoyi-job/pom.xml b/ruoyi-modules/ruoyi-job/pom.xml index 140d9c663..44182bc39 100644 --- a/ruoyi-modules/ruoyi-job/pom.xml +++ b/ruoyi-modules/ruoyi-job/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-modules - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-modules/ruoyi-resource/pom.xml b/ruoyi-modules/ruoyi-resource/pom.xml index 27578470f..4717d6575 100644 --- a/ruoyi-modules/ruoyi-resource/pom.xml +++ b/ruoyi-modules/ruoyi-resource/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-modules - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml index 5ac7eee9b..18ef86f99 100644 --- a/ruoyi-modules/ruoyi-system/pom.xml +++ b/ruoyi-modules/ruoyi-system/pom.xml @@ -5,7 +5,7 @@ com.ruoyi ruoyi-modules - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 1e69cd892..ccd0e685e 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi-cloud-plus", - "version": "1.2.0", + "version": "1.3.0", "description": "RuoYi-Cloud-Plus后台管理系统", "author": "Lion Li", "license": "MIT", diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index cdba7bc94..7d2368421 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -145,7 +145,7 @@ export default { data() { return { // 版本号 - version: "1.2.0", + version: "1.3.0", }; }, methods: { diff --git a/ruoyi-visual/pom.xml b/ruoyi-visual/pom.xml index 35bc633ef..2c75e041b 100644 --- a/ruoyi-visual/pom.xml +++ b/ruoyi-visual/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-cloud-plus - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-visual/ruoyi-monitor/pom.xml b/ruoyi-visual/ruoyi-monitor/pom.xml index aeea214f1..ac0ec1a17 100644 --- a/ruoyi-visual/ruoyi-monitor/pom.xml +++ b/ruoyi-visual/ruoyi-monitor/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-visual - 1.2.0 + 1.3.0 4.0.0 diff --git a/ruoyi-visual/ruoyi-nacos/pom.xml b/ruoyi-visual/ruoyi-nacos/pom.xml index 55710c6b9..9b9cdffad 100644 --- a/ruoyi-visual/ruoyi-nacos/pom.xml +++ b/ruoyi-visual/ruoyi-nacos/pom.xml @@ -21,7 +21,7 @@ com.ruoyi ruoyi-visual - 1.2.0 + 1.3.0 ruoyi-nacos jar diff --git a/ruoyi-visual/ruoyi-seata-server/pom.xml b/ruoyi-visual/ruoyi-seata-server/pom.xml index b70421b2d..b4d6b3a2c 100644 --- a/ruoyi-visual/ruoyi-seata-server/pom.xml +++ b/ruoyi-visual/ruoyi-seata-server/pom.xml @@ -20,7 +20,7 @@ com.ruoyi ruoyi-visual - 1.2.0 + 1.3.0 4.0.0 ruoyi-seata-server diff --git a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml index d49f2d3a5..9a241e7a2 100644 --- a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml +++ b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml @@ -6,7 +6,7 @@ com.ruoyi ruoyi-visual - 1.2.0 + 1.3.0 ruoyi-sentinel-dashboard diff --git a/ruoyi-visual/ruoyi-xxl-job-admin/pom.xml b/ruoyi-visual/ruoyi-xxl-job-admin/pom.xml index 718cccf32..d81815db6 100644 --- a/ruoyi-visual/ruoyi-xxl-job-admin/pom.xml +++ b/ruoyi-visual/ruoyi-xxl-job-admin/pom.xml @@ -4,7 +4,7 @@ com.ruoyi ruoyi-visual - 1.2.0 + 1.3.0 ruoyi-xxl-job-admin jar