Skip to content

Commit

Permalink
0.10.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
cgw committed Nov 27, 2022
1 parent 0d9b82b commit 47cbc8d
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Springboot、Mybatis、Mybatis-plus、Maven-core、Jib-core、Layuimini、Smart-
| :-----: | :----: | :----: |
| >=11 | >=2.0.0 | [1.13.x, 1.24.x]

下载安装文件:[Linux、Mac和Cygwin](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.0-beta/dhorse-0.10.0-beta-x64_bin-unix.tar.gz)[Windows](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.0-beta/dhorse-0.10.0-beta-x64_bin-windows.zip),然后解压:
下载安装文件:[Linux、Mac和Cygwin](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.1-beta/dhorse-0.10.1-beta-x64_bin-unix.tar.gz)[Windows](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.1-beta/dhorse-0.10.1-beta-x64_bin-windows.zip),然后解压:

```bash
$ tar -xzf dhorse-*.tar.gz
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.0-beta</version>
<version>0.10.1-beta</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.0-beta</version>
<version>0.10.1-beta</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.0-beta</version>
<version>0.10.1-beta</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.0-beta</version>
<version>0.10.1-beta</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.0-beta</version>
<version>0.10.1-beta</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.0-beta
version: 0.10.1-beta
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.0-beta)
:: DHorse :: (v0.10.1-beta)

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.version>0.10.0-beta</project.version>
<project.version>0.10.1-beta</project.version>
<spring.version>5.3.9</spring.version>
<springboot.version>2.5.3</springboot.version>
</properties>
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.0-beta</div>
<div style="text-align: center; height:60px; line-height:60px; color: #9c9da0">v0.10.1-beta</div>
</div>

</div>
Expand Down

0 comments on commit 47cbc8d

Please sign in to comment.