Skip to content

Commit

Permalink
chore: release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiaco committed Jul 20, 2023
1 parent 15ddfbd commit abb49d7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .run/ruoyi-monitor-admin.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="ruoyi-monitor-admin" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
<deployment type="dockerfile">
<settings>
<option name="imageTag" value="ruoyi/ruoyi-monitor-admin:1.0.5" />
<option name="imageTag" value="ruoyi/ruoyi-monitor-admin:1.0.6" />
<option name="buildOnly" value="true" />
<option name="sourceFilePath" value="ruoyi-extend/ruoyi-monitor-admin/Dockerfile" />
</settings>
Expand Down
2 changes: 1 addition & 1 deletion .run/ruoyi-powerjob-server.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="ruoyi-powerjob-server" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
<deployment type="dockerfile">
<settings>
<option name="imageTag" value="ruoyi/ruoyi-powerjob-server:1.0.5" />
<option name="imageTag" value="ruoyi/ruoyi-powerjob-server:1.0.6" />
<option name="buildOnly" value="true" />
<option name="sourceFilePath" value="ruoyi-extend/ruoyi-powerjob-server/Dockerfile" />
</settings>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://gitee.com/yixiacoco/ruoyi-tdesign/blob/master/LICENSE)
[![使用IntelliJ IDEA开发维护](https://img.shields.io/badge/IntelliJ%20IDEA-提供支持-blue.svg)](https://www.jetbrains.com/?from=ruoyi-tdesign)
<br>
[![ruoyi-tdesign](https://img.shields.io/badge/ruoyi%20tdesign-1.0.5-success.svg)](https://gitee.com/yixiacoco/ruoyi-tdesign)
[![ruoyi-tdesign](https://img.shields.io/badge/ruoyi%20tdesign-1.0.6-success.svg)](https://gitee.com/yixiacoco/ruoyi-tdesign)
[![Spring Boot](https://img.shields.io/badge/Spring%20Boot-3.0-blue.svg)]()
[![JDK-17](https://img.shields.io/badge/JDK-17-green.svg)]()
[![JDK-19](https://img.shields.io/badge/JDK-19-green.svg)]()
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<description>ruoyi-tdesign多租户管理系统</description>

<properties>
<revision>1.0.5</revision>
<revision>1.0.6</revision>
<spring-boot.version>3.1.0</spring-boot.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
2 changes: 1 addition & 1 deletion ruoyi-common/ruoyi-common-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</description>

<properties>
<revision>1.0.5</revision>
<revision>1.0.6</revision>
</properties>

<dependencyManagement>
Expand Down
8 changes: 4 additions & 4 deletions script/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
network_mode: "host"

ruoyi-admin:
image: ruoyi/ruoyi-server:1.0.5
image: ruoyi/ruoyi-server:1.0.6
container_name: ruoyi-admin
environment:
# 时区上海
Expand All @@ -117,7 +117,7 @@ services:
network_mode: "host"

ruoyi-server2:
image: ruoyi/ruoyi-server:1.0.5
image: ruoyi/ruoyi-server:1.0.6
container_name: ruoyi-server2
environment:
# 时区上海
Expand All @@ -132,7 +132,7 @@ services:
network_mode: "host"

ruoyi-monitor-admin:
image: ruoyi/ruoyi-monitor-admin:1.0.5
image: ruoyi/ruoyi-monitor-admin:1.0.6
container_name: ruoyi-monitor-admin
environment:
# 时区上海
Expand All @@ -144,7 +144,7 @@ services:
network_mode: "host"

ruoyi-powerjob-server:
image: ruoyi/ruoyi-powerjob-server:1.0.5
image: ruoyi/ruoyi-powerjob-server:1.0.6
container_name: ruoyi-powerjob-server
environment:
# 时区上海
Expand Down

0 comments on commit abb49d7

Please sign in to comment.