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.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Apr 30, 2019
1 parent e64a902 commit 7185da4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@

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

<packaging>pom</packaging>

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

<!-- 让整个项目统一字符集编码 -->
Expand Down Expand Up @@ -78,7 +78,7 @@
<version.commons-digester>2.1</version.commons-digester>

<!--http://commons.apache.org/proper/commons-fileupload/changes-report.html#a1.4 -->
<version.commons-fileupload>1.3.4</version.commons-fileupload>
<version.commons-fileupload>1.4</version.commons-fileupload>

<!-- The Commons HttpClient project is now end of life, and is no longer being developed. It has been replaced by the Apache HttpComponents project in its HttpClient
and HttpCore modules, which offer better performance and more flexibility. -->
Expand Down

0 comments on commit 7185da4

Please sign in to comment.