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

Commit

Permalink
upgrade-version-1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Nov 17, 2016
1 parent 81e1a68 commit b8701f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ child | Description |Since

....
<properties>
<version.feilong-platform>1.9.4</version.feilong-platform>
<version.feilong-platform>1.9.5</version.feilong-platform>
....
</properties>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.9.5-SNAPSHOT</version>
<version>1.9.5</version>

<packaging>pom</packaging>

Expand All @@ -30,7 +30,7 @@
<!--****************************定义属性 properties************************************* -->
<properties>
<!-- 不要使用${project.version}, 因为如果真实项目生成的版本不是1.7.0的时候,比如是 0.0.1版本,那么就引用不到feilong包 -->
<version.feilong-platform>1.9.5-SNAPSHOT</version.feilong-platform>
<version.feilong-platform>1.9.5</version.feilong-platform>

<!-- 让整个项目统一字符集编码 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit b8701f1

Please sign in to comment.