Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Commit 389a45f

Browse files
committed
update version to 1.1.0-rc
1 parent 76518fa commit 389a45f

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image::logo.png[logo,200,200,align="center"]
66

77
[[License]]
88
image::https://img.shields.io/badge/License-Apache%202.0-blue.svg[link="https://opensource.org/licenses/Apache-2.0"]
9-
image::https://img.shields.io/badge/Release-1.0.0-blue.svg?style=flat-square&logo=appveyor[]
9+
image::https://img.shields.io/badge/Release-1.1.0-blue.svg?style=flat-square&logo=appveyor[]
1010
image::https://api.codacy.com/project/badge/Grade/2f50f68e20d64479b5d8b79112d9b341["Codacy code quality", link="https://www.codacy.com/app/lzx2005/app-version?utm_source=github.com&utm_medium=referral&utm_content=xtTech/app-version&utm_campaign=Badge_Grade"]
1111

1212

@@ -48,6 +48,8 @@ link:src/main/asciidoc/_chapter/user-manual.adoc[使用手册]
4848

4949
link:src/main/asciidoc/_chapter/rest-manual.adoc[版本查询 API 接口]
5050

51+
link:src/main/asciidoc/_chapter/docker-manual.adoc[Docker 使用手册]
52+
5153
=== 项目预览
5254
本项目使用iView框架搭建,简洁美观。
5355

modules/app-version-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.tairanchina.csp.avm</groupId>
99
<artifactId>app-version</artifactId>
10-
<version>1.1.0-SNAPSHOT</version>
10+
<version>1.1.0-RC</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

modules/app-version-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.tairanchina.csp.avm</groupId>
88
<artifactId>app-version</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.1.0-RC</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

modules/app-version-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.tairanchina.csp.avm</groupId>
88
<artifactId>app-version</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.1.0-RC</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.tairanchina.csp.avm</groupId>
1313
<artifactId>app-version</artifactId>
14-
<version>1.1.0-SNAPSHOT</version>
14+
<version>1.1.0-RC</version>
1515
<packaging>pom</packaging>
1616
<name>app-version</name>
1717
<description>App版本管理</description>

0 commit comments

Comments
 (0)