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

Commit

Permalink
remove version.feilong-common-test
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Jun 18, 2016
1 parent 45aa2ac commit 915eef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -4,6 +4,7 @@
<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.7.1-SNAPSHOT</version>

<packaging>pom</packaging>

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

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

<!-- 让整个项目统一字符集编码 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -562,7 +562,7 @@
<dependency>
<groupId>com.feilong.test</groupId>
<artifactId>feilong-common-test</artifactId>
<version>${version.feilong-common-test}</version>
<version>${version.feilong-platform}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 915eef6

Please sign in to comment.