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

Commit

Permalink
upgrade to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed May 16, 2016
1 parent e6d462a commit 06a6b90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ feilong-netpay | https://github.com/venusdrogon/feilong-netpay |1.5.4
<dependency>
<groupId>com.feilong.platform</groupId>
<artifactId>feilong-core</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
</dependency>
....
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.5.4-SNAPSHOT</version>
<version>1.5.4</version>
<packaging>pom</packaging>

<name>feilong-platform</name>
Expand All @@ -22,8 +22,8 @@

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

<!-- 让整个项目统一字符集编码 -->
Expand Down

0 comments on commit 06a6b90

Please sign in to comment.