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

Commit

Permalink
update version to 1.1.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeminghong committed Aug 23, 2019
1 parent 76518fa commit 389a45f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image::logo.png[logo,200,200,align="center"]

[[License]]
image::https://img.shields.io/badge/License-Apache%202.0-blue.svg[link="https://opensource.org/licenses/Apache-2.0"]
image::https://img.shields.io/badge/Release-1.0.0-blue.svg?style=flat-square&logo=appveyor[]
image::https://img.shields.io/badge/Release-1.1.0-blue.svg?style=flat-square&logo=appveyor[]
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"]


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

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

link:src/main/asciidoc/_chapter/docker-manual.adoc[Docker 使用手册]

=== 项目预览
本项目使用iView框架搭建,简洁美观。

Expand Down
2 changes: 1 addition & 1 deletion modules/app-version-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.tairanchina.csp.avm</groupId>
<artifactId>app-version</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-RC</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/app-version-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.tairanchina.csp.avm</groupId>
<artifactId>app-version</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-RC</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/app-version-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.tairanchina.csp.avm</groupId>
<artifactId>app-version</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-RC</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.tairanchina.csp.avm</groupId>
<artifactId>app-version</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-RC</version>
<packaging>pom</packaging>
<name>app-version</name>
<description>App版本管理</description>
Expand Down

0 comments on commit 389a45f

Please sign in to comment.