Skip to content

Commit

Permalink
0.11.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
cgw committed Dec 21, 2022
1 parent 2eb7b35 commit bd49a6a
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Springboot、Mybatis、Mybatis-plus、Maven-core、Jib-core、Layuimini、Smart-
下载安装文件:
| Java版本 | Linux、Mac或Cygwin | Windows
| :-----: | :----: | :----: |
| 1.8 | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.1-beta/dhorse-0.10.1-beta-1.8-x64_bin-unix.tar.gz) | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.1-beta/dhorse-0.10.1-beta-1.8-x64_bin-windows.zip)
| >=11 | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.1-beta/dhorse-0.10.1-beta-x64_bin-unix.tar.gz) | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.1-beta/dhorse-0.10.1-beta-x64_bin-windows.zip)
| 1.8 | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.11.0/dhorse-0.11.0-1.8-x64_bin-unix.tar.gz) | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.11.0/dhorse-0.11.0-1.8-x64_bin-windows.zip)
| >=11 | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.11.0/dhorse-0.11.0-x64_bin-unix.tar.gz) | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.11.0/dhorse-0.11.0-x64_bin-windows.zip)

下载文件之后,然后解压:

Expand Down
2 changes: 1 addition & 1 deletion dhorse-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dhorse</groupId>
<artifactId>dhorse-parent</artifactId>
<version>0.10.1-beta</version>
<version>0.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>dhorse-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dhorse-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.dhorse</groupId>
<artifactId>dhorse-parent</artifactId>
<version>0.10.1-beta</version>
<version>0.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>dhorse-application</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dhorse-infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.dhorse</groupId>
<artifactId>dhorse-parent</artifactId>
<version>0.10.1-beta</version>
<version>0.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>dhorse-infrastructure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dhorse-infrastructure/src/main/resources/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.dhorse</groupId>
<artifactId>dhorse-tmp</artifactId>
<version>0.10.1-beta</version>
<version>0.11.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dhorse-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.dhorse</groupId>
<artifactId>dhorse-parent</artifactId>
<version>0.10.1-beta</version>
<version>0.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>dhorse-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dhorse-rest/src/main/resources/application-private.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.10.1-beta
version: 0.11.0
spring.jackson.default-property-inclusion: non_null
spring.jackson.date-format: yyyy-MM-dd HH:mm:ss
spring.jackson.time-zone: GMT+8
Expand Down
2 changes: 1 addition & 1 deletion dhorse-rest/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
/ _` | '_ \ / _ \| '__/ __|/ _ \
| (_| | | | | (_) | | \__ \ __/
\__,_|_| |_|\___/|_| |___/\___|
:: DHorse :: (v0.10.1-beta)
:: DHorse :: (v0.11.0)

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.dhorse</groupId>
<artifactId>dhorse-parent</artifactId>
<packaging>pom</packaging>
<version>0.10.1-beta</version>
<version>0.11.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -14,7 +14,7 @@
<!--<java.version>1.8</java.version>-->
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.version>0.10.1-beta</project.version>
<project.version>0.11.0</project.version>
<spring.version>5.3.24</spring.version>
<springboot.version>2.7.6</springboot.version>
</properties>
Expand Down Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>5.0.1</version>
<version>4.0.3</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

<div class="layui-body">
<div class="layuimini-content-page"></div>
<div style="text-align: center; height:60px; line-height:60px; color: #9c9da0">v0.10.1-beta</div>
<div style="text-align: center; height:60px; line-height:60px; color: #9c9da0">v0.11.0</div>
</div>

</div>
Expand Down

0 comments on commit bd49a6a

Please sign in to comment.